Skip to content

Commit d66c820

Browse files
author
Brad Cornes
committed
add languages
1 parent 777681a commit d66c820

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

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

+3
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,20 @@
11
import { TextDocument, Position } from 'vscode-languageserver'
22

33
export const HTML_LANGUAGES = [
4+
'aspnetcorerazor',
45
'blade',
56
'django-html',
67
'edge',
78
'ejs',
89
'erb',
910
'haml',
1011
'handlebars',
12+
'hbs',
1113
'html',
1214
'HTML (Eex)',
1315
'jade',
1416
'leaf',
17+
'liquid',
1518
'markdown',
1619
'njk',
1720
'nunjucks',

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

+3
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,19 @@
11
export const LANGUAGES = [
22
// html
3+
'aspnetcorerazor',
34
'blade',
45
'django-html',
56
'edge',
67
'ejs',
78
'erb',
89
'haml',
910
'handlebars',
11+
'hbs',
1012
'html',
1113
'HTML (Eex)',
1214
'jade',
1315
'leaf',
16+
'liquid',
1417
'markdown',
1518
'njk',
1619
'nunjucks',

0 commit comments

Comments
 (0)