Skip to content

syntax coloring bug #102

@creative-resort

Description

@creative-resort

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 }} {{'>'}}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions