mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-14 09:20:04 -04:00
Mark several invalid queries
This commit is contained in:
parent
e3a863bd1c
commit
6cd211f647
8 changed files with 128 additions and 59 deletions
|
|
@ -74,8 +74,9 @@
|
|||
name: (identifier) @type)
|
||||
(constructor_signature
|
||||
name: (identifier) @type)
|
||||
(type_identifier
|
||||
(identifier) @type)
|
||||
;; TODO: does not work
|
||||
;(type_identifier
|
||||
;(identifier) @type)
|
||||
(scoped_identifier
|
||||
scope: (identifier) @type)
|
||||
(function_signature
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue