monokai-pro icon indicating copy to clipboard operation
monokai-pro copied to clipboard

No coloring for Angular directives

Open blai30 opened this issue 3 years ago • 4 comments

image

server and servers should be colored. *ngFor, (click), [disabled], and all other Angular directives should be colored and not be white to distinguish from regular plain text

blai30 avatar Dec 13 '20 05:12 blai30

Thanks for letting me know, I need to do more research on this. Are you aware of other themes you have used that highlight angular correctly?

espositocode avatar Feb 18 '21 13:02 espositocode

One Dark theme has coloring image

Here is the same file opened in VS Code with the official Monokai Pro (Spectrum) theme image

blai30 avatar Feb 18 '21 20:02 blai30

Just an update, I can reproduce the color changes from One Dark, but haven't yet figured out what fields they are using to accomplish this (I've tried coping all of their NG.* and TEMPLATE fields). I'll let you know if I can figure this out, sorry for the delay.

espositocode avatar Apr 08 '21 13:04 espositocode

I have created a pull request that includes color schemes for angular directives. @espositocode Please verify and merge with the main repo.

HikaruHokkyokusei avatar Feb 17 '22 20:02 HikaruHokkyokusei