Skip to content

Releases: songhtdo/tree-sitter-play

Release list

v1.1

Choose a tag to compare

@songhtdo songhtdo released this 19 Jun 15:41
  1. fix bug;
  2. add query;

v1.0

Choose a tag to compare

@songhtdo songhtdo released this 02 Jun 14:34

Features:

  1. Support multiple tree sitter languages, simply place tree-sitter-xxx.so/.dll in the %AppDir%/lang directory;
  2. Support one click parsing;
  3. Generate an S-Expression view while generating a tree view;
  4. Support querying nodes in the tree view, while highlighting the selected parts in red;
  5. Support querying S-Expression nodes;
  6. Support copying nodes from the tree view to the clipboard;
  7. Support copying S-Expression nodes to the clipboard;
  8. Support the expansion and contraction functions of tree view nodes;
  9. Support switching between left and right layouts and up and down layouts;
  10. Support Savefile and Loadfile.
  11. Supports multiple instances of the program and shortcut keys.