mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-18 19:30:02 -04:00
feat(predicates)!: rename has-type to kind-eq to align with Helix
No point in having a different name for the same predicate.
This commit is contained in:
parent
deb76a224a
commit
a80fe081b4
8 changed files with 16 additions and 16 deletions
|
|
@ -28,7 +28,7 @@
|
|||
|
||||
((else_clause
|
||||
(_) @_not_if) @indent.begin
|
||||
(#not-has-type? @_not_if if_expression))
|
||||
(#not-kind-eq? @_not_if "if_expression"))
|
||||
|
||||
((parameter) @indent.begin
|
||||
(#set! indent.start_at_same_line))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue