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 ...).
open as a soft modifier
The text was updated successfully, but these errors were encountered:
The Syntax from Dotty 0.22 on uses several new soft keywords that need to be properly syntax highlighed. In particular:
extension
Ident?on
(bothextension
andon
should be highlighted)using
after opening "(
"as
following a given signature. A given signature consists ofgiven
, an optional identifier, and optional type parameters[...]
and context parameters(using ...)
.open
as a soft modifierThe text was updated successfully, but these errors were encountered: