From f37d94699f39f37cf89c41724c0846f16b4718ce Mon Sep 17 00:00:00 2001 From: Stephan Seitz Date: Sun, 6 Sep 2020 21:36:06 +0200 Subject: [PATCH] go locals: remove unused strip! directive --- queries/go/locals.scm | 2 -- 1 file changed, 2 deletions(-) diff --git a/queries/go/locals.scm b/queries/go/locals.scm index 39eeb0118..0ee2c037c 100644 --- a/queries/go/locals.scm +++ b/queries/go/locals.scm @@ -2,14 +2,12 @@ (comment)* @definition.doc (function_declaration name: (identifier) @definition.function) ;@function - (#strip! @definition.doc "^//\\s*") ; <- does nothing at the moment ) ( (comment)* @definition.doc (method_declaration name: (field_identifier) @definition.method); @method - (#strip! @definition.doc "^//\\s*") ; <- does nothing at the moment ) (short_var_declaration