-
Notifications
You must be signed in to change notification settings - Fork 30.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[js] syntax highlight for 'var' and 'function' not working in Default VS theme #3903
Comments
Not sure if intended but delete is not highlighted too |
'delete' is also microsoft/TypeScript-TmLanguage#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 |
|
seem like import isn't highlighted |
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 microsoft/TypeScript-TmLanguage#37
The text was updated successfully, but these errors were encountered: