Skip to content

Commit 7e25ceb

Browse files
committed
remove brackets in dart class def
1 parent 591fb87 commit 7e25ceb

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

queries/dart.scm

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,8 @@
1919
;;!! class Foo {}
2020
;;! ^^^^^^^^^^^^
2121
(
22-
[
23-
(class_definition
24-
name: (_) @className
25-
)
26-
] @class @className.domain
22+
23+
(class_definition
24+
name: (_) @className
25+
) @class @className.domain
2726
)

0 commit comments

Comments
 (0)