add mdx language support
parent
13407177ba
commit
3fc1a11196
|
@ -19,6 +19,7 @@ export const DEFAULT_LANGUAGES = [
|
||||||
'leaf',
|
'leaf',
|
||||||
'liquid',
|
'liquid',
|
||||||
'markdown',
|
'markdown',
|
||||||
|
'mdx',
|
||||||
'mustache',
|
'mustache',
|
||||||
'njk',
|
'njk',
|
||||||
'nunjucks',
|
'nunjucks',
|
||||||
|
|
|
@ -21,6 +21,7 @@ export const HTML_LANGUAGES = [
|
||||||
'leaf',
|
'leaf',
|
||||||
'liquid',
|
'liquid',
|
||||||
'markdown',
|
'markdown',
|
||||||
|
'mdx',
|
||||||
'mustache',
|
'mustache',
|
||||||
'njk',
|
'njk',
|
||||||
'nunjucks',
|
'nunjucks',
|
||||||
|
|
Loading…
Reference in New Issue