Separate highlights for each HTML tags
-
Hello, I have XML file one color for all HTML tags
<WordsStyle name=“tag” styleID=“1” fgColor=“FF79C6”
I need to do different colors for HTML tags such as <p> yellow and <ul> green how to do it? Thank you -
Seems similar to this one https://notepad-plus-plus.org/community/topic/15072/how-to-add-custom-style-for-batch-code-in-style-configurator.
What you could do is creating a own UDL(https://ivan-radic.github.io/udl-documentation/) if you have this usecase often or use the style tokens available on right click.