mirror of
https://github.com/scopatz/nanorc
synced 2024-11-22 08:35:39 +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
|
## Comments
|
||||||
icolor brightblue "^[[:space:]]*#.*$"
|
icolor brightblue "^[[:space:]]*#.*$"
|
||||||
icolor cyan "^[[:space:]]*##.*$"
|
icolor cyan "^[[:space:]]*##.*$"
|
||||||
|
|
||||||
|
## Trailing whitespace
|
||||||
|
icolor ,green "[[:space:]]+$"
|
||||||
|
Loading…
Reference in New Issue
Block a user