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
1 changed files with 2 additions and 2 deletions

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