mirror of
https://github.com/scopatz/nanorc
synced 2024-11-23 10:50:26 +01:00
Merge pull request #261 from G-Rath/patch-3
Highlight trailing whitespace (nanorc.nanorc)
This commit is contained in:
commit
1ba2698c05
|
@ -15,3 +15,6 @@ icolor white ""(\\.|[^"])*""
|
|||
## Comments
|
||||
icolor brightblue "^[[:space:]]*#.*$"
|
||||
icolor cyan "^[[:space:]]*##.*$"
|
||||
|
||||
## Trailing whitespace
|
||||
icolor ,green "[[:space:]]+$"
|
||||
|
|
Loading…
Reference in New Issue
Block a user