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