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:
Christian Clason
2024-12-25 11:44:46 +01:00
committed by Christian Clason
parent 01e1598072
commit 7567f7d322
4 changed files with 34 additions and 0 deletions

View File

@@ -504,6 +504,7 @@ local extension = {
gdshader = 'gdshader',
shader = 'gdshader',
ged = 'gedcom',
gel = 'gel',
gmi = 'gemtext',
gemini = 'gemtext',
gift = 'gift',