made the pack completely portable and wrote relevent bat files to go with it
This commit is contained in:
13
gitportable/usr/share/vim/vim91/syntax/opencl.vim
Normal file
13
gitportable/usr/share/vim/vim91/syntax/opencl.vim
Normal file
@@ -0,0 +1,13 @@
|
||||
" Vim syntax file
|
||||
" Language: OpenCL
|
||||
" Last Change: 2024 Nov 19
|
||||
" Maintainer: Wu, Zhenyu <wuzhenyu@ustc.edu>
|
||||
|
||||
if exists("b:current_syntax")
|
||||
finish
|
||||
endif
|
||||
|
||||
" TODO: support openCL specific keywords
|
||||
runtime! syntax/c.vim
|
||||
|
||||
let current_syntax = "opencl"
|
||||
Reference in New Issue
Block a user