Remove dead code in Python definition

This commit is contained in:
Simon Volpert 2019-01-04 16:31:34 +02:00
parent 4bf49a725a
commit 49c839cfea
No known key found for this signature in database
GPG Key ID: C88435385910CF33
1 changed files with 0 additions and 6 deletions

View File

@ -41,13 +41,7 @@ color yellow "["][^"]*[^\\]["]" "["]{3}.*[^\\]["]{3}"
color green "^#.*|[[:space:]]#.*$"
## block comments
#color green start=""""([^"]|$)" end=""""" start="'''([^']|$)" end="'''"
#color cyan start=""""[^"]" end=""""" start="'''[^']" end="'''"
color yellow start=""""[^"]" 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="\"\"\""
## trailing spaces
color ,green "[[:space:]]+$"