Gitiles
Code Review
Sign In
gerrit.omnirom.org
/
android_external_vim
/
refs/heads/android-16
/
.
/
runtime
/
syntax
/
opencl.vim
blob: c237aa30f95f65b81e0bd8ea51b7310dffdfc9f6 [
file
] [
log
] [
blame
] [
edit
]
" 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
"