-
Notifications
You must be signed in to change notification settings - Fork 426
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Slint #166
Comments
For completeness: The tree-sitter parser for slint is available here: https://github.com/slint-ui/tree-sitter-slint Tree-sitter queries for nvim can be found here: nvim-treesitter/nvim-treesitter#6027 Helix has another set of tree-sitter queries for slint here: helix-editor/helix#9551 |
@maxdeviant, it appears that the Slint extension is now in the repository, but it has not yet been reflected in the extensions store. Is there a release process that must be completed before extensions become visible? Ref: #355 |
Currently only Zed v0.129.x (currently on Nightly) can see extensions that provide language servers, as they depend on a new major version of the extension schema. These will be available to the Preview release channel on Wednesday, and then on Stable the following week. |
Ah, I missed the part where it has the LSP integration. Thanks 🙏 |
I believe the extensions support LSP in Stable now, so I'll close this issue out. You can find the Slint extension in the Extensions tab in Zed. |
Check for existing issues
Language
Slint
Tree Sitter parser link
No response
Language server link
https://github.com/slint-ui/slint/blob/master/tools/lsp/README.md
Misc notes
Rust GUI - Slint UI Language LSP support request.
The text was updated successfully, but these errors were encountered: