Tree-sitter Parser
Discussions recommending Tree-sitter as a solution for code parsing, syntax highlighting, and AST manipulation in editors like Neovim, Emacs, and VS Code, often comparing it to the parent article's tool.
Activity Over Time
Top Contributors
Keywords
Sample Comments
Many of your concerns could be alleviated by using Tree-Sitter. (https://tree-sitter.github.io/tree-sitter/)
This is something you could do with tree-sitter https://tree-sitter.github.io/tree-sitter/
No mention of Tree-sitter (http://tree-sitter.github.io/tree-sitter/), which this looks very similar to.
this is now possible in every IDE thanks to tree-sitter.
Isn’t this easily implementable with Treesitter? Just needs someone determined to do it.
take a look at https://github.com/tree-sitter/tree-sitter
Yes. Go and look up Tree Sitter and its references.
This is pretty awesome! If it's built on tree-sitter, is it fair to assume it's generalizable across languages?
Sounds like a good application for treesitter
The missing guide for tree-sitter