mirror of
https://github.com/scopatz/nanorc.git
synced 2024-10-18 02:06:40 -07:00
Highlight trailing whitespaces
Taken from the sh.nanorc file for highlighting trailing whitespaces
This commit is contained in:
parent
e7974027ca
commit
d76277c3f9
1 changed files with 3 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue