mirror of
https://github.com/kristoferssolo/solorice.git
synced 2025-10-21 20:10:34 +00:00
34 lines
741 B
JSON
34 lines
741 B
JSON
{
|
|
"fileTypes": [],
|
|
"injectionSelector": "L:(text.html.markdown - meta - comment.block - markup.raw)",
|
|
"patterns": [
|
|
{
|
|
"include": "#math-display"
|
|
}
|
|
],
|
|
"repository": {
|
|
"math-display": {
|
|
"name": "markup.inserted.math.display.markdown",
|
|
"begin": "(^|\\G)([ ]{0,3})((?<![^\\\\]\\\\)\\$\\$(?!\\$))",
|
|
"end": "(?<![^\\\\]\\\\)(?<![^\\\\]\\$)(\\$\\$)([\\s]*)",
|
|
"beginCaptures": {
|
|
"0": {
|
|
"name": "punctuation.definition.math.display.markdown"
|
|
}
|
|
},
|
|
"endCaptures": {
|
|
"0": {
|
|
"name": "punctuation.definition.math.display.markdown"
|
|
}
|
|
},
|
|
"contentName": "meta.embedded.block.katex",
|
|
"patterns": [
|
|
{
|
|
"include": "text.katex"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"scopeName": "markdown.math_display"
|
|
}
|