mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-21 17:19:01 +01:00
Add scss and pug to markdown fenced codeblock syntax highlighting Fixes #28382
This commit is contained in:
@@ -416,7 +416,7 @@
|
||||
<key>name</key>
|
||||
<string>markup.fenced_code.block.markdown</string>
|
||||
<key>begin</key>
|
||||
<string>(^|\G)(\s*)([`~]{3,})\s*(?=[^`~]*)?$</string>
|
||||
<string>(^|\G)(\s*)([`~]{3,})\s*(?=([^`~]*)?$)</string>
|
||||
<key>end</key>
|
||||
<string>(^|\G)(\2|\s{0,3})(\3)\s*$</string>
|
||||
<key>beginCaptures</key>
|
||||
@@ -1118,7 +1118,7 @@
|
||||
</dict>
|
||||
</dict>
|
||||
<key>match</key>
|
||||
<string>(\[)((?<square>[^\[\]\\]|\\.|\[\g<square>*+\])*+)(\])[ ]?(\[)([^\]]*+)(\])</string>
|
||||
<string>(\[)((?<square>[^\[\]\\]|\\.|\[\g<square>*+\])*+)(\])(\[)([^\]]*+)(\])</string>
|
||||
<key>name</key>
|
||||
<string>meta.link.reference.markdown</string>
|
||||
</dict>
|
||||
|
||||
Reference in New Issue
Block a user