-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Add jdl language extension #3339
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
Conversation
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
notpeter
left a comment
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.
There's a couple things you'll need to fix this:
- You need to add your extension id/version to
extensions.toml - You need to sort the gitmodules/extensions.toml (use
pnpm run sort-extensions) - You need to to edit
extension.tomlin your repo. Remove these lines (they are what was supposed to go inextensions.toml(note the S):
https://github.com/alessandrobrunoh/zed-grammar-jdl/blob/f21f2832a15c34382fe145187f825af49e392016/extension.toml#L13-L15 - Pull forward the submodule commit to include those changes.
|
Ohhh I forgot, I'll do it when I get home thanks |
|
@notpeter i think i did everything, let me know if i have to edit something else. Thanks |
This comment was marked as resolved.
This comment was marked as resolved.
|
@notpeter done. Sry, its my first time publishing an extension but i wanna try to pub more, and maybe contribute to Zed too. xD |
|
Thanks. Apologies for the delay. |
Add the grammar support for .jdl files - Extension: https://github.com/alessandrobrunoh/zed-grammar-jdl - Tree-sitter: https://github.com/alessandrobrunoh/tree-sitter-jdl --------- Co-authored-by: Peter Tripp <[email protected]>
Add the grammar support for .jdl files