Skip to content

Commit

Permalink
Unify comments in Python file
Browse files Browse the repository at this point in the history
  • Loading branch information
simon-v committed Jan 4, 2019
1 parent c3c1996 commit 4bf49a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python.nanorc
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ color yellow start=""""[^"]" end=""""" start="'''[^']" end="'''"
#color cyan start="("""[^"]|[^"]""")" end="("""[^"]|[^"]""")" start="'''[^']" end="'''"
#color cyan start="\"\"\"" end="\"\"\""

## Trailing spaces
## trailing spaces
color ,green "[[:space:]]+$"

# reminders
## reminders
color brightwhite,yellow "(FIXME|TODO|XXX)"

0 comments on commit 4bf49a7

Please sign in to comment.