diff --git a/python.nanorc b/python.nanorc index cc98ae2..f19e170 100644 --- a/python.nanorc +++ b/python.nanorc @@ -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)"