Skip to content

Commit

Permalink
remove brackets in dart class def
Browse files Browse the repository at this point in the history
  • Loading branch information
sonnyvesali committed Nov 11, 2024
1 parent 591fb87 commit 7e25ceb
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions queries/dart.scm
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,8 @@
;;!! class Foo {}
;;! ^^^^^^^^^^^^
(
[
(class_definition
name: (_) @className
)
] @class @className.domain

(class_definition
name: (_) @className
) @class @className.domain
)

0 comments on commit 7e25ceb

Please sign in to comment.