Closed
Description
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 modifier