mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-20 04:10:06 -04:00
simplify doc comment pattern
This commit is contained in:
parent
6b7c0c79ce
commit
54b574d2f7
1 changed files with 1 additions and 1 deletions
|
|
@ -229,7 +229,7 @@
|
|||
(declaration)
|
||||
(function_definition)
|
||||
]
|
||||
(#lua-match? @comment.documentation "^/%*%*.*%*/$"))
|
||||
(#lua-match? @comment.documentation "^/%*%*[^/]"))
|
||||
|
||||
(parameter_declaration
|
||||
declarator: [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue