subtheme-dev/monokai-pro

No coloring for Angular directives

blai30 opened this issue · 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

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
image

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

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.