add mustache (#58)

master
Brad Cornes 2020-04-29 11:05:02 +01:00
parent 63f8c0ff07
commit a52765fc0f
2 changed files with 2 additions and 0 deletions

View File

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

View File

@ -15,6 +15,7 @@ export const LANGUAGES = [
'leaf', 'leaf',
'liquid', 'liquid',
'markdown', 'markdown',
'mustache',
'njk', 'njk',
'nunjucks', 'nunjucks',
'php', 'php',