Unify comments in Python file
This commit is contained in:
+2
-2
@@ -49,8 +49,8 @@ color yellow start=""""[^"]" end=""""" start="'''[^']" end="'''"
|
|||||||
#color cyan start="("""[^"]|[^"]""")" end="("""[^"]|[^"]""")" start="'''[^']" end="'''"
|
#color cyan start="("""[^"]|[^"]""")" end="("""[^"]|[^"]""")" start="'''[^']" end="'''"
|
||||||
#color cyan start="\"\"\"" end="\"\"\""
|
#color cyan start="\"\"\"" end="\"\"\""
|
||||||
|
|
||||||
## Trailing spaces
|
## trailing spaces
|
||||||
color ,green "[[:space:]]+$"
|
color ,green "[[:space:]]+$"
|
||||||
|
|
||||||
# reminders
|
## reminders
|
||||||
color brightwhite,yellow "(FIXME|TODO|XXX)"
|
color brightwhite,yellow "(FIXME|TODO|XXX)"
|
||||||
|
|||||||
Reference in New Issue
Block a user