Repository URL to install this package:
|
Version:
1.100.3-1748872405 ▾
|
code
/
usr
/
share
/
code
/
resources
/
app
/
extensions
/
markdown-math
/
syntaxes
/
md-math-fence.tmLanguage.json
|
|---|
{"fileTypes":[],"injectionSelector":"L:markup.fenced_code.block.markdown","patterns":[{"include":"#math-code-block"}],"repository":{"math-code-block":{"begin":"(?<=[`~])math(\\s+[^`~]*)?$","end":"(^|\\G)(?=\\s*[`~]{3,}\\s*$)","patterns":[{"begin":"(^|\\G)(\\s*)(.*)","while":"(^|\\G)(?!\\s*([`~]{3,})\\s*$)","contentName":"meta.embedded.math.markdown","patterns":[{"include":"text.html.markdown.math#math"}]}]}},"scopeName":"markdown.math.codeblock"}