mirror of
https://github.com/neovim/neovim.git
synced 2026-08-29 18:41:48 +00:00
vim-patch:9.1.0961: filetype: TI gel files are not recognized
Problem: filetype: TI gel files are not recognized
Solution: detect '*.gel' files as gel filetype, include
get filetype and syntax plugins
(Wu, Zhenyu)
References:
https://downloads.ti.com/ccs/esd/documents/users_guide/ccs_debug-gel.html
closes: vim/vim#16226
9360de9027
Co-authored-by: Wu, Zhenyu <wuzhenyu@ustc.edu>
This commit is contained in:
committed by
Christian Clason
parent
01e1598072
commit
7567f7d322
@@ -504,6 +504,7 @@ local extension = {
|
||||
gdshader = 'gdshader',
|
||||
shader = 'gdshader',
|
||||
ged = 'gedcom',
|
||||
gel = 'gel',
|
||||
gmi = 'gemtext',
|
||||
gemini = 'gemtext',
|
||||
gift = 'gift',
|
||||
|
||||
Reference in New Issue
Block a user