mirror of
https://github.com/scopatz/nanorc.git
synced 2024-10-18 02:06:40 -07:00
Remove dead code in Python definition
This commit is contained in:
parent
4bf49a725a
commit
49c839cfea
1 changed files with 0 additions and 6 deletions
|
|
@ -41,13 +41,7 @@ color yellow "["][^"]*[^\\]["]" "["]{3}.*[^\\]["]{3}"
|
||||||
color green "^#.*|[[:space:]]#.*$"
|
color green "^#.*|[[:space:]]#.*$"
|
||||||
|
|
||||||
## block comments
|
## block comments
|
||||||
#color green start=""""([^"]|$)" end=""""" start="'''([^']|$)" end="'''"
|
|
||||||
#color cyan start=""""[^"]" end=""""" start="'''[^']" end="'''"
|
|
||||||
color yellow 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
|
## trailing spaces
|
||||||
color ,green "[[:space:]]+$"
|
color ,green "[[:space:]]+$"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue