Skip to content

Commit bf52454

Browse files
author
Brad Cornes
committed
add gohtml
1 parent 02683ec commit bf52454

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

src/lib/languages.ts

+2
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ export const DEFAULT_LANGUAGES = [
66
'edge',
77
'ejs',
88
'erb',
9+
'gohtml',
10+
'GoHTML',
911
'haml',
1012
'handlebars',
1113
'hbs',

src/lsp/util/html.ts

+2
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ export const HTML_LANGUAGES = [
88
'edge',
99
'ejs',
1010
'erb',
11+
'gohtml',
12+
'GoHTML',
1113
'haml',
1214
'handlebars',
1315
'hbs',

0 commit comments

Comments
 (0)