vscode-go-template
vscode-go-template copied to clipboard
Highlighting HTML in Go template
When I open any given *.tmpl file the HTML is not highlighted. I thought your extension is doing this? If no, what is the suggested way enabling both Go and HTML in a *.tmpl file?
PS: I am new to Go, sorry for asking.
Hey, in the description, it says :
Support syntax highlighting for Go Template files: *.go.txt, *.go.tpl, *.go.tmpl, *.gtpl.
So this extension support ".go.tmpl" but not ".tmpl"
Would it be possible to add the basic extension as ".go.tmpl" is not the default go extension used for templating (if I'm not mistaken)