Fixed multiline string highlighting.
This commit is contained in:
+2
-1
@@ -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 "#.*$"
|
||||
|
||||
Reference in New Issue
Block a user