mirror of
https://github.com/scopatz/nanorc.git
synced 2024-10-18 02:06:40 -07:00
Color trailing whitespace green
This commit is contained in:
parent
d3d7b09738
commit
d3a313afd8
1 changed files with 3 additions and 0 deletions
|
|
@ -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:]]+$"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue