Syntax highlighting in different editor color schems
Hi,
I am writing a plugin for custom language and faced a problem during implementing syntax coloring.
How can I make syntax highliter for different color schemes and can I extend text attribute keys for default color scheme?
Currently I have syntax highliter for default scheme, but how can I change it to look good in different editor color scheme, for example darcula?
Please sign in to leave a comment.
Please see http://confluence.jetbrains.com/pages/viewpage.action?pageId=49463468 (only valid for 12.1+).
Thank you, Yann.
It really helped me :)