Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
code / usr / share / code / resources / app / extensions / markdown-math / syntaxes / md-math-fence.tmLanguage.json
Size: Mime:
{"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"}