add gohtml
parent
02683ece85
commit
bf524542ce
|
@ -6,6 +6,8 @@ export const DEFAULT_LANGUAGES = [
|
||||||
'edge',
|
'edge',
|
||||||
'ejs',
|
'ejs',
|
||||||
'erb',
|
'erb',
|
||||||
|
'gohtml',
|
||||||
|
'GoHTML',
|
||||||
'haml',
|
'haml',
|
||||||
'handlebars',
|
'handlebars',
|
||||||
'hbs',
|
'hbs',
|
||||||
|
|
|
@ -8,6 +8,8 @@ export const HTML_LANGUAGES = [
|
||||||
'edge',
|
'edge',
|
||||||
'ejs',
|
'ejs',
|
||||||
'erb',
|
'erb',
|
||||||
|
'gohtml',
|
||||||
|
'GoHTML',
|
||||||
'haml',
|
'haml',
|
||||||
'handlebars',
|
'handlebars',
|
||||||
'hbs',
|
'hbs',
|
||||||
|
|
Loading…
Reference in New Issue