Closed
Description
TypeScript Version: 2.1.5
Code
import * as React from "react";
export var t = new Date();
Expected behavior:
Keywords import
, as
, from
, export
, var
and new
should be highlighted (by default, blue).
Actual behavior:
Only var
is highlighted, as shown on this screenshot:
Additional notes
- TypeScript build succeeds
- All project types are affected
- VS 2017 RC was installed next to a VS 2015 installation
- Both VS 2015 and 2017 are Community edition
- The new installation of VS 2017 did not affect the earlier VS 2015 one
- JSX/TSX syntax highlighting is gone too