Skip to content

"yield" is not highlighting #396

@mjbvz

Description

@mjbvz

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions