Closed
Description
TypeScript Version: 3.7.2 in VSCode / Nightly in the playground
Search Terms: asserts color
Expected behavior:
asserts
is colored like the other keywords and included in auto completion after typing :
.
declare
is colored like the other keywords and included in auto completion when typing d...
at the start of a line in a class context.
Actual behavior:
They are not. (Except declare, which is colored in the playground, but not VSCode).
Related Issues: