]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.1.0876: filetype: openCL files are not recognized v9.1.0876
authorWu, Zhenyu <wuzhenyu@ustc.edu>
Tue, 19 Nov 2024 19:55:25 +0000 (20:55 +0100)
committerChristian Brabandt <cb@256bit.org>
Tue, 19 Nov 2024 20:03:09 +0000 (21:03 +0100)
commite2c27ca8eff7cc8ec852b531d5a7f328a343a761
tree24ba374890afcc2644b66867fda8de13e58d8131
parenta13bd294ab2d9ab38634c9ec51fa76205af6eb62
patch 9.1.0876: filetype: openCL files are not recognized

Problem:  filetype: openCL files are not recognized
Solution: detect '*.cl' files as opencl or lisp filetype,
          include a opencl syntax and filetype plugin (Wu, Zhenyu)

closes: #15825

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