From 94198e5e8c3b754a4f2ad6c7e953ffb029ffde69 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 18 Mar 2026 21:35:01 +0000 Subject: [PATCH 1/2] chore(deps): update rust crate tree-sitter to v0.26.7 --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4c713b6..6c5f375 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -744,9 +744,9 @@ checksum = "ea68304e134ecd095ac6c3574494fc62b909f416c4fca77e440530221e549d3d" [[package]] name = "tree-sitter" -version = "0.26.6" +version = "0.26.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "13f456d2108c3fef07342ba4689a8503ec1fb5beed245e2b9be93096ef394848" +checksum = "e7a6592b1aec0109df37b6bafea77eb4e61466e37b0a5a98bef4f89bfb81b7a2" dependencies = [ "cc", "regex", From df057117b21e5861a0274b74d893ccef0bac1218 Mon Sep 17 00:00:00 2001 From: Vitaly Slobodin Date: Sat, 21 Mar 2026 21:41:15 +0100 Subject: [PATCH 2/2] test: update tree-sitter snapshots for v0.26.7 --- tests/languages/ruby/snapshots/outline.snap | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/tests/languages/ruby/snapshots/outline.snap b/tests/languages/ruby/snapshots/outline.snap index 550479e..833e703 100644 --- a/tests/languages/ruby/snapshots/outline.snap +++ b/tests/languages/ruby/snapshots/outline.snap @@ -78,6 +78,10 @@ expression: captures line: 11 column: 15 text: ":name" +- name: context + line: 11 + column: 20 + text: "," - name: name line: 11 column: 22 @@ -94,6 +98,10 @@ expression: captures line: 12 column: 16 text: "\"login\"" +- name: context + line: 12 + column: 23 + text: "," - name: name line: 12 column: 25 @@ -278,6 +286,10 @@ expression: captures line: 47 column: 16 text: ":charge" +- name: context + line: 47 + column: 23 + text: "," - name: name line: 47 column: 25