mirror of
https://github.com/scopatz/nanorc
synced 2024-11-30 13:45:53 +01:00
color fix
This commit is contained in:
parent
acb60926ea
commit
e6b66d62f6
|
@ -32,12 +32,11 @@ color red "(^|[[:space:]])~~[^ ][^~]*~~"
|
|||
color brightmagenta "^(---+|===+|___+|\*\*\*+)\s*$"
|
||||
|
||||
# headlines
|
||||
# color brightwhite "^#{1,6} .*"
|
||||
# for jrnl files whhere MD Headings maty be embedded
|
||||
color brightwhite "#{1,6} .*"
|
||||
|
||||
# lists
|
||||
color orange "^[[:space:]]*[\*+-] |^[[:space:]]*[0-9]+\. "
|
||||
color brightblue "^[[:space:]]*[\*+-] |^[[:space:]]*[0-9]+\. "
|
||||
|
||||
# leading whitespace
|
||||
color black "^[[:space:]]+"
|
||||
|
|
|
@ -28,7 +28,7 @@ color brightmagenta "^(---+|===+|___+|\*\*\*+)\s*$"
|
|||
color brightwhite "^#{1,6} .*"
|
||||
|
||||
# lists
|
||||
color orange "^[[:space:]]*[\*+-] |^[[:space:]]*[0-9]+\. "
|
||||
color brightblue "^[[:space:]]*[\*+-] |^[[:space:]]*[0-9]+\. "
|
||||
|
||||
# leading whitespace
|
||||
color black "^[[:space:]]+"
|
||||
|
|
Loading…
Reference in New Issue
Block a user