1
0
mirror of https://github.com/scopatz/nanorc synced 2024-11-22 08:35:39 +01:00

Unify comments in Python file

This commit is contained in:
Simon Volpert 2018-12-26 18:59:10 +02:00
parent c3c1996717
commit 4bf49a725a
No known key found for this signature in database
GPG Key ID: C88435385910CF33

View File

@ -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)"