Add reminders to Python syntax

This commit is contained in:
Simon Volpert 2018-03-14 18:29:54 +02:00
parent 0f2ad69b02
commit be1c690ef1
No known key found for this signature in database
GPG Key ID: C88435385910CF33
1 changed files with 3 additions and 0 deletions

View File

@ -51,3 +51,6 @@ color yellow start=""""[^"]" end=""""" start="'''[^']" end="'''"
## Trailing spaces
color ,green "[[:space:]]+$"
# reminders
color brightwhite,yellow "(FIXME|TODO|XXX)"