mirror of
https://github.com/neovim/neovim.git
synced 2026-02-20 10:28:33 +00:00
vim-patch:9.1.0355: filetype: flake.lock files are not recognized
Problem: filetype: flake.lock files are not recognized
Solution: Detect 'flake.lock' as json filetype
(Riley Bruins)
closes: vim/vim#14589
ce736033ae
Co-authored-by: Riley Bruins <ribru17@hotmail.com>
This commit is contained in:
@@ -1436,6 +1436,7 @@ local filename = {
|
||||
['.firebaserc'] = 'json',
|
||||
['.prettierrc'] = 'json',
|
||||
['.stylelintrc'] = 'json',
|
||||
['flake.lock'] = 'json',
|
||||
['.babelrc'] = 'jsonc',
|
||||
['.eslintrc'] = 'jsonc',
|
||||
['.hintrc'] = 'jsonc',
|
||||
|
||||
Reference in New Issue
Block a user