Add a syntax tree view, for developing and debugging language support (#2601)
This PR adds a syntax tree view, which lets you view the syntax tree of any layer in the active editor's `SyntaxMap`. This view uses some new APIs that I added to Tree-sitter, which allow us to efficiently render the syntax tree using a `UniformList`. Tree-sitter PR: https://github.com/tree-sitter/tree-sitter/pull/2316  Release Notes: - Added a *syntax tree view* that shows Zed's internal syntax tree(s) for the active editor. You can open it running the `debug: open syntax tree view` command from the command palette.
M
Max Brunsfeld committed
8542911eecd03eaa6f8a4d8a4dd760c254720a8e
Committed by GitHub <noreply@github.com>
on 6/12/2023, 10:50:39 PM