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

Merge pull request #97 from maritaria/patch-1

Highlight trailing whitespaces
This commit is contained in:
Anthony Scopatz 2016-04-30 14:07:43 -04:00
commit 3de85412c6

View File

@ -71,3 +71,6 @@ color green "\-\-.*$"
# Multiline comments
color green start="\s*\-\-\s*\[\[" end="\]\]"
# Trailing whitespaces
color ,green "[[:space:]]+$"