Went back to previous version of multi-line python highlighting.

This commit is contained in:
Anthony Scopatz 2012-03-04 16:32:43 -06:00
parent ca6f04ac2d
commit 3874a5db43
1 changed files with 6 additions and 2 deletions

View File

@ -19,9 +19,13 @@ color magenta "[(){}]" "\[" "\]"
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="'''"
color cyan start="([[:space:]]"""|^""")" end=""""" start="'''[^']" end="'''"
#color cyan start="([[:space:]]"""|^""")" end=""""" start="'''[^']" end="'''"
#color cyan start=""""" end=""""" start="'''" end="'''"
#color cyan start="("""[^"]|[^"]""")" end="("""[^"]|[^"]""")" start="'''[^']" end="'''"
#color cyan start="\"\"\"" end="\"\"\""
#Comment Color
color brightblue "#.*$"