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