When using explicit type parameter instantiation syntax, syntax highlighting for function names does not work, as demonstrated below.
This also happens when using instantiation syntax with an indexed function:
The issue persists even if whitespace is introduced between the function name and the instantiation syntax:
Expected behavior
Syntax highlighting for function names should work in the presence of explicit type parameter instantiation syntax.


