mirror of
https://github.com/scopatz/nanorc
synced 2024-11-22 08:35:39 +01:00
Added highlighting of trailing whitespace
This commit is contained in:
parent
fb38a1ff97
commit
d566590602
3
c.nanorc
3
c.nanorc
@ -34,3 +34,6 @@ color cyan "<[^= ]*>" ""(\\.|[^"])*""
|
|||||||
## Comment highlighting
|
## Comment highlighting
|
||||||
color brightblue "//.*"
|
color brightblue "//.*"
|
||||||
color brightblue start="/\*" end="\*/"
|
color brightblue start="/\*" end="\*/"
|
||||||
|
|
||||||
|
## Trailing whitespace
|
||||||
|
color ,green "[[:space:]]+$"
|
||||||
|
Loading…
Reference in New Issue
Block a user