Syntax Highlighting - HTML - String
Posted: Tue May 22, 2018 12:00 pm
I was not able to find a solution in the forum (perhaps there is a solution but due to the lack of functionality of the forum software OR my poor abilities to use them I'm posting this as a question):
I'm using one of the HTML Syntax files which are available by download. One of my big wishes is to highlight special strings in HTML:
Here I would like to have scl1 highlighted.
Additionally it would be ideal if scl2 and scl45 and sclx is highlighted.
Here I would like to have "dstr8_0, dstr7_1_01" highlighted, alternatively the whole <span>-TAG including content.
How to achive this?
I'm using one of the HTML Syntax files which are available by download. One of my big wishes is to highlight special strings in HTML:
Code: Select all
<span class="scl1">...</span>Additionally it would be ideal if scl2 and scl45 and sclx is highlighted.
Code: Select all
<span style="display:none">dstr8_0, dstr7_1_01</span>How to achive this?