diff options
| -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 |
