Fix md quote syntax highlight(fix #38523) (#39487)

This commit is contained in:
Yuki Ueda
2017-12-05 03:59:37 +09:00
committed by Matt Bierner
parent 1c213b7352
commit 142d587bde
4 changed files with 49 additions and 4 deletions

View File

@@ -478,7 +478,7 @@
<key>list_paragraph</key>
<dict>
<key>begin</key>
<string>(^|\G)(?=\S)(?![*+-]\s|[0-9]+\.\s)</string>
<string>(^|\G)(?=\S)(?![*+-&gt;]\s|[0-9]+\.\s)</string>
<key>name</key>
<string>meta.paragraph.markdown</string>
<key>patterns</key>
@@ -497,7 +497,7 @@
</dict>
</array>
<key>while</key>
<string>(^|\G)(?!\s*$|#|[ ]{0,3}([-*_][ ]{2,}){3,}[ \t]*$\n?|&gt;|[ ]{0,3}[*+-]|[ ]{0,3}[0-9]+\.)</string>
<string>(^|\G)(?!\s*$|#|[ ]{0,3}([-*_&gt;][ ]{2,}){3,}[ \t]*$\n?|[ ]{0,3}[*+-&gt;]|[ ]{0,3}[0-9]+\.)</string>
</dict>
<key>lists</key>
<dict>