code format adjacent to more punctuation

This commit is contained in:
2018-05-25 16:19:52 -07:00
parent 2c1617fba0
commit 54e424d1de

View File

@@ -128,7 +128,7 @@ color body blue default '(https?|HTTPS?)://[-\\\.,/%~_:?!@&=\#a-zA-Z0-9]+'
# Markdown
color body brightwhite default '[ \\t\\r\\n\\f]\*+[^*]+\*+[ \\t\\r\\n\\f]'
color body brightwhite default '[ \\t\\r\\n\\f]_+[^_]+_+[ \\t\\r\\n\\f]'
color body brightwhite brightblack '[ \\t\\r\\n\\f]`[^`]+`[\\. \\t\\r\\n\\f]'
color body brightwhite brightblack '[ \\t\\r\\n\\f]`[^`]+`[\\.,; \\t\\r\\n\\f]'
# Diff
color body brightred default '^- .+'