Skip to content

Commit 8f2ca0a

Browse files
author
Brad Cornes
committed
Merge branch 'next' of github.com:bradlc/vscode-tailwindcss into next
2 parents a13290c + 4dd7450 commit 8f2ca0a

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ export const HTML_LANGUAGES = [
1313
'html',
1414
'HTML (Eex)',
1515
'HTML (EEx)',
16+
'html-eex',
1617
'jade',
1718
'leaf',
1819
'liquid',

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ export const LANGUAGES = [
1212
'html',
1313
'HTML (Eex)',
1414
'HTML (EEx)',
15+
'html-eex',
1516
'jade',
1617
'leaf',
1718
'liquid',

0 commit comments

Comments
 (0)