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

TS Decorators color inconsistency #148

Open
Raizerz opened this issue May 4, 2022 · 2 comments
Open

TS Decorators color inconsistency #148

Raizerz opened this issue May 4, 2022 · 2 comments

Comments

@Raizerz
Copy link

Raizerz commented May 4, 2022

Decorators that are invoked as functions are colored correctly, but simple decorators are not colored.

Sample code

export class ApplicationModel extends BaseModel {

    @AllowNull(false)
    @Unique
    @IsEmail
    @Column
    email: string;

}

Filename and Language selected

Typescript

Atom Original theme Screenshot

2022-05-04 22 31 30

VSCode theme Screenshot

IMAGE 2022-05-04 22_28_35

Versions used

  • VSCode version: 1.66.2
  • Theme version: 2.2.3
@LoganTann
Copy link

Experiencing the same issue :(

even if this is just color, it's a bit triggering, lol

@Raizerz
Copy link
Author

Raizerz commented Sep 8, 2023

Any updates on it?

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