From 2787ea105af00df00edd5f382a9a82c6ad2542df Mon Sep 17 00:00:00 2001 From: Buyun Xu Date: Wed, 16 Sep 2026 00:36:58 +0800 Subject: [PATCH] chore(tablegen): bump grammar dependency Move the tree-sitter-tablegen pin from e803084 to e610f2c, the current head of the grammar's main branch. The grammar itself is unchanged across that range: grammar.js, the generated parser, and the queries are untouched, so no TableGen query file needs a follow-up. The intervening commits only touch CI, the language bindings, examples, and the vendored tree-sitter array header. --- extension.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extension.toml b/extension.toml index 488e3ac..7fc58c5 100644 --- a/extension.toml +++ b/extension.toml @@ -15,7 +15,7 @@ commit = "06a0f9237dd3166e2021090e6d30ca08fb13c8e3" [grammars.tablegen] repository = "https://github.com/felixtensor/tree-sitter-tablegen" -commit = "e803084a70b2d8bb47bfe3c390dc6756e67d9da8" +commit = "e610f2c5ba451bee05ccd504e2450b49135f76d2" [grammars.pdll] repository = "https://github.com/felixtensor/tree-sitter-pdll"