vim-patch:9.1.0460: filetype: lintstagedrc files are not recognized

Problem:  filetype: lintstagedrc files are not recognized
Solution: recognize '.lintstagedrc' files as json filetype
          (İlyas Akın)

see: https://github.com/lint-staged/lint-staged

closes: vim/vim#14897

7577afd5ef

Co-authored-by: İlyas Akın <ilyas.akin@kuika.com>
This commit is contained in:
Christian Clason
2024-06-02 17:31:37 +02:00
parent 89dc8f8f4e
commit 659d3dcd2e
2 changed files with 2 additions and 1 deletions

View File

@@ -1451,6 +1451,7 @@ local filename = {
['.firebaserc'] = 'json',
['.prettierrc'] = 'json',
['.stylelintrc'] = 'json',
['.lintstagedrc'] = 'json',
['flake.lock'] = 'json',
['.babelrc'] = 'jsonc',
['.eslintrc'] = 'jsonc',