From 4bf040259ac062b848b39cb8b0558819a548998c Mon Sep 17 00:00:00 2001 From: Andreas Kloeckner <inform@tiker.net> Date: Thu, 19 Jul 2012 13:54:41 -0500 Subject: [PATCH] Vim highlight: always parse from start, as CL code may be long. --- contrib/pyopencl.vim | 2 ++ 1 file changed, 2 insertions(+) diff --git a/contrib/pyopencl.vim b/contrib/pyopencl.vim index e3e5fa9f..d3dc8cb4 100644 --- a/contrib/pyopencl.vim +++ b/contrib/pyopencl.vim @@ -77,6 +77,8 @@ syn region pythonCLRawString " hi link pythonCLString String " hi link pythonCLRawString String +syntax sync fromstart + let b:current_syntax = "pyopencl" " vim: foldmethod=marker -- GitLab