I want to highlight shortcodes in the WordPress visual editor in a specific color.
E.g. I Have the following Shortcodes
[shortcode1] Some text [/shortcode1]
...
[shortcode2] Some text [/shortcode2]
and want to give each of them a unique color, so the user could easily see what he should change.
I have found some solutions to syntax highlighting the HTML Editor but no one for the visual editor itself.