Merge pull request #159 from TUSF/patch-1

Fixing Markdown quotes that span more than one line.
pull/162/head
Anthony Scopatz 6 years ago committed by GitHub
commit dbb70b17e7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -4,6 +4,7 @@ syntax "Markdown" "\.(md|mkd|mkdn|markdown)$"
color cyan ".*[ :]\|[ :].*"
# quotes
color brightblack start="^>" end="^$"
color brightblack "^>.*"
# Emphasis

Loading…
Cancel
Save