mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-21 09:08:53 +01:00
Update markdown grammar to allow better injection into unknown fenced code blocks
This commit is contained in:
@@ -2783,7 +2783,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>
|
||||
|
||||
Reference in New Issue
Block a user