I realize you maybe not want to support mako in slses but if you still want to here is a short snippet of code that upsets the syntax coloring:
<%
out.append("{{{{ record('{0}', 'SSHFP', '{1}') }}}}".format(host,line))
# the following line starts red
out.append("{{{{ record('piro', 'SSHFP', '{0}') }}}}".format(line))
%>
${"\n".join(out)}
Looks like this:
This is mako code that generates jinja templates, hence the amount of braces.
I realize you maybe not want to support mako in slses but if you still want to here is a short snippet of code that upsets the syntax coloring:
Looks like this:
This is mako code that generates jinja templates, hence the amount of braces.