Skip to content

Commit

Permalink
Use @function.call for keyword invocation
Browse files Browse the repository at this point in the history
  • Loading branch information
Hubro committed Aug 15, 2023
1 parent d4e9f50 commit f6f2eaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion queries/highlights.scm
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

(test_case_definition (name) @property)

(keyword_invocation (keyword) @function)
(keyword_invocation (keyword) @function.call)
(ellipses) @punctuation.delimiter

(argument (text_chunk) @string)
Expand Down

0 comments on commit f6f2eaf

Please sign in to comment.