1
0
mirror of https://github.com/scopatz/nanorc synced 2024-10-31 23:00:00 +01:00

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

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:]]+$"