Add additional eex languages

master
Matt Furden 2020-04-30 01:57:06 -07:00
parent a52765fc0f
commit b61d24b52e
2 changed files with 4 additions and 0 deletions

View File

@ -12,6 +12,8 @@ export const HTML_LANGUAGES = [
'hbs', 'hbs',
'html', 'html',
'HTML (Eex)', 'HTML (Eex)',
'HTML (EEx)',
'html-eex',
'jade', 'jade',
'leaf', 'leaf',
'liquid', 'liquid',

View File

@ -11,6 +11,8 @@ export const LANGUAGES = [
'hbs', 'hbs',
'html', 'html',
'HTML (Eex)', 'HTML (Eex)',
'HTML (EEx)',
'html-eex',
'jade', 'jade',
'leaf', 'leaf',
'liquid', 'liquid',