build(deps): update tree-sitter parsers and queries #34905

bump
* tree-sitter to v0.25.6
* tree-sitter-c to v0.24.1
* tree-sitter-lua to v0.4.0
* tree-sitter-vim to v0.7.0 (and update queries)
* tree-sitter-vimdoc to v4.0.0
* tree-sitter-query to v0.6.2
* tree-sitter-markdown to v0.5.0
This commit is contained in:
Christian Clason
2025-07-12 20:27:31 +02:00
committed by GitHub
parent 89959ab9dc
commit 91ef8606f2
3 changed files with 22 additions and 14 deletions

View File

@@ -127,6 +127,7 @@
"eval"
"sign"
"abort"
"substitute"
] @keyword
(map_statement
@@ -252,6 +253,9 @@
(heredoc
(parameter) @keyword)
(script
(parameter) @keyword)
[
(marker_definition)
(endmarker)
@@ -313,6 +317,9 @@
(binary_operation
"." @operator)
(lua_statement
"=" @keyword)
; Punctuation
[
"("