I'm using HTML parser in Ace Editor. I'm looking for a way to add a set of custom tags and set a colour for them.
Tags look like this: {%HEADER%}, {%CONTENT%}, {%FOOTER%}.
Example code:
<html>
<body>
<h1>{%HEADER%}<h1>
{%CONTENT%}
</body>
</html>
Is there any way of doing this?