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',
'html',
'HTML (Eex)',
'HTML (EEx)',
'html-eex',
'jade',
'leaf',
'liquid',

View File

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