overrides.scm

 1(comment) @comment.inclusive
 2
 3(string) @string
 4
 5(template_string
 6  (string_fragment) @string)
 7
 8(_
 9  value: (call_expression
10    function: (identifier) @function_name_before_type_arguments
11    type_arguments: (type_arguments)))