mirror of
https://github.com/neovim/neovim.git
synced 2026-02-16 08:34:21 +00:00
vim-patch:9.1.1620: filetype: composer.lock and symfony.lock files not recognized (#35291)
Problem: filetype: composer.lock and symfony.lock files not recognized
Solution: Detect composer.lock and symfony.lock files as json filetype
(Dietrich Moerman)
closes: vim/vim#17945
4fca92faa2
This commit is contained in:
@@ -1679,6 +1679,8 @@ local filename = {
|
||||
['deno.lock'] = 'json',
|
||||
['flake.lock'] = 'json',
|
||||
['.swcrc'] = 'json',
|
||||
['composer.lock'] = 'json',
|
||||
['symfony.lock'] = 'json',
|
||||
['.babelrc'] = 'jsonc',
|
||||
['.eslintrc'] = 'jsonc',
|
||||
['.hintrc'] = 'jsonc',
|
||||
|
||||
Reference in New Issue
Block a user