-
Notifications
You must be signed in to change notification settings - Fork 3.7k
Closed
Labels
buggood first issueShould be easier for first time contributorsShould be easier for first time contributorshelp welcomeCould use help from communityCould use help from communitylanguage
Description
Describe the issue: :before
/:after
are not highlighted correctly.
Which language seems to have the issue?: CSS
Are you using highlight
or highlightAuto
?: highlightAll
...
Sample Code to Reproduce:
.test:before,
.test:after {
color: pink;
border-color: red;
}
https://jsfiddle.net/1tfr2cow/
Expected behavior: :before
/:after
are highlighted like ::before
/::after
Additional context: https://developer.mozilla.org/en-US/docs/Web/CSS/::before
Metadata
Metadata
Assignees
Labels
buggood first issueShould be easier for first time contributorsShould be easier for first time contributorshelp welcomeCould use help from communityCould use help from communitylanguage