mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-09 23:10:11 -04:00
test: fix tests broken after 0.10 update (#6714)
This commit is contained in:
parent
b7d50e59b1
commit
f9773e4a5e
4 changed files with 20 additions and 19 deletions
|
|
@ -1,13 +1,12 @@
|
|||
[
|
||||
((element
|
||||
(start_tag
|
||||
(tag_name) @_not_void_element))
|
||||
(#not-any-of? @_not_void_element
|
||||
"area" "base" "basefont" "bgsound" "br" "col" "command" "embed" "frame" "hr" "image" "img"
|
||||
"input" "isindex" "keygen" "link" "menuitem" "meta" "nextid" "param" "source" "track" "wbr"))
|
||||
(element
|
||||
(self_closing_tag))
|
||||
] @indent.begin
|
||||
((element
|
||||
(start_tag
|
||||
(tag_name) @_not_void_element))
|
||||
(#not-any-of? @_not_void_element
|
||||
"area" "base" "basefont" "bgsound" "br" "col" "command" "embed" "frame" "hr" "image" "img"
|
||||
"input" "isindex" "keygen" "link" "menuitem" "meta" "nextid" "param" "source" "track" "wbr")) @indent.begin
|
||||
|
||||
(element
|
||||
(self_closing_tag)) @indent.begin
|
||||
|
||||
((start_tag
|
||||
(tag_name) @_void_element)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue