mirror of
https://github.com/neovim/neovim.git
synced 2026-08-28 01:51:52 +00:00
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:
@@ -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
|
||||
[
|
||||
"("
|
||||
|
||||
Reference in New Issue
Block a user