Xapphire13 / tree-sitter-syntax-visualizer

Syntax tree visualizer for tree-sitter
19 stars 5 forks source link

Document is gone #3

Closed banacorn closed 3 years ago

banacorn commented 5 years ago

https://github.com/Xapphire13/tree-sitter-syntax-visualizer/blob/d72e5d70ac75167e9ac42220d6751ea7cf9d2ee2/lib/tree-sitter-panel.tsx#L65-L68

Currently the visualizer can't visualize anything. Because the property document have been replaced by tree.

 this.setState({ 
   tsDocument: editor.languageMode.tree, 
   selectedNode: null 
 }); 

Sorry that this should've been a PR, but I'm kinda in a rush. I'll see if I have the time to fix that.