casualjim/vscode-gotemplate

Add an option for the comment block

joncalhoun opened this issue · 1 comments

This package currently uses /* and */ for comment blocks, but 90% of the time in an gohtml file I want to comment out HTML, so I want <!-- and -->.

Is it possible to customize this now? I'm not too familiar with how if you can.

If not, would you be open to making this an option?

<!-- and --> should be considered as content of template, not comment of template.
I think the content of template should NOT be highlight.