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:
Christian Clason
2024-12-26 18:56:31 +01:00
committed by Christian Clason
parent 46c7faa00b
commit 69fbb58385
2 changed files with 2 additions and 1 deletions

View File

@@ -1636,6 +1636,7 @@ local filename = {
['.luaurc'] = 'jsonc',
['.swrc'] = 'jsonc',
['.vsconfig'] = 'jsonc',
['bun.lock'] = 'jsonc',
['.justfile'] = 'just',
['justfile'] = 'just',
['Justfile'] = 'just',