add `HTML (EEx)` language
parent
ddcb38a3da
commit
1768f96b53
|
@ -12,6 +12,7 @@ export const HTML_LANGUAGES = [
|
|||
'hbs',
|
||||
'html',
|
||||
'HTML (Eex)',
|
||||
'HTML (EEx)',
|
||||
'jade',
|
||||
'leaf',
|
||||
'liquid',
|
||||
|
|
|
@ -11,6 +11,7 @@ export const LANGUAGES = [
|
|||
'hbs',
|
||||
'html',
|
||||
'HTML (Eex)',
|
||||
'HTML (EEx)',
|
||||
'jade',
|
||||
'leaf',
|
||||
'liquid',
|
||||
|
|
Loading…
Reference in New Issue