diff options
Diffstat (limited to '')
-rw-r--r-- | syntax/opencl.vim | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/syntax/opencl.vim b/syntax/opencl.vim index 12842bad..57035ac0 100644 --- a/syntax/opencl.vim +++ b/syntax/opencl.vim @@ -1,4 +1,5 @@ if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'opencl') == -1 + " Vim syntax file " Language: OpenCL (Open Computing Language) " Maintainer: Terence Ou (rivan_@msn.com) @@ -156,4 +157,5 @@ hi def link clStatement Statement let b:current_syntax = "opencl" " vim: ts=8 + endif |