-
-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
add prisma tree-sitter and lsp support #2703
Conversation
Overall this looks good but we may want to await victorhqc/tree-sitter-prisma#34. I can reproduce victorhqc/tree-sitter-prisma#34 (comment) within helix. |
Co-authored-by: Michael Davis <mcarsondavis@gmail.com>
languages.toml
Outdated
|
||
[[grammar]] | ||
name = "prisma" | ||
source = { git = "https://github.com/victorhqc/tree-sitter-prisma", rev = "0ac307e4be0409d4327082ddc737ed432a49dfc3" } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
source = { git = "https://github.com/victorhqc/tree-sitter-prisma", rev = "0ac307e4be0409d4327082ddc737ed432a49dfc3" } | |
source = { git = "https://github.com/victorhqc/tree-sitter-prisma", rev = "a3eaf13e75683cb22269814bf5e87af7eb671b1c" } |
That issue got fixed so with this I think we'll be good to go 🙂
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm not sure that got fixed
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you check again with this commit? 36a8e66164babe9f588489c4d9f2b11ddb520ff3
If it stops happening, then I'll merge this PR and build a new release.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Released v1.3.0 should not have the seg fault anymore.
Thanks for working on this, looks great! |
I added to wiki how to install default language server. |
Co-authored-by: Michael Davis <mcarsondavis@gmail.com>
Support added last summer: helix-editor/helix#2703
No description provided.