akamud / vscode-theme-onelight

VSCode Theme based on Atom's One Light theme
MIT License
79 stars 54 forks source link

javascript color, 'this' is no special highlighting #24

Open noahlinus opened 3 years ago

noahlinus commented 3 years ago

javascript color, this is no special highlighting.

this is the same color as the property.

Sample code

class Polygon {
  constructor(height, width) {
    this.rect = {}
    this.rect.height = height;
    this.rect.width = width;
  }
}

Filename and Language selected

.js .ts .tsx

Atom Original theme Screenshot

image

VSCode theme Screenshot

image

Versions used

akamud commented 3 years ago

Thanks for reporting this, I'll look into it.