Highlight trailing whitespace (nanorc.nanorc)
This commit is contained in:
@@ -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:]]+$"
|
||||||
|
|||||||
Reference in New Issue
Block a user