the async
and await
contextual keywords don’t receive syntax highlighting, apparently because the semantic highlighter classifies them as identifier
s, and as far as i can tell, it is not possible to override a semantic highlight with a textmate highlight (which correctly detects it as a keyword.)
is there a fix?