Skip to content

Commit

Permalink
Remove dead code in Python definition
Browse files Browse the repository at this point in the history
  • Loading branch information
simon-v committed Jan 4, 2019
1 parent 4bf49a7 commit 49c839c
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions python.nanorc
Original file line number Diff line number Diff line change
Expand Up @@ -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:]]+$"
Expand Down

0 comments on commit 49c839c

Please sign in to comment.