summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAkin Sowemimo <akin.sowemimo@gmail.com>2021-05-17 23:00:29 +0100
committerStephan Seitz <stephan.lauf@yahoo.de>2021-05-18 23:12:56 +0200
commitd3f5802fbae79a7eba5620864916861343f0d2d4 (patch)
treec455419fec20f022dee12769f58ce70da2ab138a
parentbd5fc9a3c9f5bfe0ec42fed8f190ac65ea3dcd9a (diff)
fix: remove duplicate type identifier queries
-rw-r--r--queries/dart/highlights.scm4
1 files changed, 0 insertions, 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