Skip to content

Commit 94243e1

Browse files
committed
tags: Replace '+?' with '*'
1 parent b9c3979 commit 94243e1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

queries/tags.scm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
)
3737

3838
(
39-
(comment)+? @doc
39+
(comment)* @doc
4040
(lexical_declaration
4141
(variable_declarator
4242
name: (identifier) @name
@@ -46,7 +46,7 @@
4646
)
4747

4848
(
49-
(comment)+? @doc
49+
(comment)* @doc
5050
(variable_declaration
5151
(variable_declarator
5252
name: (identifier) @name

0 commit comments

Comments
 (0)