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

Vim highlight: always parse from start, as CL code may be long.

parent 0671b822
No related branches found
No related tags found
No related merge requests found
...@@ -77,6 +77,8 @@ syn region pythonCLRawString ...@@ -77,6 +77,8 @@ syn region pythonCLRawString
" hi link pythonCLString String " hi link pythonCLString String
" hi link pythonCLRawString String " hi link pythonCLRawString String
syntax sync fromstart
let b:current_syntax = "pyopencl" let b:current_syntax = "pyopencl"
" vim: foldmethod=marker " vim: foldmethod=marker
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