Merge pull request #159 from TUSF/patch-1

Fixing Markdown quotes that span more than one line.
This commit is contained in:
Anthony Scopatz 2017-12-21 00:09:09 -08:00 committed by GitHub
commit dbb70b17e7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

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