Urara-Blog/node_modules/.pnpm-store/v3/files/3e/bdf347cba8c32f7dca4b52f36fa3fc214c8c86717695be55107a818ec88cc800687c8e6fdd22d152fca2a83198519fc1c0e09ae742fe6b0a2c3ffa643cb2e3
2022-08-14 01:14:53 +08:00

63 lines
1.3 KiB
Text

{
"$schema": "https://raw.githubusercontent.com/martinring/tmlanguage/master/tmlanguage.json",
"name": "mdx",
"patterns": [
{
"include": "#jsx"
},
{
"include": "#markdown"
}
],
"repository": {
"jsx": {
"patterns": [
{
"include": "#jsx-module"
},
{
"include": "#jsx-tag"
}
],
"repository": {
"jsx-module": {
"patterns": [
{
"begin": "^(?=(import|export)\\b)",
"while": "^(?!\\s*$)",
"contentName": "source.js.jsx",
"patterns": [
{
"include": "source.js.jsx"
}
]
}
]
},
"jsx-tag": {
"patterns": [
{
"begin": "^(?=<([a-z]|[A-Z]))",
"end": "(?<=>)",
"contentName": "source.js.jsx",
"patterns": [
{
"include": "source.js.jsx"
}
]
}
]
}
}
},
"markdown": {
"contentName": "text.html.markdown",
"patterns": [
{
"include": "text.html.markdown"
}
]
}
},
"scopeName": "text.html.markdown.jsx"
}