We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22fab0c commit 0656b2bCopy full SHA for 0656b2b
2 files changed
extensions/markdown/syntaxes/markdown.tmLanguage
@@ -2783,7 +2783,7 @@
2783
<key>name</key>
2784
<string>markup.fenced_code.block.markdown</string>
2785
<key>begin</key>
2786
- <string>(^|\G)(\s*)([`~]{3,})\s*([^`~]*)?$</string>
+ <string>(^|\G)(\s*)([`~]{3,})\s*(?=([^`~]*)?$)</string>
2787
<key>end</key>
2788
<string>(^|\G)(\2|\s{0,3})(\3)\s*$</string>
2789
<key>beginCaptures</key>
extensions/markdown/syntaxes/markdown.tmLanguage.base
@@ -416,7 +416,7 @@
416
417
418
419
+ <string>(^|\G)(\s*)([`~]{3,})\s*(?=[^`~]*)?$</string>
420
421
422
0 commit comments