File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 44
55# v2.1.0 (19-02-2026)
66
7- ## API Changes for tree-sitter 0.26.3 compatibility
7+ ## API Changes for tree-sitter 0.26 compatibility
88
9- - Updated to tree-sitter v0.26.3
9+ - Updated to tree-sitter v0.26.5
1010- ** Breaking Changes in tree-sitter 0.26.x API** :
1111 - ` ts_language_version ` renamed to ` ts_language_abi_version `
1212 - ` TSInputEncodingUTF16 ` split into ` TSInputEncodingUTF16LE ` and ` TSInputEncodingUTF16BE `
Original file line number Diff line number Diff line change 22
33module TreeSitter
44 # The version of the tree-sitter library.
5- TREESITTER_VERSION = '0.26.3 '
5+ TREESITTER_VERSION = '0.26.5 '
66 # The current version of the gem.
77 VERSION = '2.1.0'
88end
Original file line number Diff line number Diff line change 11build-dir = " vendor/parsers/build"
22out-dir = " vendor/parsers"
3- tree-sitter-version = " 0.26.3 "
3+ tree-sitter-version = " 0.26.5 "
44
55[parsers ]
66embedded-template = " 0.23.2"
You can’t perform that action at this time.
0 commit comments