mirror of
https://github.com/scopatz/nanorc
synced 2024-11-22 08:35:39 +01:00
Merge pull request #159 from TUSF/patch-1
Fixing Markdown quotes that span more than one line.
This commit is contained in:
commit
dbb70b17e7
@ -4,6 +4,7 @@ syntax "Markdown" "\.(md|mkd|mkdn|markdown)$"
|
|||||||
color cyan ".*[ :]\|[ :].*"
|
color cyan ".*[ :]\|[ :].*"
|
||||||
|
|
||||||
# quotes
|
# quotes
|
||||||
|
color brightblack start="^>" end="^$"
|
||||||
color brightblack "^>.*"
|
color brightblack "^>.*"
|
||||||
|
|
||||||
# Emphasis
|
# Emphasis
|
||||||
|
Loading…
Reference in New Issue
Block a user