Skip to content

Releases: emacs-tree-sitter/tree-sitter-langs

0.10.13

13 Dec 16:19
0.10.13
Compare
Choose a tag to compare
  • Modified CI pipelines to publish additional pre-built grammar bundles. Their filenames include the platform they are built for. The files without platform in their name will eventually be deprecated.
    • tree-sitter-grammars.x86_64-apple-darwin.v<version>.tar.gz (same as tree-sitter-grammars-macos-<version>.tar.gz)
    • tree-sitter-grammars.x86_64-unknown-linux-gnu.v<version>.tar.gz (same as tree-sitter-grammars-linux-<version>.tar.gz)
    • tree-sitter-grammars.x86_64-pc-windows-msvc.v<version>.tar.gz (same as tree-sitter-grammars-windows-<version>.tar.gz)
    • tree-sitter-grammars.aarch64-apple-darwin.v<version>.tar.gz (new, for Apple Silicon)

0.10.12

13 Dec 02:17
Compare
Choose a tag to compare
Release 0.10.12

0.10.11

09 Dec 17:02
Compare
Choose a tag to compare
  • Upgraded java parser to support change to switch_expression node

0.10.10

06 Dec 16:42
Compare
Choose a tag to compare
  • Updated php highlighting to support php8 changes
  • Resolve bugs with php preventing evil-textobj-tree-sitter motions from working

0.10.9

05 Dec 15:40
Compare
Choose a tag to compare
Release 0.10.9

0.10.8

05 Dec 14:59
Compare
Choose a tag to compare
Release 0.10.8

0.10.7

18 Sep 16:36
0.10.7
Compare
Choose a tag to compare
  • Added elixir grammar.

0.10.6

18 Sep 11:58
0.10.6
Compare
Choose a tag to compare
  • Improved highlighting of arrow function parameters in javascript and typescript.
  • Improved general highlighting for ruby.
  • Updated python grammar.

0.10.6-alpha

17 Sep 12:36
0.10.6-alpha
Compare
Choose a tag to compare
  • Improved highlighting of arrow function parameters in javascript and typescript.
  • Improved general highlighting for ruby.
  • Updated python grammar.

0.10.4

15 Aug 12:12
0.10.4
Compare
Choose a tag to compare
  • Published binaries for 0.10.3, which got CI issues.