go locals: remove unused strip! directive

This commit is contained in:
Stephan Seitz 2020-09-06 21:36:06 +02:00 committed by Kiyan Yazdani
parent c719e60266
commit f37d94699f

View file

@ -2,14 +2,12 @@
(comment)* @definition.doc (comment)* @definition.doc
(function_declaration (function_declaration
name: (identifier) @definition.function) ;@function name: (identifier) @definition.function) ;@function
(#strip! @definition.doc "^//\\s*") ; <- does nothing at the moment
) )
( (
(comment)* @definition.doc (comment)* @definition.doc
(method_declaration (method_declaration
name: (field_identifier) @definition.method); @method name: (field_identifier) @definition.method); @method
(#strip! @definition.doc "^//\\s*") ; <- does nothing at the moment
) )
(short_var_declaration (short_var_declaration