Merge pull request #111 from zolrath/next

Add additional Elixir eex languages
master
Brad Cornes 2020-04-30 10:31:33 +01:00 committed by GitHub
commit 4dd7450d7b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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',