1
0
mirror of https://github.com/scopatz/nanorc synced 2024-11-22 16:45:40 +01:00

Added highlighting of trailing whitespace

This commit is contained in:
Anomitee 2014-01-04 17:32:57 +11:00
parent fb38a1ff97
commit d566590602

View File

@ -34,3 +34,6 @@ color cyan "<[^= ]*>" ""(\\.|[^"])*""
## Comment highlighting ## Comment highlighting
color brightblue "//.*" color brightblue "//.*"
color brightblue start="/\*" end="\*/" color brightblue start="/\*" end="\*/"
## Trailing whitespace
color ,green "[[:space:]]+$"