mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-12 08:20:05 -04:00
Mark several invalid queries
This commit is contained in:
parent
e3a863bd1c
commit
6cd211f647
8 changed files with 128 additions and 59 deletions
|
|
@ -2,7 +2,8 @@
|
|||
(module) @scope
|
||||
(dataclass) @scope
|
||||
(datatype) @scope
|
||||
(classMember (body) @scope)
|
||||
;; TODO does not work
|
||||
;(classMember (body) @scope)
|
||||
(memberPredicate (body) @scope)
|
||||
(classlessPredicate (body) @scope)
|
||||
(quantified (conjunction) @scope)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue