Releases: sublime-treesitter/TreeSitter
Releases · sublime-treesitter/TreeSitter
1.7.0
- Add
TreeSitterQuerySymbolCommand
- Prompts user to input a query string, and searches buffer for symbols matching query string
- Refactor code so get_captures_from_nodes can take arbitrary query_s
- Add
"definition.import"
toCaptureNameType
- Add
same_depth
,same_types_depth
args toget_cousins
andTreeSitterSelectCousinsCommand
- Optimize performance of
get_cousins
- Optimize performance of
Full Changelog: 1.6.0...1.7.0
1.6.0
1.5.2
1.5.1
1.5.0
Add support for the following languages: hcl
, terraform
(only with "self-managed" languages), hack
Full Changelog: 1.4.0...1.5.0
1.4.0
- Add support for the following languages:
ocaml, elm, r, dockerfile, erlang, objc, perl, regex, make, rst
Full Changelog: 1.3.2...1.4.0
1.3.2
- "Self-managed" language repos and binaries installed in
cache_path() / "TreeSitter"
, not in package dir
Full Changelog: 1.3.1...1.3.2
1.3.1
1.3.0
- Perf optimization for extending with multiple selections
- For
TreeSitterSelectSiblingCommand
,TreeSitterSelectCousinsCommand
only - Depends on
forward
/which
values in passed to these commands
Full Changelog: 1.2.0...1.3.0