Update syntax files

This commit is contained in:
Zachary Yedidia
2016-03-25 16:41:36 -04:00
parent 248609a90a
commit d1d55277f7
65 changed files with 353 additions and 377 deletions

View File

@@ -40,10 +40,5 @@ color constant "["][^"]*[^\\]["]" "["]{3}.*[^\\]["]{3}"
color comment "#.*$"
## block brightblacks
color comment (s) """"([^"]|$).*?"""" (s) "'''([^']|$).*?'''"
#color cyan (s) """"[^"].*?"""" (s) "'''[^'].*?'''"
#color cyan (s) "([[:space:]]"""|^""").*?"""" (s) "'''[^'].*?'''"
#color cyan (s) """".*?"""" (s) "'''.*?'''"
#color cyan (s) "("""[^"]|[^"]""").*?("""[^"]|[^"]""")" (s) "'''[^'].*?'''"
#color cyan (s) "\"\"\".*?\"\"\""
color comment start=""""([^"]|$)" end="""""
color comment start="'''([^']|$)" end="'''"