color fix

This commit is contained in:
Bruce DuPlanty 2021-03-29 15:44:24 -07:00
parent acb60926ea
commit e6b66d62f6
2 changed files with 2 additions and 3 deletions

View File

@ -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:]]+"

View File

@ -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:]]+"