We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b694366 commit 9ad137fCopy full SHA for 9ad137f
README.md
@@ -458,6 +458,7 @@ Madlang
458
Max
459
Makefile
460
Markdown
461
+Mdx
462
Meson
463
Mint
464
Mlatu
languages.json
@@ -1000,6 +1000,12 @@
1000
"Max": {
1001
"extensions": ["maxpat"]
1002
},
1003
+ "Mdx": {
1004
+ "name": "MDX",
1005
+ "literate": true,
1006
+ "important_syntax": ["```"],
1007
+ "extensions": ["mdx"]
1008
+ },
1009
"Menhir": {
1010
"nested": true,
1011
"quotes": [["\\\"", "\\\""]],
0 commit comments