From d3f5802fbae79a7eba5620864916861343f0d2d4 Mon Sep 17 00:00:00 2001 From: Akin Sowemimo Date: Mon, 17 May 2021 23:00:29 +0100 Subject: fix: remove duplicate type identifier queries --- queries/dart/highlights.scm | 4 ---- 1 file changed, 4 deletions(-) diff --git a/queries/dart/highlights.scm b/queries/dart/highlights.scm index b475a476..bdec676c 100644 --- a/queries/dart/highlights.scm +++ b/queries/dart/highlights.scm @@ -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 -- cgit v1.2.3