microsoft / microsoft/vscode-css
Syntax highlight for case-insensitive selectors
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 27
- Forks
- 25
- Avg merge
- 3d 19h
- Merged PRs (30d)
- 2
Description
I hope this is the correct repo to report this, if not, please point me to the correct one
I realized that syntax highlight in the CSS files are not happy with the case-insensitive modifier
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
Start by reproducing the syntax-highlighting problem described in the issue for CSS selectors using the case-insensitive modifier, referring to the attached screenshot for the observed behavior. Then inspect the repository's CSS TextMate grammar and identify the grammar rule responsible for those selectors. Done means the modifier is highlighted correctly without breaking existing selector highlighting.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- css
- Domain
- tooling
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100