Skip to content

Commit

Permalink
Add support for MDX (#1046)
Browse files Browse the repository at this point in the history
* Add support for MDX

* Add MDX to readme

---------

Co-authored-by: XAMPPRocky <4464295+XAMPPRocky@users.noreply.github.com>
  • Loading branch information
loqusion and XAMPPRocky authored Aug 16, 2024
1 parent b694366 commit 9ad137f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -458,6 +458,7 @@ Madlang
Max
Makefile
Markdown
Mdx
Meson
Mint
Mlatu
Expand Down
6 changes: 6 additions & 0 deletions languages.json
Original file line number Diff line number Diff line change
Expand Up @@ -1000,6 +1000,12 @@
"Max": {
"extensions": ["maxpat"]
},
"Mdx": {
"name": "MDX",
"literate": true,
"important_syntax": ["```"],
"extensions": ["mdx"]
},
"Menhir": {
"nested": true,
"quotes": [["\\\"", "\\\""]],
Expand Down

0 comments on commit 9ad137f

Please sign in to comment.