1
0
mirror of https://github.com/scopatz/nanorc synced 2024-10-31 23:00:00 +01:00

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

View File

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