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

Merge pull request #22 from Anomitee/patch-1

Add an option to highlight trailing whitespace
This commit is contained in:
Anthony Scopatz 2014-01-04 00:17:50 -08:00
commit ecfdac7396

View File

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