Function syntax highlighting does not work when using explicit type parameter instantiation syntax

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.

1 Like

Hello, thank you for the bug report. We are able to reproduce the issue and are working on a fix - we’ll reach out if we need any more information.

1 Like

This should now be fixed after a studio restart.

2 Likes