Skip to content

Commit

Permalink
Clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreasArvidsson committed Dec 13, 2023
1 parent 54b5564 commit 5e1abf8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions queries/javascript.core.scm
Original file line number Diff line number Diff line change
Expand Up @@ -485,14 +485,14 @@
(new_expression)
] @functionCall

;;!! foo();
;;!! foo()
;;! ^^^
;;! -----
(call_expression
function: (_) @functionCallee
) @_.domain

;;!! new Foo();
;;!! new Foo()
;;! ^^^^^^^
;;! ---------
(new_expression
Expand Down

0 comments on commit 5e1abf8

Please sign in to comment.