Color trailing whitespace green
This commit is contained in:
@@ -45,3 +45,6 @@ color yellow "`[^`]*`|^ {4}[^-+*].*"
|
|||||||
# code blocks
|
# code blocks
|
||||||
color yellow start="^```[^$]" end="^```$"
|
color yellow start="^```[^$]" end="^```$"
|
||||||
color yellow "^```$"
|
color yellow "^```$"
|
||||||
|
|
||||||
|
## Trailing spaces
|
||||||
|
color ,green "[[:space:]]+$"
|
||||||
|
|||||||
Reference in New Issue
Block a user