Skip to content

Erroneous syntax highlighting of if construct with tags followed by whitespace #205

Closed
@gnikit

Description

@gnikit

When using an if construct the highlighting will erroneously mark the red the next code line if the tag ends with whitespaces

image

When the whitespace(s) is/are removed the highlighting is restored

image

The fix for this will probably be trivial, somewhere at the end of the match in the if-construct a \\s* needs to be added.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions