]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.1.0962: filetype: bun.lock file is not recognized v9.1.0962
authorAnton Kastritskii <halloy52@gmail.com>
Thu, 26 Dec 2024 14:16:12 +0000 (15:16 +0100)
committerChristian Brabandt <cb@256bit.org>
Thu, 26 Dec 2024 14:16:12 +0000 (15:16 +0100)
commitf07ae5b3bdb7331ee0e65adcb74402eef74f0a2b
tree6485e5fd92144fe1ad1de1a606dd5efeeb6bb786
parent6d2efd492010cc12e9eeec3ad2bb2645106e0087
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: #16308

Signed-off-by: Anton Kastritskii <halloy52@gmail.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
runtime/filetype.vim
src/testdir/test_filetype.vim
src/version.c