Xapphire13 / tree-sitter-syntax-visualizer

Syntax tree visualizer for tree-sitter
19 stars 5 forks source link
ast atom lexer parser syntax syntax-tree tree-sitter visualizer

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