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.
tree-sitter
support in Atom is currently experimental and hasn't actually
been incorporated to Atom core. In order to use this package, you will need
to build your own version of Atom based upon the pull request atom/atom#16299
by @maxbrunfeld.
Contributions are more than welcome! If you want to fix something or add a feature, please:
npm install
Good catch. Let us know what about this package looks wrong to you, and we'll investigate right away.