mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-08 09:08:48 +01:00
Moved TM Markdown seperator rule below the Paragraph
rule to fix the alt heading 2 syntax highlighting.
This commit is contained in:
@@ -26,10 +26,6 @@
|
||||
<dict>
|
||||
<key>patterns</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>include</key>
|
||||
<string>#separator</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>include</key>
|
||||
<string>#heading</string>
|
||||
@@ -206,6 +202,11 @@
|
||||
<key>include</key>
|
||||
<string>#paragraph</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>include</key>
|
||||
<string>#separator</string>
|
||||
</dict>
|
||||
|
||||
</array>
|
||||
<key>repository</key>
|
||||
<dict>
|
||||
|
||||
Reference in New Issue
Block a user