chore(deps): bump tree-sitter-highlight from 0.26.9 to 0.26.10
Check for typos / check-typos (push) Has been cancelled

Bumps [tree-sitter-highlight](https://github.com/tree-sitter/tree-sitter) from 0.26.9 to 0.26.10.
- [Release notes](https://github.com/tree-sitter/tree-sitter/releases)
- [Commits](https://github.com/tree-sitter/tree-sitter/compare/v0.26.9...v0.26.10)

---
updated-dependencies:
- dependency-name: tree-sitter-highlight
  dependency-version: 0.26.10
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2026-06-29 19:53:19 +00:00
committed by GitHub
parent 9be14fe058
commit be688ba129
Generated
+4 -4
View File
@@ -2313,9 +2313,9 @@ checksum = "756daf9b1013ebe47a8776667b466417e2d4c5679d441c26230efd9ef78692db"
[[package]]
name = "tree-sitter"
version = "0.26.9"
version = "0.26.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4dab76d0b724ba557954125188cf0633a1ca43199ced82d95c7b9c32cc3de1f3"
checksum = "3c343ed63e3f5c64d1acdecb5d2c13d4e169cb5fde0052106ebaa6c6f27f9e55"
dependencies = [
"cc",
"regex",
@@ -2337,9 +2337,9 @@ dependencies = [
[[package]]
name = "tree-sitter-highlight"
version = "0.26.9"
version = "0.26.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f4fbfa3f35520ff730da507e2c9a526a98156f417e0008c73de873741d7e4ecc"
checksum = "51d5c68e5dba9c2818166330961143812b22a286e51a107a0733766b50dfc87d"
dependencies = [
"regex",
"streaming-iterator",