tree-sitter-syntax-visualizer

Syntax tree visualizer for tree-sitter

xapphire13

942

3

1.0.0

MIT

GitHub

tree-sitter-syntax-visualizer

This package allows for exploring tree-sitter syntax trees. This can be useful either educationally, or when developing either a package that uses the tree-sitter AST or a tree-sitter language itself.

screenshot

Usage

Use Tree Sitter Syntax Visualizer: Toggle command.

Features

Contributing

Contributions are more than welcome! If you want to fix something or add a feature, please:

  1. Fork the repository
  2. Run npm install
  3. Make your change
  4. Create a pull request