ethan-leba / tree-edit

🌲 Structural editing in Emacs for any™ language!
GNU General Public License v3.0
393 stars 16 forks source link

Hook into `tree-sitter-debug-mode` #11

Closed ethan-leba closed 2 years ago

ethan-leba commented 2 years ago

It would be cool and useful to integrate with tree-sitter-debug-mode to see exactly where the currently selected node exists in the AST.

ethan-leba commented 2 years ago

92d591b * Make ALOT of changes