Iha Shin (신의하)

Results 76 comments of Iha Shin (신의하)

Actually it looks like the language injection feature itself is already present. What is missing right now is the interface for extensions to extend existing language queries. I guess the...

@mrnugget Would you prefer to have the feature I mentioned above tracked as a separate issue?

Have you installed the SQL extension?

FYI, there's a fix available on https://github.com/biomejs/biome-zed/pull/102. You can clone it locally, uninstall the stable version of the extension from Zed, and then install the cloned repo as a dev...

Is MDX included in the scope? Or would that be a completely separate topic?

Done! BTW, while removing the Node 16 requirement, I also updated CONTRIBUTING.md to state that only maintained Node versions are supported. Therefore it should be confirmed whether that matches what...

@tonyfromundefined Done!

Are there any blockers for reviewing and merging the PR? I was also interested in creating the Solid integration and found this PR waiting reviews for months 😢 I'm open...

Since it looks like it's the JSX transform that causes the issue, how about using [tagged template literals](https://github.com/solidjs/solid/tree/e4b2c668096c47a99e815ad202cb27dfa35f2ec5/packages/solid/html) or [HyperScript API](https://github.com/solidjs/solid/tree/e4b2c668096c47a99e815ad202cb27dfa35f2ec5/packages/solid/h) instead of JSX? They exist for supporting no-build scenarios...

Sure! I'll make a PR shortly 😋