Vscode: [js] syntax highlight for 'var' and 'function' not working in Default VS theme

Created on 9 Mar 2016  路  7Comments  路  Source: microsoft/vscode

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

bug important verified

Most helpful comment

Yesterday, we created a new release that contains the fix for the coloring of var, let, const, function etc.
Please update...

All 7 comments

Not sure if intended but delete is not highlighted too

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

Was this page helpful?
0 / 5 - 0 ratings

Related issues

chrisdias picture chrisdias  路  3Comments

lukehoban picture lukehoban  路  3Comments

sijad picture sijad  路  3Comments

VitorLuizC picture VitorLuizC  路  3Comments

omidgolparvar picture omidgolparvar  路  3Comments