mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-02 19:46:58 -04:00
fix: remove duplicate type identifier queries
This commit is contained in:
parent
bd5fc9a3c9
commit
d3f5802fba
1 changed files with 0 additions and 4 deletions
|
|
@ -75,9 +75,6 @@
|
|||
name: (identifier) @type)
|
||||
(constructor_signature
|
||||
name: (identifier) @type)
|
||||
;; TODO: does not work
|
||||
;(type_identifier
|
||||
;(identifier) @type)
|
||||
(scoped_identifier
|
||||
scope: (identifier) @type)
|
||||
(function_signature
|
||||
|
|
@ -90,7 +87,6 @@
|
|||
name: (identifier) @type)
|
||||
(enum_constant
|
||||
name: (identifier) @type)
|
||||
(type_identifier) @type
|
||||
(void_type) @type
|
||||
|
||||
((scoped_identifier
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue