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
(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