Add support for gohtmltmpl files for Hugo (#473)
parent
b43250d1cf
commit
32e202a149
|
@ -9,6 +9,7 @@ export const htmlLanguages = [
|
||||||
'erb',
|
'erb',
|
||||||
'gohtml',
|
'gohtml',
|
||||||
'GoHTML',
|
'GoHTML',
|
||||||
|
'gohtmltmpl',
|
||||||
'haml',
|
'haml',
|
||||||
'handlebars',
|
'handlebars',
|
||||||
'hbs',
|
'hbs',
|
||||||
|
|
Loading…
Reference in New Issue