add mdx language support

master
Brad Cornes 2020-11-30 15:54:31 +00:00
parent 13407177ba
commit 3fc1a11196
2 changed files with 2 additions and 0 deletions

View File

@ -19,6 +19,7 @@ export const DEFAULT_LANGUAGES = [
'leaf',
'liquid',
'markdown',
'mdx',
'mustache',
'njk',
'nunjucks',

View File

@ -21,6 +21,7 @@ export const HTML_LANGUAGES = [
'leaf',
'liquid',
'markdown',
'mdx',
'mustache',
'njk',
'nunjucks',