Skip to content

Commit

Permalink
remove: outer paren in class def
Browse files Browse the repository at this point in the history
  • Loading branch information
sonnyvesali committed Nov 11, 2024
1 parent 7e25ceb commit 11b8466
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions queries/dart.scm
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,7 @@

;;!! class Foo {}
;;! ^^^^^^^^^^^^
(

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

0 comments on commit 11b8466

Please sign in to comment.