vscode-hyperscript icon indicating copy to clipboard operation
vscode-hyperscript copied to clipboard

_hyperscript language support for VS Code <https://hyperscript.org>

Results 7 vscode-hyperscript issues
Sort by recently updated
recently updated
newest added

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: ![image](https://github.com/dz4k/vscode-hyperscript/assets/841734/6ac378f9-88d3-4344-8572-3569b2be0895) 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 ```...