I have a HTML file, and I’m using python code inside curly braces (web2py templates), something like
{{for i in range something:}}
{{=i.name}}
{{pass}}
inside the body of a file with a .html extension.
My question is, How can I change the colour of the code inside the {{}}
delimiters? The delimiters have a different colour with rainbow-delimiters and also I have auto-pair, but what I’d really like to have is a custom colour for the python code inside delimiters within the .html file.