mirror of
https://github.com/neovim/neovim.git
synced 2025-10-21 09:12:07 +00:00
vim-patch:9.0.0600: GYP files are not recognized
Problem: GYP files are not recognized.
Solution: Recognize GYP files. (closes vim/vim#11242)
d324742292
This commit is contained in:
@@ -448,6 +448,8 @@ local extension = {
|
||||
gsp = 'gsp',
|
||||
gjs = 'javascript.glimmer',
|
||||
gts = 'typescript.glimmer',
|
||||
gyp = 'gyp',
|
||||
gypi = 'gyp',
|
||||
hack = 'hack',
|
||||
hackpartial = 'hack',
|
||||
haml = 'haml',
|
||||
|
Reference in New Issue
Block a user