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

"yield" is not highlighting #396

Closed
mjbvz opened this issue Jan 3, 2017 · 1 comment
Closed

"yield" is not highlighting #396

mjbvz opened this issue Jan 3, 2017 · 1 comment

Comments

@mjbvz
Copy link
Contributor

mjbvz commented Jan 3, 2017

From @IgorNovozhilov on December 27, 2016 8:53

  • VSCode Version:
    image

  • OS Version: Linux Mint 18

Steps to Reproduce:

image

  1. write code:
/* jshint esnext:true */
let it = require('./it');
it.execute(function* builder(options) {
   let metaData = yield it.read(option.metaFile);
   it.meta = yield it.parse(metaData, {
      ICON: yield it.read(options.icon),
      ICON64: (yield it.read(options.icon64)).base64()
   });
});
  1. key word not highlighted in all cases

Copied from original issue: microsoft/vscode#17844

@mjbvz
Copy link
Contributor Author

mjbvz commented Jan 3, 2017

From @dbaeumer on December 27, 2016 9:19

Looks like a TS/JS grammar problem.

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

1 participant