Skip to content

Commit 1768f96

Browse files
author
Brad Cornes
committed
add HTML (EEx) language
1 parent ddcb38a commit 1768f96

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

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

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ export const HTML_LANGUAGES = [
1212
'hbs',
1313
'html',
1414
'HTML (Eex)',
15+
'HTML (EEx)',
1516
'jade',
1617
'leaf',
1718
'liquid',

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

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ export const LANGUAGES = [
1111
'hbs',
1212
'html',
1313
'HTML (Eex)',
14+
'HTML (EEx)',
1415
'jade',
1516
'leaf',
1617
'liquid',

0 commit comments

Comments
 (0)