Skip to content

Commit 9ad137f

Browse files
loqusionXAMPPRocky
andauthored
Add support for MDX (#1046)
* Add support for MDX * Add MDX to readme --------- Co-authored-by: XAMPPRocky <4464295+XAMPPRocky@users.noreply.github.com>
1 parent b694366 commit 9ad137f

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -458,6 +458,7 @@ Madlang
458458
Max
459459
Makefile
460460
Markdown
461+
Mdx
461462
Meson
462463
Mint
463464
Mlatu

languages.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1000,6 +1000,12 @@
10001000
"Max": {
10011001
"extensions": ["maxpat"]
10021002
},
1003+
"Mdx": {
1004+
"name": "MDX",
1005+
"literate": true,
1006+
"important_syntax": ["```"],
1007+
"extensions": ["mdx"]
1008+
},
10031009
"Menhir": {
10041010
"nested": true,
10051011
"quotes": [["\\\"", "\\\""]],

0 commit comments

Comments
 (0)