A bit related to issue #15.
What I did:
I am editing a normal HTML file, which is not a template.
I press CTRL-/ to create a comment.
As a result, I get a Tera comment, not a HTML comment. This is bad.
I look at the langauge in VSCode, and it is "HTML".
My problems:
- The langauge in VSCode shows "HTML".
- It is not possible to choose "Vanilla HTML", as now Tera HTML claims the "HTML" language in the language chooser. The only option is to disable the whole Tera extension.
Solutions I recommend:
- Do not touch the "HTML" language option in the language picker, and instead add a "HTML (Tera)" language option.
- Make the "HTML (Tera)" language option auto-activate only when the file extension is
foo.html.tera or something like that.
Would be cool, thanks for making this extension :).
A bit related to issue #15.
What I did:
I am editing a normal HTML file, which is not a template.
I press
CTRL-/to create a comment.As a result, I get a Tera comment, not a HTML comment. This is bad.
I look at the langauge in VSCode, and it is "HTML".
My problems:
Solutions I recommend:
foo.html.teraor something like that.Would be cool, thanks for making this extension :).