From 6cf578084d1b01621bc203683c0d4949b8250a73 Mon Sep 17 00:00:00 2001 From: Stephan Seitz Date: Sun, 7 Mar 2021 19:17:01 +0100 Subject: [PATCH] Remove invalid dart query --- queries/dart/highlights.scm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/queries/dart/highlights.scm b/queries/dart/highlights.scm index 43a5a21ba..a7eea6ce0 100644 --- a/queries/dart/highlights.scm +++ b/queries/dart/highlights.scm @@ -2,8 +2,9 @@ ; Methods ; -------------------- -(function_type - name: (identifier) @method) +;; TODO: does not work +;(function_type + ;name: (identifier) @method) (super) @function ; Annotations