| Server IP : 209.209.40.120 / Your IP : 216.73.216.200 Web Server : Microsoft-IIS/10.0 System : Windows NT NEWWWW 10.0 build 17763 (Windows Server 2019) i586 User : NEWWWW$ ( 0) PHP Version : 8.3.30 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /Program Files/Android/Android Studio/plugins/textmate/lib/bundles/mdx/syntaxes/ |
Upload File : |
{
"$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"
}