Skip to content

Commit

Permalink
Update languages.json: MDX Support (#445)
Browse files Browse the repository at this point in the history
* Update languages.json: MDX Support

I believe mdx files will be supported by adding the extension to the markdown block. The syntax *is* markdown.

* UPdate another file

* update to languages.json and LANGUAGES.MD

Signed-off-by: Sean P. Goggins <s@goggins.com>

* Decided to tread MDX files as their own thing since they are common in web apps

Signed-off-by: Sean P. Goggins <s@goggins.com>

* not sure how I got out of sync. Fixed

Signed-off-by: Sean P. Goggins <s@goggins.com>

---------

Signed-off-by: Sean P. Goggins <s@goggins.com>
  • Loading branch information
sgoggins authored Apr 10, 2024
1 parent 9336a96 commit d70def7
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
1 change: 1 addition & 0 deletions LANGUAGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,7 @@ Makefile (makefile,mak,mk,bp,makefile,gnumakefile)
Mako (mako,mao)
Markdown (md,markdown)
MATLAB (m)
MDX (mdx)
Meson (meson.build,meson_options.txt)
Modula3 (m3,mg,ig,i3)
Module-Definition (def)
Expand Down
9 changes: 9 additions & 0 deletions languages.json
Original file line number Diff line number Diff line change
Expand Up @@ -4838,6 +4838,15 @@
}
]
},
"MDX": {
"complexitychecks": [],
"extensions": [
"mdx"
],
"line_comment": [],
"multi_line": [],
"quotes": []
},
"Modula3": {
"complexitychecks": [
"for ",
Expand Down

0 comments on commit d70def7

Please sign in to comment.