redhat-developer / redhat-developer/vscode-quarkus
Qute Text incorrect syntax highlighting
Open
Nobody has claimed this yet.
qute
upstream
- Dominant language
- TypeScript
- Stars
- 79
- Forks
- 31
- Avg merge
- 12h 51m
- Merged PRs (30d)
- 6
Description
In this case:
{test
{! qute-style comments should work !}
}

The first and the third line should not have syntax highlighting (should just be white).
The second line should have syntax highlighting (in green) because it is a comment.
The second line should look like this:

Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Reproduce the reported Qute example in Visual Studio Code and compare its highlighting with the expected colors shown in the issue images. Trace the Qute syntax-highlighting implementation to find where the first and third lines are classified, then verify that only the comment line is highlighted as a comment.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript, vscode
- Domain
- tooling
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100