Skip to content

Improve syntax colouration for logical operators and bracket precedence in if section #490

@AlexXuChen

Description

@AlexXuChen

The following Qute example:

{#if a or b and c}
{#if a or (b and c)}

has the following syntax colouration:
Screenshot from 2022-04-08 10-04-21
It would be nice to support syntax colouration for all logic inside an if block, including the use of bracket precedence.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions