feat(typescript): highlight awaited functions with type parameters

This commit is contained in:
Omar Valdez 2025-02-09 01:03:36 -08:00 committed by Christian Clason
parent b39070f94d
commit 6402fcb1e0

View file

@ -113,6 +113,18 @@
(private_property_identifier)
] @function.method.call))
(call_expression
function: (await_expression
(identifier) @function.call))
(call_expression
function: (await_expression
(member_expression
property: [
(property_identifier)
(private_property_identifier)
] @function.method.call)))
; Builtins
;---------
((identifier) @module.builtin