Highlight markdown code block with space

This commit is contained in:
Ivan Tham 2020-07-11 12:35:27 +08:00
parent 60dda1a597
commit 34edb1a8e7

View File

@ -81,6 +81,9 @@ add-highlighter shared/markdown/inline/text/ regex ^\[[^\]\n]*\]:\h*([^\n]*) 1:l
add-highlighter shared/markdown/inline/text/ regex ^\h*(>\h*)+ 0:comment
add-highlighter shared/markdown/inline/text/ regex \H\K\h\h$ 0:PrimarySelection
# Inline code
add-highlighter shared/markdown/inline/text/ regex "^ [^\n]*" 0:meta
# Commands
# ‾‾‾‾‾‾‾‾