]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.1.0961: filetype: TI gel files are not recognized v9.1.0961
authorWu, Zhenyu <wuzhenyu@ustc.edu>
Wed, 25 Dec 2024 09:37:57 +0000 (10:37 +0100)
committerChristian Brabandt <cb@256bit.org>
Wed, 25 Dec 2024 09:40:25 +0000 (10:40 +0100)
commit9360de9027aa286e802363ede59c9e97025ae123
tree0437c0d4b694de24cb27d3e961fe996b0d369663
parenta32daed55933df49a7aed571cc6e400ae01c7976
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: #16226

Signed-off-by: Wu, Zhenyu <wuzhenyu@ustc.edu>
Signed-off-by: Christian Brabandt <cb@256bit.org>
runtime/filetype.vim
runtime/ftplugin/gel.vim [new file with mode: 0644]
runtime/syntax/gel.vim [new file with mode: 0644]
src/testdir/test_filetype.vim
src/version.c