Skip to content

Commit

Permalink
Add reminders to Python syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
simon-v committed Jan 4, 2019
1 parent 0f2ad69 commit be1c690
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions python.nanorc
Original file line number Diff line number Diff line change
Expand Up @@ -51,3 +51,6 @@ color yellow start=""""[^"]" end=""""" start="'''[^']" end="'''"

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

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

0 comments on commit be1c690

Please sign in to comment.