Merge pull request #22 from Anomitee/patch-1
Add an option to highlight trailing whitespace
This commit is contained in:
@@ -34,3 +34,6 @@ color cyan "<[^= ]*>" ""(\\.|[^"])*""
|
|||||||
## Comment highlighting
|
## Comment highlighting
|
||||||
color brightblue "//.*"
|
color brightblue "//.*"
|
||||||
color brightblue start="/\*" end="\*/"
|
color brightblue start="/\*" end="\*/"
|
||||||
|
|
||||||
|
## Trailing whitespace
|
||||||
|
#color ,green "[[:space:]]+$"
|
||||||
|
|||||||
Reference in New Issue
Block a user