redhat-developer / redhat-developer/vscode-quarkus

Qute Text incorrect syntax highlighting

Open
#199 5 comments 0 reactions 0 assignees View on GitHub

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 !}
}

image

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:
image

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.