0.10.10 (Feburary build) has a regression is that the following JavaScript keywords are no longer highlighted in the Dark Visual Studio & Light Visual Studio themes:
var let const function get set class interface module namespace
This only affects JavaScript (not TypeScript).
The workaround if to switch to the Dark+ Default and Light+ theme.
Note that there are other colorizing issues open, not caused by this regression: e.g. 'import' and 'from'. See https://github.com/Microsoft/TypeScript-TmLanguage/issues/37
Not sure if intended but delete is not highlighted too
'delete' is also https://github.com/Microsoft/TypeScript-TmLanguage/issues/37
delete still not highlighted. Is it intended?
'delete' is Microsoft/TypeScript-TmLanguage#37 and will be fixed in the March release.
Yesterday, we created a new release that contains the fix for the coloring of var, let, const, function etc.
Please update...
yield is still not highlighted with version f291f4ad600767626b24a4b15816b04bee9a3049. Is that intended?
seem like import isn't highlighted
Most helpful comment
Yesterday, we created a new release that contains the fix for the coloring of
var,let,const,functionetc.Please update...