Releases: emacs-tree-sitter/tree-sitter-langs
Releases · emacs-tree-sitter/tree-sitter-langs
0.11.6
- Updated
bash
grammar.
0.11.5
- Update
javascript
grammar to fix object destructing with default values - Update
typescript
grammar
0.11.4
Release 0.11.4
0.11.3
- Added
zig
grammar.
0.11.2
- Updated
python
grammar and highlighting (add support for pattern matching).
0.11.1
- Updated
cpp
grammar and highlighting.
0.11.0
- Made
tree-sitter-langs-install-grammars
download platform-specific binaries (mainly for Apple Silicon).
0.10.15
- Added
haskell
grammar.
0.10.14
Release 0.10.14
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)