Skip to content

[Qute] Syntax coloration problem with quote #221

@angelozerr

Description

@angelozerr

Take the following Qute template:

{#if (condition)}
 'aaaaaaaa'
{/if}

{#if (condition) }
 'aaaaaaaa'
{/if}

{#if (condition) }
 'aaaaaaaa
{/if}

Here a screenshot which shows in action quote problem (see the last if):

image

It seems when there is no space between ')' and '}' the aaaaaaaa which is a text is not be considered as string (it's OK) but when there is a a space aaaaaaaa is considered as string which is wrong.

Metadata

Metadata

Assignees

Labels

bugSomething isn't workingqute

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions