Files
Virtual-Box/.vscode-server/cli/servers/Stable-1e3c50d64110be466c0b4a45222e81d2c9352888/server/extensions/markdown-math/syntaxes/md-math-fence.tmLanguage.json
2025-12-02 16:27:21 +00:00

1 line
450 B
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"}