Releases: emacs-tree-sitter/tree-sitter-langs
Releases · emacs-tree-sitter/tree-sitter-langs
0.10.13
- 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 astree-sitter-grammars-macos-<version>.tar.gz
)tree-sitter-grammars.x86_64-unknown-linux-gnu.v<version>.tar.gz
(same astree-sitter-grammars-linux-<version>.tar.gz
)tree-sitter-grammars.x86_64-pc-windows-msvc.v<version>.tar.gz
(same astree-sitter-grammars-windows-<version>.tar.gz
)tree-sitter-grammars.aarch64-apple-darwin.v<version>.tar.gz
(new, for Apple Silicon)
0.10.12
Release 0.10.12
0.10.11
- Upgraded
java
parser to support change to switch_expression node
0.10.10
- Updated
php
highlighting to support php8 changes - Resolve bugs with
php
preventingevil-textobj-tree-sitter
motions from working
0.10.9
Release 0.10.9
0.10.8
Release 0.10.8
0.10.7
- Added
elixir
grammar.
0.10.6
0.10.6-alpha
- Improved highlighting of arrow function parameters in
javascript
andtypescript
. - Improved general highlighting for
ruby
. - Updated
python
grammar.