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