mirror of
https://github.com/scopatz/nanorc
synced 2024-11-22 08:35:39 +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
|
# Multiline comments
|
||||||
color green start="\s*\-\-\s*\[\[" end="\]\]"
|
color green start="\s*\-\-\s*\[\[" end="\]\]"
|
||||||
|
|
||||||
|
# Trailing whitespaces
|
||||||
|
color ,green "[[:space:]]+$"
|
||||||
|
Loading…
Reference in New Issue
Block a user