You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Syntax from Dotty 0.22 on uses several new soft keywords that need to be properly syntax highlighed. In particular:
extension Ident? on (both extension and on should be highlighted)
using after opening "("
as following a given signature. A given signature consists of given, an optional identifier, and optional type parameters [...] and context parameters (using ...).