Open creative-resort opened 6 years ago
A line like: <!DOCTYPE {{ config.page.doctype|default('html')|raw }}>
<!DOCTYPE {{ config.page.doctype|default('html')|raw }}>
breaks the coloring - everything appears in standard text colors. I am required to unnecessarily put the doctype tag into a literal for it to work:
{{'<!DOCTYPE'}} {{ config.page.doctype|default('html')|raw }} {{'>'}}
A line like:
<!DOCTYPE {{ config.page.doctype|default('html')|raw }}>
breaks the coloring - everything appears in standard text colors. I am required to unnecessarily put the doctype tag into a literal for it to work:
{{'<!DOCTYPE'}} {{ config.page.doctype|default('html')|raw }} {{'>'}}