Tree-sitter and Zed extension for TOON #193
3swordman
started this conversation in
Show and tell
Replies: 1 comment 2 replies
-
|
Thank you for the effort! @3swordman are you open to move the repo to the TOON org umbrella in the future? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi! I’ve published two repos:
Tree-sitter grammar: https://github.com/3swordman/tree-sitter-toon This defines a Toon grammar for tree-sitter so tools/editors can parse toon code and build a syntax tree.
Zed editor integration: https://github.com/3swordman/zed-toon This uses the tree-sitter grammar to provide toon language support in the Zed editor (syntax highlighting and related language features).
If you’re interested, please feel free to try it out. I’m happy to adapt the grammar and queries to better match how toon is intended to be used.
Beta Was this translation helpful? Give feedback.
All reactions