]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.1.0248: filetype: yarn lock files are not recognized v9.1.0248
authorWu, Zhenyu <wuzhenyu@ustc.edu>
Sun, 31 Mar 2024 17:51:19 +0000 (19:51 +0200)
committerChristian Brabandt <cb@256bit.org>
Sun, 31 Mar 2024 17:51:19 +0000 (19:51 +0200)
commit3b497aa2470ff613fed79569bc8589dae8dc3190
tree82747bec5cb7bd88089b657232f59b0c8e20e2f5
parent3f6fa93b3b7d8e0bd30eddbbf4ae273c14d4455b
patch 9.1.0248: filetype: yarn lock files are not recognized

Problem:  filetype: yarn lock files are not recognized
Solution: Detect 'yarn.lock' files as yaml
          (Wu, Zhenyu)

closes: #14369

Signed-off-by: Wu, Zhenyu <wuzhenyu@ustc.edu>
Signed-off-by: Christian Brabandt <cb@256bit.org>
runtime/filetype.vim
src/testdir/test_filetype.vim
src/version.c