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)

View File

@ -1,7 +1,7 @@
(h1) @text.title
(h2) @text.title
(h3) @text.title
(column_heading) @text.title
(h1) @text.title.1
(h2) @text.title.2
(h3) @text.title.3
(column_heading) @text.title.4
(column_heading
"~" @conceal (#set! conceal ""))
(tag