Can _hyperscript syntax highlighting be enabled in alternative language modes?
Thank you for creating this extension, I use it all the time.
I would love to enable _hyperscript syntax highlighting when I have the language mode set to django-html so that I can have the django specific highlighting as well. I am able to enable both emmet and django by setting emmet to include the django-html language:
"emmet.includeLanguages": {
"django-html": "html"
},
Does something similar exist for your extension?
I would also like this.
And ._hs files as well as HS supports them.
also .astro files as well.
Also needed for .templ
I have made a fork that has some changes that supports the django-html files.
https://github.com/dfourie/vscode-hyperscript/tree/master
You will need to package the extension yourself and load it manually until my PR gets merged.
I will take a look at the .hs, .astro and .templ file type as well.