We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02683ec commit bf52454Copy full SHA for bf52454
src/lib/languages.ts
@@ -6,6 +6,8 @@ export const DEFAULT_LANGUAGES = [
6
'edge',
7
'ejs',
8
'erb',
9
+ 'gohtml',
10
+ 'GoHTML',
11
'haml',
12
'handlebars',
13
'hbs',
src/lsp/util/html.ts
@@ -8,6 +8,8 @@ export const HTML_LANGUAGES = [
14
15
0 commit comments