add `HTML (EEx)` language

master
Brad Cornes 2020-04-29 19:08:52 +01:00
parent ddcb38a3da
commit 1768f96b53
2 changed files with 2 additions and 0 deletions

View File

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

View File

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