mirror of https://github.com/XAMPPRocky/tokei
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:
parent
b694366b4f
commit
9ad137f943
|
|
@ -1000,6 +1000,12 @@
|
|||
"Max": {
|
||||
"extensions": ["maxpat"]
|
||||
},
|
||||
"Mdx": {
|
||||
"name": "MDX",
|
||||
"literate": true,
|
||||
"important_syntax": ["```"],
|
||||
"extensions": ["mdx"]
|
||||
},
|
||||
"Menhir": {
|
||||
"nested": true,
|
||||
"quotes": [["\\\"", "\\\""]],
|
||||
|
|
|
|||
Loading…
Reference in New Issue