monokai-pro
monokai-pro copied to clipboard
No coloring for Angular directives
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
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?
One Dark theme has coloring
Here is the same file opened in VS Code with the official Monokai Pro (Spectrum) theme
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.
I have created a pull request that includes color schemes for angular directives. @espositocode Please verify and merge with the main repo.