1
2
3
4
5
6
7
8
9
10
11
12
13
|
diff --git a/packages/tailwindcss-language-server/src/util/html.ts b/packages/tailwindcss-language-server/src/util/html.ts
index f9e687cc272e0a869167314c1863dba201ccf74d..d0f5743546bb04975746961bc9419d7fbf35e130 100644
--- a/packages/tailwindcss-language-server/src/util/html.ts
+++ b/packages/tailwindcss-language-server/src/util/html.ts
@@ -12,6 +12,8 @@ 'handlebars',
'hbs',
'html',
'HTML (Eex)',
+ 'HTML (EEx)',
+ 'html-eex',
'jade',
'leaf',
'liquid',
|