mirror of
https://github.com/Steffo99/steffula-code.git
synced 2024-11-22 02:54:21 +00:00
Color CSS sigils like the rest of the selector
This commit is contained in:
parent
651d2bcc0a
commit
acb049ed1d
1 changed files with 7 additions and 1 deletions
|
@ -426,7 +426,7 @@
|
||||||
"scope": [
|
"scope": [
|
||||||
"constant.character.entity",
|
"constant.character.entity",
|
||||||
"constant.character.escape",
|
"constant.character.escape",
|
||||||
"punctuation.definition.entity",
|
"punctuation.definition.entity", // Might need to be changed
|
||||||
],
|
],
|
||||||
"settings": {
|
"settings": {
|
||||||
"foreground": "#a5c261",
|
"foreground": "#a5c261",
|
||||||
|
@ -759,6 +759,7 @@
|
||||||
"name": "selector-attribute",
|
"name": "selector-attribute",
|
||||||
"scope": [
|
"scope": [
|
||||||
"meta.attribute-selector",
|
"meta.attribute-selector",
|
||||||
|
"meta.attribute-selector punctuation.definition.entity",
|
||||||
],
|
],
|
||||||
"settings": {
|
"settings": {
|
||||||
"foreground": "#ff9340",
|
"foreground": "#ff9340",
|
||||||
|
@ -768,6 +769,7 @@
|
||||||
"name": "selector-class",
|
"name": "selector-class",
|
||||||
"scope": [
|
"scope": [
|
||||||
"entity.other.attribute-name.class",
|
"entity.other.attribute-name.class",
|
||||||
|
"entity.other.attribute-name.class punctuation.definition.entity.css",
|
||||||
],
|
],
|
||||||
"settings": {
|
"settings": {
|
||||||
"foreground": "#fcff00",
|
"foreground": "#fcff00",
|
||||||
|
@ -777,6 +779,7 @@
|
||||||
"name": "selector-id",
|
"name": "selector-id",
|
||||||
"scope": [
|
"scope": [
|
||||||
"entity.other.attribute-name.id",
|
"entity.other.attribute-name.id",
|
||||||
|
"entity.other.attribute-name.id punctuation.definition.entity.css",
|
||||||
],
|
],
|
||||||
"settings": {
|
"settings": {
|
||||||
"foreground": "#00ffff",
|
"foreground": "#00ffff",
|
||||||
|
@ -786,6 +789,7 @@
|
||||||
"name": "selector-pseudoclass",
|
"name": "selector-pseudoclass",
|
||||||
"scope": [
|
"scope": [
|
||||||
"entity.other.attribute-name.pseudo-class",
|
"entity.other.attribute-name.pseudo-class",
|
||||||
|
"entity.other.attribute-name.pseudo-class punctuation.definition.entity.css",
|
||||||
],
|
],
|
||||||
"settings": {
|
"settings": {
|
||||||
"foreground": "#ca77ff",
|
"foreground": "#ca77ff",
|
||||||
|
@ -795,6 +799,7 @@
|
||||||
"name": "selector-pseudoelement",
|
"name": "selector-pseudoelement",
|
||||||
"scope": [
|
"scope": [
|
||||||
"entity.other.attribute-name.pseudo-element",
|
"entity.other.attribute-name.pseudo-element",
|
||||||
|
"entity.other.attribute-name.pseudo-element punctuation.definition.entity.css",
|
||||||
],
|
],
|
||||||
"settings": {
|
"settings": {
|
||||||
"foreground": "#ff00ff",
|
"foreground": "#ff00ff",
|
||||||
|
@ -804,6 +809,7 @@
|
||||||
"name": "selector-parent",
|
"name": "selector-parent",
|
||||||
"scope": [
|
"scope": [
|
||||||
"entity.other.attribute-name.parent-selector",
|
"entity.other.attribute-name.parent-selector",
|
||||||
|
"entity.other.attribute-name.parent-selector punctuation.definition.entity.css",
|
||||||
],
|
],
|
||||||
"settings": {
|
"settings": {
|
||||||
"foreground": "#00ffaa",
|
"foreground": "#00ffaa",
|
||||||
|
|
Loading…
Reference in a new issue