mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-04 12:30:01 -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
|
||||
(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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue