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 f9e687cc272e0a869167314c1863dba201ccf74d..6972287a854d2384e6667107f2ec1f300517b77a 100644
--- a/packages/tailwindcss-language-server/src/util/html.ts
+++ b/packages/tailwindcss-language-server/src/util/html.ts
@@ -12,6 +12,7 @@ 'handlebars',
'hbs',
'html',
'HTML (Eex)',
+ 'HTML (EEx)',
'jade',
'leaf',
'liquid',
|