1
0
mirror of https://github.com/scopatz/nanorc synced 2025-04-11 16:10:05 +02:00

Merge pull request from G-Rath/patch-2

Highlight trailing whitespace
This commit is contained in:
Anthony Scopatz 2019-11-02 00:03:59 -04:00 committed by GitHub
commit 2f8c7aba4b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -37,3 +37,6 @@ color red "\\[0-7][0-7]?[0-7]?|\\x[0-9a-fA-F]+|\\[bfnrt'"\?\\]"
## Comments
color magenta start="/\*" end="\*/"
color magenta "//.*$"
## Trailing whitespace
color ,green "[[:space:]]+$"