1
0
mirror of https://github.com/scopatz/nanorc synced 2024-09-29 01:19:50 +02:00

Merge pull request #102 from mis2/c-whitespace

uncomment whitespace highlighting
This commit is contained in:
Anthony Scopatz 2016-06-10 15:43:45 -04:00 committed by GitHub
commit ed1d8042cd

View File

@ -39,4 +39,4 @@ color brightblue "//.*"
color brightblue start="/\*" end="\*/"
## Trailing whitespace
#color ,green "[[:space:]]+$"
color ,green "[[:space:]]+$"