Skip to content

Releases: sublime-treesitter/TreeSitter

1.7.0

11 May 03:15
Compare
Choose a tag to compare
  • 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" to CaptureNameType
  • Add same_depth, same_types_depth args to get_cousins and TreeSitterSelectCousinsCommand
    • Optimize performance of get_cousins

Full Changelog: 1.6.0...1.7.0

1.6.0

07 Apr 04:47
Compare
Choose a tag to compare
  • User can filter symbols by "symbol type" (capture name)
  • Inspired by a similar LSP feature (LSP: Goto Symbol), but with a different implementation

Full Changelog: 1.5.2...1.6.0

1.5.2

29 Feb 16:48
0ad96d0
Compare
Choose a tag to compare

Fixes #12, and likely fixes #14 as well

Full Changelog: 1.5.1...1.5.2

1.5.1

10 Feb 22:36
Compare
Choose a tag to compare

Closes #10

Full Changelog: 1.5.0...1.5.1

1.5.0

07 Feb 18:08
Compare
Choose a tag to compare

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

06 Feb 13:47
Compare
Choose a tag to compare
  • 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

05 Feb 19:00
Compare
Choose a tag to compare
  • "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

04 Feb 14:43
Compare
Choose a tag to compare
  • Don't include python_path setting by default in settings file opened from main menu (thanks @braver)

Full Changelog: 1.3.0...1.3.1

1.3.0

04 Feb 05:59
Compare
Choose a tag to compare
  • 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

1.2.0

04 Feb 05:05
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.1.0...1.2.0