-
Notifications
You must be signed in to change notification settings - Fork 19
Add sqls language server #49
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
Changes from all commits
c8ddada
fda32c1
cc97b24
9a42198
1193513
cd3f78c
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,10 @@ | ||
| [package] | ||
| name = "sql" | ||
| version = "1.1.2" | ||
| edition = "2024" | ||
|
|
||
| [lib] | ||
| crate-type = ["cdylib"] | ||
|
|
||
| [dependencies] | ||
| zed_extension_api = "0.2.0" |
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -2,10 +2,14 @@ id = "sql" | |||||
| name = "SQL" | ||||||
| schema_version = 1 | ||||||
| version = "1.1.7" | ||||||
| authors = ["nervenes", "notpeter", "phileix", "tammyxiong"] | ||||||
| authors = ["nervenes", "notpeter", "phileix", "tammyxiong", "valentinegb"] | ||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
They mentioned someone can take this over - we appreciate their work and already send them a little goodie for everything they did some time ago, but think let's leave them out here in their interest, please. |
||||||
| description = "SQL language support." | ||||||
| repository = "https://github.com/zed-extensions/sql" | ||||||
|
|
||||||
| [grammars.sql] | ||||||
| repository = "https://github.com/DerekStride/tree-sitter-sql" | ||||||
| commit = "4a99c73f5384f2be10adc55208c84d95a7eb1137" | ||||||
|
|
||||||
| [language_servers.sqls] | ||||||
| name = "sqls" | ||||||
| languages = ["SQL"] | ||||||
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 we remove some of those that are not needed and make it a bit more barebones?