fix(treesitter): update vimdoc and vimscript queries

This commit is contained in:
Christian Clason
2023-05-13 12:50:40 +02:00
parent 0dbed7132b
commit c97de026e3
2 changed files with 5 additions and 5 deletions

View File

@@ -275,7 +275,7 @@
; Options
((set_value) @number
(#match? @number "^[0-9]+(\.[0-9]+)?$"))
(#lua-match? @number "^[%d]+(%.[%d]+)?$"))
(inv_option "!" @operator)
(set_item "?" @operator)