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
1 changed files with 1 additions and 1 deletions

View File

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