mirror of
https://github.com/scopatz/nanorc.git
synced 2024-10-18 02:06:40 -07:00
Merge pull request #22 from Anomitee/patch-1
Add an option to highlight trailing whitespace
This commit is contained in:
commit
ecfdac7396
1 changed files with 3 additions and 0 deletions
3
c.nanorc
3
c.nanorc
|
|
@ -34,3 +34,6 @@ color cyan "<[^= ]*>" ""(\\.|[^"])*""
|
|||
## Comment highlighting
|
||||
color brightblue "//.*"
|
||||
color brightblue start="/\*" end="\*/"
|
||||
|
||||
## Trailing whitespace
|
||||
#color ,green "[[:space:]]+$"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue