We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
(function () { function main() { const module = function () { function foobar() { foo.forEach(function (f) { f.forEach(function (bar) { bar.forEach(function (b) { b.JobDays.forEach(function (whoot) { var date = new Date(whoot); }); }); }); }); } }; } }());
has wrong syntax highlighting after the new keyword. Only happens after this pretty deep nesting I think.
new
The text was updated successfully, but these errors were encountered:
This looks okay to me on build 3131:
something similar was reported here: #403 but fixed in 3115
are you sure you're using the default JavaScript syntax?
Sorry, something went wrong.
yes, I use default JavaScript syntax... just checked and it's actually because of the color scheme:
jonschlinkert/sublime-monokai-extended/issues/62
No branches or pull requests
has wrong syntax highlighting after the
new
keyword. Only happens after this pretty deep nesting I think.The text was updated successfully, but these errors were encountered: