Annotator does not work

Answered

Hello, everyone. I am a beginner in plugin development and I am porting a theme. I want to separately color certain keywords in my theme, so I used Annotator. After running it, it doesn't work and there are no error messages. When I used `logger` to print logs, I saw that it executed after the coloring step. Please help me 🙏.

Code link: https://github.com/loosheng/intellij-vitesse-theme/pull/3

0
1 comment

Hi,

Annotator shouldn't be used by "theme" plugins. If you want to change the language token colors, you should provide them in the editor scheme. See https://plugins.jetbrains.com/docs/intellij/themes-extras.html.

0

Please sign in to leave a comment.