Improved the sync patterns.
authorthurston <thurston@052ea7fc-9027-0410-9066-f65837a77df0>
Thu, 25 Jan 2007 02:36:29 +0000 (02:36 +0000)
committerthurston <thurston@052ea7fc-9027-0410-9066-f65837a77df0>
Thu, 25 Jan 2007 02:36:29 +0000 (02:36 +0000)
git-svn-id: http://svn.complang.org/ragel/trunk@11 052ea7fc-9027-0410-9066-f65837a77df0

ragel.vim

index acb5b47..2f09b60 100644 (file)
--- a/ragel.vim
+++ b/ragel.vim
@@ -132,9 +132,11 @@ syntax keyword rlWriteOptions noerror nofinal noprefix noend contained
 "
 " Sync at the start of machine specs.
 "
-syntax sync match ragelSyncPat grouphere NONE "%%{&"
-syntax sync match ragelSyncPat grouphere NONE "%%[^{]&"
-syntax sync match ragelSyncPat grouphere NONE "}%%"
+" Match The ragel delimiters only if there quotes no ahead on the same line.
+" On the open marker, use & to consume the leader.
+syntax sync match ragelSyncPat grouphere NONE "^[^\'\"%]*%%{&^[^\'\"%]*"
+syntax sync match ragelSyncPat grouphere NONE "^[^\'\"%]*%%[^{]&^[^\'\"%]*"
+syntax sync match ragelSyncPat grouphere NONE "^[^\'\"]*}%%"
 
 "
 " Specifying Groups