Fixed multiline string highlighting.

This commit is contained in:
Anthony Scopatz 2012-02-10 16:37:09 -06:00
parent b65096fd98
commit c90d38e928
1 changed files with 2 additions and 1 deletions

View File

@ -18,7 +18,8 @@ color magenta "[(){}]" "\[" "\]"
#String Color
color cyan "['][^']*[^\\][']" "[']{3}.*[^\\][']{3}"
color cyan "["][^"]*[^\\]["]" "["]{3}.*[^\\]["]{3}"
color cyan start=""""[^"]" end=""""" start="'''[^']" end="'''"
#color cyan start=""""[^"]" end=""""" start="'''[^']" end="'''"
color cyan start=""""" end=""""" start="'''" end="'''"
#Comment Color
color brightblue "#.*$"