]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.0.2060: *.{gn,gni} files are not recognized v9.0.2060
authorAmaan Qureshi <amaanq12@gmail.com>
Mon, 23 Oct 2023 17:16:14 +0000 (19:16 +0200)
committerChristian Brabandt <cb@256bit.org>
Mon, 23 Oct 2023 17:16:14 +0000 (19:16 +0200)
commit84394f2be4a750f1e26b478e36de041663f4b5a4
tree4898a7558def04e982a4346ed43ad511daeeef40
parenta5a1534753db361f6320e766014d42602c79537f
patch 9.0.2060: *.{gn,gni} files are not recognized

Problem:  *.{gn,gni} files are not recognized
Solution: Detect some as gn filetype (without adding an extra filetype)

Those come from: https://gn.googlesource.com/gn/

closes: #13405

Signed-off-by: Christian Brabandt <cb@256bit.org>
Co-authored-by: Amaan Qureshi <amaanq12@gmail.com>
runtime/filetype.vim
src/testdir/test_filetype.vim
src/version.c