mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-17 19:00:02 -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)
|
name: (identifier) @type)
|
||||||
(constructor_signature
|
(constructor_signature
|
||||||
name: (identifier) @type)
|
name: (identifier) @type)
|
||||||
;; TODO: does not work
|
|
||||||
;(type_identifier
|
|
||||||
;(identifier) @type)
|
|
||||||
(scoped_identifier
|
(scoped_identifier
|
||||||
scope: (identifier) @type)
|
scope: (identifier) @type)
|
||||||
(function_signature
|
(function_signature
|
||||||
|
|
@ -90,7 +87,6 @@
|
||||||
name: (identifier) @type)
|
name: (identifier) @type)
|
||||||
(enum_constant
|
(enum_constant
|
||||||
name: (identifier) @type)
|
name: (identifier) @type)
|
||||||
(type_identifier) @type
|
|
||||||
(void_type) @type
|
(void_type) @type
|
||||||
|
|
||||||
((scoped_identifier
|
((scoped_identifier
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue