add mustache (#58)
parent
63f8c0ff07
commit
a52765fc0f
|
@ -16,6 +16,7 @@ export const HTML_LANGUAGES = [
|
||||||
'leaf',
|
'leaf',
|
||||||
'liquid',
|
'liquid',
|
||||||
'markdown',
|
'markdown',
|
||||||
|
'mustache',
|
||||||
'njk',
|
'njk',
|
||||||
'nunjucks',
|
'nunjucks',
|
||||||
'php',
|
'php',
|
||||||
|
|
|
@ -15,6 +15,7 @@ export const LANGUAGES = [
|
||||||
'leaf',
|
'leaf',
|
||||||
'liquid',
|
'liquid',
|
||||||
'markdown',
|
'markdown',
|
||||||
|
'mustache',
|
||||||
'njk',
|
'njk',
|
||||||
'nunjucks',
|
'nunjucks',
|
||||||
'php',
|
'php',
|
||||||
|
|
Loading…
Reference in New Issue