vscode-hyperscript
vscode-hyperscript copied to clipboard
_hyperscript language support for VS Code <https://hyperscript.org>
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...
I have been wanting better support for the django-html language provided by djlint. It was a bit clunky to have to switch between languages when I was working on hyperscript....
Thanks for making this extension. I am trying to use it in jsx (im only using it for templating) and it doesn't seem to get the same support as /html...
it looks like **send** is treated as a keyword even when not standing alone but part of another word:  However `sender` is a member of the zoo: https://hyperscript.org/docs/#zoo
Examples of code that breaks syntax highlighting: ``` put `Hello` into #main make an ``` Funny enough this works fine: ``` put 'Hello' into #main ``` For JavaScript style template...
Thank you for your super handy extension! I think I found a bug. Copy/paste the following code into VisualStudio: Button You will notice that from the string `Button` downwards the...
I'm using v0.1.5 on VS Code 1.76.2. The file is `.html.erb` with the following settings: ```json "files.associations": { "*.html.erb": "erb", "*.turbo_stream.erb": "erb" }, ``` # Examples: ```erb ``` ```erb ```...