This adds colouring for the new terms used in macros and augmentations.
The modifiers in the imports/library declarations are coloured the same way as import, library etc. and augmented is treated like super (I'm not completely sold on that, but otherwise it would just be uncoloured like other identifiers and I feel like it should stand out as being special).
(as usual, the colours may change a little if/when semantic tokens are available)
[x] I’ve reviewed the contributor guide and applied the relevant portions to this PR.
This adds colouring for the new terms used in macros and augmentations.
The modifiers in the imports/library declarations are coloured the same way as
import
,library
etc. andaugmented
is treated likesuper
(I'm not completely sold on that, but otherwise it would just be uncoloured like other identifiers and I feel like it should stand out as being special).(as usual, the colours may change a little if/when semantic tokens are available)
@jwren