aboutsummaryrefslogtreecommitdiff
path: root/runtime/lua/vim
diff options
context:
space:
mode:
authorChristian Clason <c.clason@uni-graz.at>2022-09-27 12:38:31 +0200
committerChristian Clason <c.clason@uni-graz.at>2022-09-27 12:39:09 +0200
commite176f9dacf28f56e91fcbc92f392228588a46c85 (patch)
tree4112c0e8f22e91a40aab644e6b7a4fe50b7f6b77 /runtime/lua/vim
parent760a8754c07a62afa4d83f4e254b1d45ae8cfc65 (diff)
downloadrneovim-e176f9dacf28f56e91fcbc92f392228588a46c85.tar.gz
rneovim-e176f9dacf28f56e91fcbc92f392228588a46c85.tar.bz2
rneovim-e176f9dacf28f56e91fcbc92f392228588a46c85.zip
vim-patch:9.0.0600: GYP files are not recognized
Problem: GYP files are not recognized. Solution: Recognize GYP files. (closes vim/vim#11242) https://github.com/vim/vim/commit/d32474229213276c64cb293885a975dcb406fbc9
Diffstat (limited to 'runtime/lua/vim')
-rw-r--r--runtime/lua/vim/filetype.lua2
1 files changed, 2 insertions, 0 deletions
diff --git a/runtime/lua/vim/filetype.lua b/runtime/lua/vim/filetype.lua
index 642f783e78..66b89a7078 100644
--- a/runtime/lua/vim/filetype.lua
+++ b/runtime/lua/vim/filetype.lua
@@ -448,6 +448,8 @@ local extension = {
gsp = 'gsp',
gjs = 'javascript.glimmer',
gts = 'typescript.glimmer',
+ gyp = 'gyp',
+ gypi = 'gyp',
hack = 'hack',
hackpartial = 'hack',
haml = 'haml',