Merge pull request #261 from G-Rath/patch-3

Highlight trailing whitespace (nanorc.nanorc)
This commit is contained in:
Anthony Scopatz
2019-11-02 11:10:54 -04:00
committed by GitHub
+3
View File
@@ -15,3 +15,6 @@ icolor white ""(\\.|[^"])*""
## Comments
icolor brightblue "^[[:space:]]*#.*$"
icolor cyan "^[[:space:]]*##.*$"
## Trailing whitespace
icolor ,green "[[:space:]]+$"