feat(vim): update parser and queries

* add support for `:substitute` command
* add support for `=` lua chunks
This commit is contained in:
Christian Clason 2025-05-02 17:19:08 +02:00
parent 3d0e642764
commit a83f2d1417
2 changed files with 5 additions and 1 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
[
"("