Change color of different HTML tags

I am trying to customize fonts/colors. I would like to have different colors for different HTML tags (form, table, tr, etc). But in the editor through Settings->Editor->Colors & Fonts->HTML, I'm only finding a way to change all HTML tags to one color, without being able to drill it down by tag. Is this possible?

0
2 comments

Hi there,

ATM it's not possible .. and it's not yet planned to be implemented.

https://youtrack.jetbrains.com/issue/WEB-330 -- watch this ticket (star/vote/comment) to get notified on progress.

0

Although it can be solved more easily with regex expressions. The plugin did not support this. So I solved my problem with multipart regex rules in this way. However, the plugin is paid for regex rules.

https://github.com/mywebmanavgat/phpstorm-html-highlight

0

Please sign in to leave a comment.