Releases: emacs-tree-sitter/tree-sitter-langs
Releases · emacs-tree-sitter/tree-sitter-langs
0.10.2
- Made Python variable highlighting for robust and consistent.
- Added
hcl
grammar and hl query patterns.
0.10.1
- Added
pgn
grammar (chess's Portable Game Notation).
0.10.0
- Updated most language grammars to the latest version.
- Upgraded
tree-sitter
CLI version to 0.19.3.
0.9.2
- Added
janet-simple
grammars.
- Added minor updates to some other grammars.
0.9.0
- Updated
javascript
and typescript
grammars.
0.8.0
- Added
elm
.
- Handled underscores in language names correctly. This enabled using
c-sharp
instead of c_sharp
.