Support highlighting of separate parts of the selector
This commit is contained in:
@@ -83,9 +83,13 @@ pre{
|
||||
.target{ display: flex; justify-content: space-between }
|
||||
|
||||
.comment{ color: rgb(50,180,20) }
|
||||
.selector{ color: violet }
|
||||
.selector{ color: violet }
|
||||
.pseudo{ color: silver }
|
||||
.id{ color: lightcoral }
|
||||
.class{ color: lightgreen }
|
||||
.attribute{ color: cyan }
|
||||
.atrule{ color: royalblue }
|
||||
.atvalue{ color: greenyellow }
|
||||
.atvalue{ color: lightblue }
|
||||
.property{ color: orange }
|
||||
.value{ color: skyblue }
|
||||
.curly{ color: orangered }
|
||||
Reference in New Issue
Block a user