1
0
mirror of https://github.com/scopatz/nanorc synced 2024-11-10 19:29:48 +01:00

Highlight trailing whitespace

This commit is contained in:
Gareth Jones 2019-11-02 16:57:35 +13:00 committed by GitHub
parent 54ba247767
commit 8ac8d00e08
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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:]]+$"