Add support for MDX (#1046)

* Add support for MDX

* Add MDX to readme

---------

Co-authored-by: XAMPPRocky <4464295+XAMPPRocky@users.noreply.github.com>
This commit is contained in:
loqusion 2024-08-16 08:29:00 -05:00 committed by GitHub
parent b694366b4f
commit 9ad137f943
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 7 additions and 0 deletions

View File

@ -458,6 +458,7 @@ Madlang
Max
Makefile
Markdown
Mdx
Meson
Mint
Mlatu

View File

@ -1000,6 +1000,12 @@
"Max": {
"extensions": ["maxpat"]
},
"Mdx": {
"name": "MDX",
"literate": true,
"important_syntax": ["```"],
"extensions": ["mdx"]
},
"Menhir": {
"nested": true,
"quotes": [["\\\"", "\\\""]],