build(deps): bump tree-sitter-vim to v0.6.0

This commit is contained in:
Christian Clason
2025-05-03 10:35:39 +02:00
committed by Christian Clason
parent 5d1fd4aca5
commit 6b233cd1a1
3 changed files with 8 additions and 4 deletions

View File

@@ -127,6 +127,7 @@
"eval"
"sign"
"abort"
"substitute"
] @keyword
(map_statement
@@ -313,6 +314,9 @@
(binary_operation
"." @operator)
(lua_statement
"=" @keyword)
; Punctuation
[
"("