mirror of
https://github.com/neovim/neovim.git
synced 2026-04-21 06:45:37 +00:00
vim-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: vim/vim#13405
84394f2be4
Co-authored-by: Amaan Qureshi <amaanq12@gmail.com>
This commit is contained in:
@@ -459,6 +459,8 @@ local extension = {
|
||||
gift = 'gift',
|
||||
gleam = 'gleam',
|
||||
glsl = 'glsl',
|
||||
gn = 'gn',
|
||||
gni = 'gn',
|
||||
gpi = 'gnuplot',
|
||||
go = 'go',
|
||||
gp = 'gp',
|
||||
|
||||
Reference in New Issue
Block a user