mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 02:58:56 +01:00
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"fileTypes": [],
|
||||
"injectionSelector": "L:meta.paragraph.markdown - (comment, string, markup.math.inline.markdown)",
|
||||
"patterns": [
|
||||
{
|
||||
"include": "#math_inline"
|
||||
}
|
||||
],
|
||||
"repository": {
|
||||
"math_inline": {
|
||||
"name": "markup.math.inline.markdown",
|
||||
"contentName": "meta.embedded.math.markdown",
|
||||
"match": "(?<=\\s|^)(\\${1,2})(.+?)(\\${1,2})(?=\\s|$)",
|
||||
"captures": {
|
||||
"1": {
|
||||
"name": "punctuation.definition.math.begin.markdown"
|
||||
},
|
||||
"2": {
|
||||
"patterns": [
|
||||
{
|
||||
"include": "text.html.markdown.math#math"
|
||||
}
|
||||
]
|
||||
},
|
||||
"3": {
|
||||
"name": "punctuation.definition.math.begin.markdown"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"scopeName": "markdown.math.inline"
|
||||
}
|
||||
Reference in New Issue
Block a user