Skip to content
Snippets Groups Projects
Commit 89a74139 authored by Andreas Klöckner's avatar Andreas Klöckner
Browse files

Update pyopencl.vim.

parent fb346228
No related branches found
No related tags found
No related merge requests found
...@@ -69,8 +69,13 @@ syn region pythonCLString ...@@ -69,8 +69,13 @@ syn region pythonCLString
\ start=+[uU]\=\z('''\|"""\)//CL//+ end="\z1" keepend \ start=+[uU]\=\z('''\|"""\)//CL//+ end="\z1" keepend
\ contains=@clCode,@clmakoCode \ contains=@clCode,@clmakoCode
syn region pythonCLRawString
\ start=+[uU]\=[rR]\z('''\|"""\)//CL//+ end="\z1" keepend
\ contains=@clCode,@clmakoCode
" Uncomment if you still want the code highlighted as a string. " Uncomment if you still want the code highlighted as a string.
" hi link pythonCLString String " hi link pythonCLString String
" hi link pythonCLRawString String
let b:current_syntax = "pyopencl" let b:current_syntax = "pyopencl"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment