mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-15 09:50:04 -04:00
go locals: remove unused strip! directive
This commit is contained in:
parent
c719e60266
commit
f37d94699f
1 changed files with 0 additions and 2 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue