Monokai / monokai-pro-vscode

Issue tracking for Monokai Pro for Visual Studio Code
321 stars 7 forks source link

C++ static function not colorized properly #292

Closed yantaozhao closed 2 years ago

yantaozhao commented 2 years ago

C++ code static function not colorized properly.

class C {
  public:
    int foo() {}         // `foo` colorized
    static int bar() {}  // `bar` not colorized. Expectation: color as `foo`
};

image

Monokai commented 2 years ago

fixed in 1.1.21