Add support for latest syntax in `@import`
Nobody has claimed this yet.
Assessment
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Newbie friendliness
- 45/100
- Issue type
- Feature
- Clarity
- Mostly clear
- Activity status
- Stale
- Tech stack
- css
- Domain
- tooling
Research direction
Start at the repository's CSS TextMate grammar entry point and inspect how @import syntax is currently handled. Compare the examples with the CSS Cascade Level 5 specification and related WPT results. Done means declarations, selectors, and functions inside supports() receive syntax highlighting, including both layer forms.
Written by the indexing model from the issue text.
Description
For example :
@import url("green.css") layer supports(selector(&)) (min-width: calc(10px));
/* layer as a function */
@import url("green.css") layer(bar) supports(selector(&)) (min-width: calc(10px));
Existing things like 10px have correct syntax highlighting even in @import statement.
Missing syntax highlighting :
- declarations in
supports() - selectors in
supports() - any function
- Dominant language
- JavaScript
- Stars
- 27
- Forks
- 25
- Avg merge
- 3d 19h
- Merged PRs (30d)
- 2
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.
More from microsoft/vscode-css
-
microsoft/vscode-css#66 · 2 comments · 1 assignee ·
-
microsoft/vscode-css#54 · 3 comments · 1 assignee ·
-
Difficulty 5/5 Over a week Newbie friendliness 25/100
microsoft/vscode-css#53 · 6 comments · 28 reactions ·
-
Difficulty 3/5 1-2 days Newbie friendliness 45/100
microsoft/vscode-css#45 · 3 comments ·
-
Difficulty 3/5 1-2 days Newbie friendliness 35/100
microsoft/vscode-css#46 · 2 comments ·
All issues in microsoft/vscode-css
Similar issues
-
Difficulty 2/5 1-3 hours Newbie friendliness 88/100
HarperFast/skills#96 ·
-
[Block] Latest Posts [Type] Bug
Difficulty 2/5 1-3 hours Newbie friendliness 76/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 78/100
Automattic/studio#4908 ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 74/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 86/100
sugarlabs/musicblocks#8847 ·