posit-dev / posit-dev/positron

Python: Not needed syntax highlighting for string literals

Open
#3,387 3 comments 2 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

enhancement lang: python
Dominant language
TypeScript
Stars
4.3k
Forks
184
Avg merge
1d 11h
Merged PRs (30d)
206

Description

Currently Positron and VSCode still add syntax highlighting to string literal:

image

In this case, bar is a string literal and will gets automatically escaped correctly by python. I would like to see it not highlight the missing escapes, similiar to how PyCharm does it.

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

Start by tracing Positron's Python syntax-highlighting behavior and compare the two examples in the issue with PyCharm's behavior. The work is done when missing escapes in valid Python string literals are no longer highlighted as errors, with coverage for the reported case.

Written by the indexing model from the issue text.

Assessment

Tech stack
python, vscode
Domain
developer-experience, tooling
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.