1
0
mirror of https://github.com/scopatz/nanorc synced 2024-10-31 23:00:00 +01:00

Highlight trailing whitespace (nanorc.nanorc)

This commit is contained in:
Gareth Jones 2019-11-02 17:05:37 +13:00 committed by GitHub
parent 2f8c7aba4b
commit 7c6dc77d82
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,3 +15,6 @@ icolor white ""(\\.|[^"])*""
## Comments
icolor brightblue "^[[:space:]]*#.*$"
icolor cyan "^[[:space:]]*##.*$"
## Trailing whitespace
icolor ,green "[[:space:]]+$"