mirror of
https://github.com/neovim/neovim.git
synced 2026-02-05 19:37:21 +00:00
vim-patch:9.1.0962: filetype: bun.lock file is not recognized
Problem: filetype: bun.lock file is not recognized
Solution: detect 'bun.lock' file as jsonc filetype
(Anton Kastritskii)
closes: vim/vim#16308
f07ae5b3bd
Co-authored-by: Anton Kastritskii <halloy52@gmail.com>
This commit is contained in:
committed by
Christian Clason
parent
46c7faa00b
commit
69fbb58385
@@ -1636,6 +1636,7 @@ local filename = {
|
||||
['.luaurc'] = 'jsonc',
|
||||
['.swrc'] = 'jsonc',
|
||||
['.vsconfig'] = 'jsonc',
|
||||
['bun.lock'] = 'jsonc',
|
||||
['.justfile'] = 'just',
|
||||
['justfile'] = 'just',
|
||||
['Justfile'] = 'just',
|
||||
|
||||
Reference in New Issue
Block a user