mirror of
https://github.com/scopatz/nanorc
synced 2024-11-23 19:00:27 +01:00
Merge pull request #22 from Anomitee/patch-1
Add an option to highlight trailing whitespace
This commit is contained in:
commit
ecfdac7396
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