diff options
| author | Akin Sowemimo <akin.sowemimo@gmail.com> | 2021-05-17 23:00:29 +0100 |
|---|---|---|
| committer | Stephan Seitz <stephan.lauf@yahoo.de> | 2021-05-18 23:12:56 +0200 |
| commit | d3f5802fbae79a7eba5620864916861343f0d2d4 (patch) | |
| tree | c455419fec20f022dee12769f58ce70da2ab138a /queries/dart | |
| parent | bd5fc9a3c9f5bfe0ec42fed8f190ac65ea3dcd9a (diff) | |
fix: remove duplicate type identifier queries
Diffstat (limited to 'queries/dart')
| -rw-r--r-- | queries/dart/highlights.scm | 4 |
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 |
