Skip to content

Commit b61d24b

Browse files
author
Matt Furden
committed
Add additional eex languages
1 parent a52765f commit b61d24b

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

packages/tailwindcss-language-server/src/util/html.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ export const HTML_LANGUAGES = [
1212
'hbs',
1313
'html',
1414
'HTML (Eex)',
15+
'HTML (EEx)',
16+
'html-eex',
1517
'jade',
1618
'leaf',
1719
'liquid',

packages/tailwindcss-vscode/src/lib/languages.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ export const LANGUAGES = [
1111
'hbs',
1212
'html',
1313
'HTML (Eex)',
14+
'HTML (EEx)',
15+
'html-eex',
1416
'jade',
1517
'leaf',
1618
'liquid',

0 commit comments

Comments
 (0)