We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 777681a commit d66c820Copy full SHA for d66c820
packages/tailwindcss-language-server/src/util/html.ts
@@ -1,17 +1,20 @@
1
import { TextDocument, Position } from 'vscode-languageserver'
2
3
export const HTML_LANGUAGES = [
4
+ 'aspnetcorerazor',
5
'blade',
6
'django-html',
7
'edge',
8
'ejs',
9
'erb',
10
'haml',
11
'handlebars',
12
+ 'hbs',
13
'html',
14
'HTML (Eex)',
15
'jade',
16
'leaf',
17
+ 'liquid',
18
'markdown',
19
'njk',
20
'nunjucks',
packages/tailwindcss-vscode/src/lib/languages.ts
@@ -1,16 +1,19 @@
export const LANGUAGES = [
// html
0 commit comments