You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 24, 2022. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
The text was updated successfully, but these errors were encountered: