-
Notifications
You must be signed in to change notification settings - Fork 24
Open
Description
Hi,
I have a complicated file (exim config file) which I want to process with jinja. It uses a lot of { syntax for its logic, so I wrap those in {% raw %} and {% endraw %}. Your colorizer should see these and not try to color or parse code contained within them (as jinja does). However, it does not seem to. Code inside the raw block throws off the syntax highlighter.
For example:
{% raw %}
MAX_PHYSICAL_HEADER_LENGTH = \
${reduce\
{<\n ${map{<\n$message_headers_raw}{${strlen:$item}}}}\
{0}\
{${if >{$item}{$value}{$item}{$value}}}\
}
{% endraw %}
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels