Skip to content
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

[typescript] syntax highlighting: wrong precedence rule #394

Closed
aeschli opened this issue Dec 30, 2016 · 1 comment
Closed

[typescript] syntax highlighting: wrong precedence rule #394

aeschli opened this issue Dec 30, 2016 · 1 comment

Comments

@aeschli
Copy link

aeschli commented Dec 30, 2016

From @npenin on December 30, 2016 8:30

  • VSCode Version: 1.9.0-insider
  • OS Version: Windows 10

Steps to Reproduce:

  1. write a code like this:
 gulp.add('watch-' + (asset.name || asset.route), function ()
        {
            gulp.watch('./modules/*' + asset.moduleRelativePath, ['build-' + (asset.name || asset.route)]);
        });
  1. See the wrong colorization happening:
    image

Copied from original issue: microsoft/vscode#17929

@sheetalkamat
Copy link
Member

This is duplicate of #389

sheetalkamat added a commit that referenced this issue Jan 3, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants