rust: Highlight functions called with a turbofish

This commit is contained in:
Max Brunsfeld 2023-02-16 12:11:57 -08:00
parent a4a179763a
commit 2d39358323

View file

@ -12,6 +12,15 @@
field: (field_identifier) @function.method)
])
(generic_function
function: [
(identifier) @function
(scoped_identifier
name: (identifier) @function)
(field_expression
field: (field_identifier) @function.method)
])
(function_item name: (identifier) @function.definition)
(function_signature_item name: (identifier) @function.definition)