mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-21 12:50:09 -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)
|
(declaration)
|
||||||
(function_definition)
|
(function_definition)
|
||||||
]
|
]
|
||||||
(#lua-match? @comment.documentation "^/%*%*.*%*/$"))
|
(#lua-match? @comment.documentation "^/%*%*[^/]"))
|
||||||
|
|
||||||
(parameter_declaration
|
(parameter_declaration
|
||||||
declarator: [
|
declarator: [
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue