mirror of
https://github.com/scopatz/nanorc
synced 2024-11-21 16:15:40 +01:00
Highlight trailing whitespaces
Taken from the sh.nanorc file for highlighting trailing whitespaces
This commit is contained in:
parent
e7974027ca
commit
d76277c3f9
@ -71,3 +71,6 @@ color green "\-\-.*$"
|
||||
|
||||
# Multiline comments
|
||||
color green start="\s*\-\-\s*\[\[" end="\]\]"
|
||||
|
||||
# Trailing whitespaces
|
||||
color ,green "[[:space:]]+$"
|
||||
|
Loading…
Reference in New Issue
Block a user