Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
AlexXuChen opened this issue Apr 8, 2022 · 0 comments · Fixed by #491
Closed
Labels
Milestone

Comments

@AlexXuChen
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants