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", 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