mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-08 09:08:48 +01:00
Add tree-sitter for css (#243988)
* Add tree-sitter for css * Hard code root scopes
This commit is contained in:
@@ -70,17 +70,20 @@ suite('colorization', () => {
|
||||
suiteSetup(async function () {
|
||||
originalSettingValues = [
|
||||
workspace.getConfiguration('editor.experimental').get('preferTreeSitter.typescript'),
|
||||
workspace.getConfiguration('editor.experimental').get('preferTreeSitter.ini'),
|
||||
workspace.getConfiguration('editor.experimental').get('preferTreeSitter.regex'),
|
||||
workspace.getConfiguration('editor.experimental').get('preferTreeSitter.ini')
|
||||
workspace.getConfiguration('editor.experimental').get('preferTreeSitter.css')
|
||||
];
|
||||
await workspace.getConfiguration('editor.experimental').update('preferTreeSitter.typescript', true, ConfigurationTarget.Global);
|
||||
await workspace.getConfiguration('editor.experimental').update('preferTreeSitter.regex', true, ConfigurationTarget.Global);
|
||||
await workspace.getConfiguration('editor.experimental').update('preferTreeSitter.ini', true, ConfigurationTarget.Global);
|
||||
await workspace.getConfiguration('editor.experimental').update('preferTreeSitter.regex', true, ConfigurationTarget.Global);
|
||||
await workspace.getConfiguration('editor.experimental').update('preferTreeSitter.css', true, ConfigurationTarget.Global);
|
||||
});
|
||||
suiteTeardown(async function () {
|
||||
await workspace.getConfiguration('editor.experimental').update('preferTreeSitter.typescript', originalSettingValues[0], ConfigurationTarget.Global);
|
||||
await workspace.getConfiguration('editor.experimental').update('preferTreeSitter.regex', originalSettingValues[1], ConfigurationTarget.Global);
|
||||
await workspace.getConfiguration('editor.experimental').update('preferTreeSitter.ini', originalSettingValues[2], ConfigurationTarget.Global);
|
||||
await workspace.getConfiguration('editor.experimental').update('preferTreeSitter.ini', originalSettingValues[1], ConfigurationTarget.Global);
|
||||
await workspace.getConfiguration('editor.experimental').update('preferTreeSitter.regex', originalSettingValues[2], ConfigurationTarget.Global);
|
||||
await workspace.getConfiguration('editor.experimental').update('preferTreeSitter.css', originalSettingValues[3], ConfigurationTarget.Global);
|
||||
});
|
||||
|
||||
for (const fixture of fs.readdirSync(fixturesPath)) {
|
||||
|
||||
@@ -156,4 +156,8 @@ footer a:visited {
|
||||
right: 0;
|
||||
width: 148px;
|
||||
height: 110px;
|
||||
}
|
||||
}
|
||||
|
||||
.chat-feature-container .codicon[class*='codicon-'] {
|
||||
font-size: 16px;
|
||||
}
|
||||
|
||||
@@ -11633,6 +11633,314 @@
|
||||
"light_modern": "default: #3B3B3B"
|
||||
}
|
||||
},
|
||||
{
|
||||
"c": "}",
|
||||
"t": "source.css meta.property-list.css punctuation.section.property-list.end.bracket.curly.css",
|
||||
"r": {
|
||||
"dark_plus": "default: #D4D4D4",
|
||||
"light_plus": "default: #000000",
|
||||
"dark_vs": "default: #D4D4D4",
|
||||
"light_vs": "default: #000000",
|
||||
"hc_black": "default: #FFFFFF",
|
||||
"dark_modern": "default: #CCCCCC",
|
||||
"hc_light": "default: #292929",
|
||||
"light_modern": "default: #3B3B3B"
|
||||
}
|
||||
},
|
||||
{
|
||||
"c": ".",
|
||||
"t": "source.css meta.selector.css entity.other.attribute-name.class.css punctuation.definition.entity.css",
|
||||
"r": {
|
||||
"dark_plus": "entity.other.attribute-name.class.css: #D7BA7D",
|
||||
"light_plus": "entity.other.attribute-name.class.css: #800000",
|
||||
"dark_vs": "entity.other.attribute-name.class.css: #D7BA7D",
|
||||
"light_vs": "entity.other.attribute-name.class.css: #800000",
|
||||
"hc_black": "entity.other.attribute-name.class.css: #D7BA7D",
|
||||
"dark_modern": "entity.other.attribute-name.class.css: #D7BA7D",
|
||||
"hc_light": "entity.other.attribute-name.class.css: #0F4A85",
|
||||
"light_modern": "entity.other.attribute-name.class.css: #800000"
|
||||
}
|
||||
},
|
||||
{
|
||||
"c": "chat-feature-container",
|
||||
"t": "source.css meta.selector.css entity.other.attribute-name.class.css",
|
||||
"r": {
|
||||
"dark_plus": "entity.other.attribute-name.class.css: #D7BA7D",
|
||||
"light_plus": "entity.other.attribute-name.class.css: #800000",
|
||||
"dark_vs": "entity.other.attribute-name.class.css: #D7BA7D",
|
||||
"light_vs": "entity.other.attribute-name.class.css: #800000",
|
||||
"hc_black": "entity.other.attribute-name.class.css: #D7BA7D",
|
||||
"dark_modern": "entity.other.attribute-name.class.css: #D7BA7D",
|
||||
"hc_light": "entity.other.attribute-name.class.css: #0F4A85",
|
||||
"light_modern": "entity.other.attribute-name.class.css: #800000"
|
||||
}
|
||||
},
|
||||
{
|
||||
"c": " ",
|
||||
"t": "source.css meta.selector.css",
|
||||
"r": {
|
||||
"dark_plus": "default: #D4D4D4",
|
||||
"light_plus": "default: #000000",
|
||||
"dark_vs": "default: #D4D4D4",
|
||||
"light_vs": "default: #000000",
|
||||
"hc_black": "default: #FFFFFF",
|
||||
"dark_modern": "default: #CCCCCC",
|
||||
"hc_light": "default: #292929",
|
||||
"light_modern": "default: #3B3B3B"
|
||||
}
|
||||
},
|
||||
{
|
||||
"c": ".",
|
||||
"t": "source.css meta.selector.css entity.other.attribute-name.class.css punctuation.definition.entity.css",
|
||||
"r": {
|
||||
"dark_plus": "entity.other.attribute-name.class.css: #D7BA7D",
|
||||
"light_plus": "entity.other.attribute-name.class.css: #800000",
|
||||
"dark_vs": "entity.other.attribute-name.class.css: #D7BA7D",
|
||||
"light_vs": "entity.other.attribute-name.class.css: #800000",
|
||||
"hc_black": "entity.other.attribute-name.class.css: #D7BA7D",
|
||||
"dark_modern": "entity.other.attribute-name.class.css: #D7BA7D",
|
||||
"hc_light": "entity.other.attribute-name.class.css: #0F4A85",
|
||||
"light_modern": "entity.other.attribute-name.class.css: #800000"
|
||||
}
|
||||
},
|
||||
{
|
||||
"c": "codicon",
|
||||
"t": "source.css meta.selector.css entity.other.attribute-name.class.css",
|
||||
"r": {
|
||||
"dark_plus": "entity.other.attribute-name.class.css: #D7BA7D",
|
||||
"light_plus": "entity.other.attribute-name.class.css: #800000",
|
||||
"dark_vs": "entity.other.attribute-name.class.css: #D7BA7D",
|
||||
"light_vs": "entity.other.attribute-name.class.css: #800000",
|
||||
"hc_black": "entity.other.attribute-name.class.css: #D7BA7D",
|
||||
"dark_modern": "entity.other.attribute-name.class.css: #D7BA7D",
|
||||
"hc_light": "entity.other.attribute-name.class.css: #0F4A85",
|
||||
"light_modern": "entity.other.attribute-name.class.css: #800000"
|
||||
}
|
||||
},
|
||||
{
|
||||
"c": "[",
|
||||
"t": "source.css meta.selector.css meta.attribute-selector.css punctuation.definition.entity.begin.bracket.square.css",
|
||||
"r": {
|
||||
"dark_plus": "default: #D4D4D4",
|
||||
"light_plus": "default: #000000",
|
||||
"dark_vs": "default: #D4D4D4",
|
||||
"light_vs": "default: #000000",
|
||||
"hc_black": "default: #FFFFFF",
|
||||
"dark_modern": "default: #CCCCCC",
|
||||
"hc_light": "default: #292929",
|
||||
"light_modern": "default: #3B3B3B"
|
||||
}
|
||||
},
|
||||
{
|
||||
"c": "class",
|
||||
"t": "source.css meta.selector.css meta.attribute-selector.css entity.other.attribute-name.css",
|
||||
"r": {
|
||||
"dark_plus": "entity.other.attribute-name: #9CDCFE",
|
||||
"light_plus": "entity.other.attribute-name: #E50000",
|
||||
"dark_vs": "entity.other.attribute-name: #9CDCFE",
|
||||
"light_vs": "entity.other.attribute-name: #E50000",
|
||||
"hc_black": "entity.other.attribute-name: #9CDCFE",
|
||||
"dark_modern": "entity.other.attribute-name: #9CDCFE",
|
||||
"hc_light": "entity.other.attribute-name: #264F78",
|
||||
"light_modern": "entity.other.attribute-name: #E50000"
|
||||
}
|
||||
},
|
||||
{
|
||||
"c": "*=",
|
||||
"t": "source.css meta.selector.css meta.attribute-selector.css keyword.operator.pattern.css",
|
||||
"r": {
|
||||
"dark_plus": "keyword.operator: #D4D4D4",
|
||||
"light_plus": "keyword.operator: #000000",
|
||||
"dark_vs": "keyword.operator: #D4D4D4",
|
||||
"light_vs": "keyword.operator: #000000",
|
||||
"hc_black": "keyword.operator: #D4D4D4",
|
||||
"dark_modern": "keyword.operator: #D4D4D4",
|
||||
"hc_light": "keyword.operator: #000000",
|
||||
"light_modern": "keyword.operator: #000000"
|
||||
}
|
||||
},
|
||||
{
|
||||
"c": "'",
|
||||
"t": "source.css meta.selector.css meta.attribute-selector.css string.quoted.single.css punctuation.definition.string.begin.css",
|
||||
"r": {
|
||||
"dark_plus": "string: #CE9178",
|
||||
"light_plus": "string: #A31515",
|
||||
"dark_vs": "string: #CE9178",
|
||||
"light_vs": "string: #A31515",
|
||||
"hc_black": "string: #CE9178",
|
||||
"dark_modern": "string: #CE9178",
|
||||
"hc_light": "string: #0F4A85",
|
||||
"light_modern": "string: #A31515"
|
||||
}
|
||||
},
|
||||
{
|
||||
"c": "codicon-",
|
||||
"t": "source.css meta.selector.css meta.attribute-selector.css string.quoted.single.css",
|
||||
"r": {
|
||||
"dark_plus": "string: #CE9178",
|
||||
"light_plus": "string: #A31515",
|
||||
"dark_vs": "string: #CE9178",
|
||||
"light_vs": "string: #A31515",
|
||||
"hc_black": "string: #CE9178",
|
||||
"dark_modern": "string: #CE9178",
|
||||
"hc_light": "string: #0F4A85",
|
||||
"light_modern": "string: #A31515"
|
||||
}
|
||||
},
|
||||
{
|
||||
"c": "'",
|
||||
"t": "source.css meta.selector.css meta.attribute-selector.css string.quoted.single.css punctuation.definition.string.end.css",
|
||||
"r": {
|
||||
"dark_plus": "string: #CE9178",
|
||||
"light_plus": "string: #A31515",
|
||||
"dark_vs": "string: #CE9178",
|
||||
"light_vs": "string: #A31515",
|
||||
"hc_black": "string: #CE9178",
|
||||
"dark_modern": "string: #CE9178",
|
||||
"hc_light": "string: #0F4A85",
|
||||
"light_modern": "string: #A31515"
|
||||
}
|
||||
},
|
||||
{
|
||||
"c": "]",
|
||||
"t": "source.css meta.selector.css meta.attribute-selector.css punctuation.definition.entity.end.bracket.square.css",
|
||||
"r": {
|
||||
"dark_plus": "default: #D4D4D4",
|
||||
"light_plus": "default: #000000",
|
||||
"dark_vs": "default: #D4D4D4",
|
||||
"light_vs": "default: #000000",
|
||||
"hc_black": "default: #FFFFFF",
|
||||
"dark_modern": "default: #CCCCCC",
|
||||
"hc_light": "default: #292929",
|
||||
"light_modern": "default: #3B3B3B"
|
||||
}
|
||||
},
|
||||
{
|
||||
"c": " ",
|
||||
"t": "source.css",
|
||||
"r": {
|
||||
"dark_plus": "default: #D4D4D4",
|
||||
"light_plus": "default: #000000",
|
||||
"dark_vs": "default: #D4D4D4",
|
||||
"light_vs": "default: #000000",
|
||||
"hc_black": "default: #FFFFFF",
|
||||
"dark_modern": "default: #CCCCCC",
|
||||
"hc_light": "default: #292929",
|
||||
"light_modern": "default: #3B3B3B"
|
||||
}
|
||||
},
|
||||
{
|
||||
"c": "{",
|
||||
"t": "source.css meta.property-list.css punctuation.section.property-list.begin.bracket.curly.css",
|
||||
"r": {
|
||||
"dark_plus": "default: #D4D4D4",
|
||||
"light_plus": "default: #000000",
|
||||
"dark_vs": "default: #D4D4D4",
|
||||
"light_vs": "default: #000000",
|
||||
"hc_black": "default: #FFFFFF",
|
||||
"dark_modern": "default: #CCCCCC",
|
||||
"hc_light": "default: #292929",
|
||||
"light_modern": "default: #3B3B3B"
|
||||
}
|
||||
},
|
||||
{
|
||||
"c": " ",
|
||||
"t": "source.css meta.property-list.css",
|
||||
"r": {
|
||||
"dark_plus": "default: #D4D4D4",
|
||||
"light_plus": "default: #000000",
|
||||
"dark_vs": "default: #D4D4D4",
|
||||
"light_vs": "default: #000000",
|
||||
"hc_black": "default: #FFFFFF",
|
||||
"dark_modern": "default: #CCCCCC",
|
||||
"hc_light": "default: #292929",
|
||||
"light_modern": "default: #3B3B3B"
|
||||
}
|
||||
},
|
||||
{
|
||||
"c": "font-size",
|
||||
"t": "source.css meta.property-list.css meta.property-name.css support.type.property-name.css",
|
||||
"r": {
|
||||
"dark_plus": "support.type.property-name: #9CDCFE",
|
||||
"light_plus": "support.type.property-name: #E50000",
|
||||
"dark_vs": "support.type.property-name: #9CDCFE",
|
||||
"light_vs": "support.type.property-name: #E50000",
|
||||
"hc_black": "support.type.property-name: #D4D4D4",
|
||||
"dark_modern": "support.type.property-name: #9CDCFE",
|
||||
"hc_light": "support.type.property-name: #264F78",
|
||||
"light_modern": "support.type.property-name: #E50000"
|
||||
}
|
||||
},
|
||||
{
|
||||
"c": ":",
|
||||
"t": "source.css meta.property-list.css punctuation.separator.key-value.css",
|
||||
"r": {
|
||||
"dark_plus": "default: #D4D4D4",
|
||||
"light_plus": "default: #000000",
|
||||
"dark_vs": "default: #D4D4D4",
|
||||
"light_vs": "default: #000000",
|
||||
"hc_black": "default: #FFFFFF",
|
||||
"dark_modern": "default: #CCCCCC",
|
||||
"hc_light": "default: #292929",
|
||||
"light_modern": "default: #3B3B3B"
|
||||
}
|
||||
},
|
||||
{
|
||||
"c": " ",
|
||||
"t": "source.css meta.property-list.css",
|
||||
"r": {
|
||||
"dark_plus": "default: #D4D4D4",
|
||||
"light_plus": "default: #000000",
|
||||
"dark_vs": "default: #D4D4D4",
|
||||
"light_vs": "default: #000000",
|
||||
"hc_black": "default: #FFFFFF",
|
||||
"dark_modern": "default: #CCCCCC",
|
||||
"hc_light": "default: #292929",
|
||||
"light_modern": "default: #3B3B3B"
|
||||
}
|
||||
},
|
||||
{
|
||||
"c": "16",
|
||||
"t": "source.css meta.property-list.css meta.property-value.css constant.numeric.css",
|
||||
"r": {
|
||||
"dark_plus": "constant.numeric: #B5CEA8",
|
||||
"light_plus": "constant.numeric: #098658",
|
||||
"dark_vs": "constant.numeric: #B5CEA8",
|
||||
"light_vs": "constant.numeric: #098658",
|
||||
"hc_black": "constant.numeric: #B5CEA8",
|
||||
"dark_modern": "constant.numeric: #B5CEA8",
|
||||
"hc_light": "constant.numeric: #096D48",
|
||||
"light_modern": "constant.numeric: #098658"
|
||||
}
|
||||
},
|
||||
{
|
||||
"c": "px",
|
||||
"t": "source.css meta.property-list.css meta.property-value.css constant.numeric.css keyword.other.unit.px.css",
|
||||
"r": {
|
||||
"dark_plus": "keyword.other.unit: #B5CEA8",
|
||||
"light_plus": "keyword.other.unit: #098658",
|
||||
"dark_vs": "keyword.other.unit: #B5CEA8",
|
||||
"light_vs": "keyword.other.unit: #098658",
|
||||
"hc_black": "keyword.other.unit: #B5CEA8",
|
||||
"dark_modern": "keyword.other.unit: #B5CEA8",
|
||||
"hc_light": "keyword.other.unit: #096D48",
|
||||
"light_modern": "keyword.other.unit: #098658"
|
||||
}
|
||||
},
|
||||
{
|
||||
"c": ";",
|
||||
"t": "source.css meta.property-list.css punctuation.terminator.rule.css",
|
||||
"r": {
|
||||
"dark_plus": "default: #D4D4D4",
|
||||
"light_plus": "default: #000000",
|
||||
"dark_vs": "default: #D4D4D4",
|
||||
"light_vs": "default: #000000",
|
||||
"hc_black": "default: #FFFFFF",
|
||||
"dark_modern": "default: #CCCCCC",
|
||||
"hc_light": "default: #292929",
|
||||
"light_modern": "default: #3B3B3B"
|
||||
}
|
||||
},
|
||||
{
|
||||
"c": "}",
|
||||
"t": "source.css meta.property-list.css punctuation.section.property-list.end.bracket.curly.css",
|
||||
|
||||
+506
-1
@@ -1 +1,506 @@
|
||||
[]
|
||||
[
|
||||
{
|
||||
"c": ":",
|
||||
"t": "meta.selector.css entity.other.attribute-name.pseudo-class.css",
|
||||
"r": {
|
||||
"dark_plus": "entity.other.attribute-name: #9CDCFE",
|
||||
"light_plus": "entity.other.attribute-name: #E50000",
|
||||
"dark_vs": "entity.other.attribute-name: #9CDCFE",
|
||||
"light_vs": "entity.other.attribute-name: #E50000",
|
||||
"hc_black": "entity.other.attribute-name: #9CDCFE",
|
||||
"dark_modern": "entity.other.attribute-name: #9CDCFE",
|
||||
"hc_light": "entity.other.attribute-name: #264F78",
|
||||
"light_modern": "entity.other.attribute-name: #E50000"
|
||||
}
|
||||
},
|
||||
{
|
||||
"c": "root",
|
||||
"t": "meta.selector.css entity.other.attribute-name.pseudo-class.css",
|
||||
"r": {
|
||||
"dark_plus": "entity.other.attribute-name: #9CDCFE",
|
||||
"light_plus": "entity.other.attribute-name: #E50000",
|
||||
"dark_vs": "entity.other.attribute-name: #9CDCFE",
|
||||
"light_vs": "entity.other.attribute-name: #E50000",
|
||||
"hc_black": "entity.other.attribute-name: #9CDCFE",
|
||||
"dark_modern": "entity.other.attribute-name: #9CDCFE",
|
||||
"hc_light": "entity.other.attribute-name: #264F78",
|
||||
"light_modern": "entity.other.attribute-name: #E50000"
|
||||
}
|
||||
},
|
||||
{
|
||||
"c": "{",
|
||||
"t": "punctuation.css",
|
||||
"r": {
|
||||
"dark_plus": "default: #D4D4D4",
|
||||
"light_plus": "default: #000000",
|
||||
"dark_vs": "default: #D4D4D4",
|
||||
"light_vs": "default: #000000",
|
||||
"hc_black": "default: #FFFFFF",
|
||||
"dark_modern": "default: #CCCCCC",
|
||||
"hc_light": "default: #292929",
|
||||
"light_modern": "default: #3B3B3B"
|
||||
}
|
||||
},
|
||||
{
|
||||
"c": "--spacing-unit",
|
||||
"t": "support.type.property-name.css",
|
||||
"r": {
|
||||
"dark_plus": "support.type.property-name: #9CDCFE",
|
||||
"light_plus": "support.type.property-name: #E50000",
|
||||
"dark_vs": "support.type.property-name: #9CDCFE",
|
||||
"light_vs": "support.type.property-name: #E50000",
|
||||
"hc_black": "support.type.property-name: #D4D4D4",
|
||||
"dark_modern": "support.type.property-name: #9CDCFE",
|
||||
"hc_light": "support.type.property-name: #264F78",
|
||||
"light_modern": "support.type.property-name: #E50000"
|
||||
}
|
||||
},
|
||||
{
|
||||
"c": ":",
|
||||
"t": "",
|
||||
"r": {
|
||||
"dark_plus": "default: #D4D4D4",
|
||||
"light_plus": "default: #000000",
|
||||
"dark_vs": "default: #D4D4D4",
|
||||
"light_vs": "default: #000000",
|
||||
"hc_black": "default: #FFFFFF",
|
||||
"dark_modern": "default: #CCCCCC",
|
||||
"hc_light": "default: #292929",
|
||||
"light_modern": "default: #3B3B3B"
|
||||
}
|
||||
},
|
||||
{
|
||||
"c": "px",
|
||||
"t": "constant.numeric.css keyword.other.unit.css",
|
||||
"r": {
|
||||
"dark_plus": "keyword.other.unit: #B5CEA8",
|
||||
"light_plus": "keyword.other.unit: #098658",
|
||||
"dark_vs": "keyword.other.unit: #B5CEA8",
|
||||
"light_vs": "keyword.other.unit: #098658",
|
||||
"hc_black": "keyword.other.unit: #B5CEA8",
|
||||
"dark_modern": "keyword.other.unit: #B5CEA8",
|
||||
"hc_light": "keyword.other.unit: #096D48",
|
||||
"light_modern": "keyword.other.unit: #098658"
|
||||
}
|
||||
},
|
||||
{
|
||||
"c": ";",
|
||||
"t": "",
|
||||
"r": {
|
||||
"dark_plus": "default: #D4D4D4",
|
||||
"light_plus": "default: #000000",
|
||||
"dark_vs": "default: #D4D4D4",
|
||||
"light_vs": "default: #000000",
|
||||
"hc_black": "default: #FFFFFF",
|
||||
"dark_modern": "default: #CCCCCC",
|
||||
"hc_light": "default: #292929",
|
||||
"light_modern": "default: #3B3B3B"
|
||||
}
|
||||
},
|
||||
{
|
||||
"c": "--cell-padding",
|
||||
"t": "support.type.property-name.css",
|
||||
"r": {
|
||||
"dark_plus": "support.type.property-name: #9CDCFE",
|
||||
"light_plus": "support.type.property-name: #E50000",
|
||||
"dark_vs": "support.type.property-name: #9CDCFE",
|
||||
"light_vs": "support.type.property-name: #E50000",
|
||||
"hc_black": "support.type.property-name: #D4D4D4",
|
||||
"dark_modern": "support.type.property-name: #9CDCFE",
|
||||
"hc_light": "support.type.property-name: #264F78",
|
||||
"light_modern": "support.type.property-name: #E50000"
|
||||
}
|
||||
},
|
||||
{
|
||||
"c": ":",
|
||||
"t": "",
|
||||
"r": {
|
||||
"dark_plus": "default: #D4D4D4",
|
||||
"light_plus": "default: #000000",
|
||||
"dark_vs": "default: #D4D4D4",
|
||||
"light_vs": "default: #000000",
|
||||
"hc_black": "default: #FFFFFF",
|
||||
"dark_modern": "default: #CCCCCC",
|
||||
"hc_light": "default: #292929",
|
||||
"light_modern": "default: #3B3B3B"
|
||||
}
|
||||
},
|
||||
{
|
||||
"c": "(",
|
||||
"t": "punctuation.css",
|
||||
"r": {
|
||||
"dark_plus": "default: #D4D4D4",
|
||||
"light_plus": "default: #000000",
|
||||
"dark_vs": "default: #D4D4D4",
|
||||
"light_vs": "default: #000000",
|
||||
"hc_black": "default: #FFFFFF",
|
||||
"dark_modern": "default: #CCCCCC",
|
||||
"hc_light": "default: #292929",
|
||||
"light_modern": "default: #3B3B3B"
|
||||
}
|
||||
},
|
||||
{
|
||||
"c": "4",
|
||||
"t": "constant.numeric.css",
|
||||
"r": {
|
||||
"dark_plus": "constant.numeric: #B5CEA8",
|
||||
"light_plus": "constant.numeric: #098658",
|
||||
"dark_vs": "constant.numeric: #B5CEA8",
|
||||
"light_vs": "constant.numeric: #098658",
|
||||
"hc_black": "constant.numeric: #B5CEA8",
|
||||
"dark_modern": "constant.numeric: #B5CEA8",
|
||||
"hc_light": "constant.numeric: #096D48",
|
||||
"light_modern": "constant.numeric: #098658"
|
||||
}
|
||||
},
|
||||
{
|
||||
"c": "*",
|
||||
"t": "",
|
||||
"r": {
|
||||
"dark_plus": "default: #D4D4D4",
|
||||
"light_plus": "default: #000000",
|
||||
"dark_vs": "default: #D4D4D4",
|
||||
"light_vs": "default: #000000",
|
||||
"hc_black": "default: #FFFFFF",
|
||||
"dark_modern": "default: #CCCCCC",
|
||||
"hc_light": "default: #292929",
|
||||
"light_modern": "default: #3B3B3B"
|
||||
}
|
||||
},
|
||||
{
|
||||
"c": "var",
|
||||
"t": "support.function.css",
|
||||
"r": {
|
||||
"dark_plus": "support.function: #DCDCAA",
|
||||
"light_plus": "support.function: #795E26",
|
||||
"dark_vs": "default: #D4D4D4",
|
||||
"light_vs": "default: #000000",
|
||||
"hc_black": "support.function: #DCDCAA",
|
||||
"dark_modern": "support.function: #DCDCAA",
|
||||
"hc_light": "support.function: #5E2CBC",
|
||||
"light_modern": "support.function: #795E26"
|
||||
}
|
||||
},
|
||||
{
|
||||
"c": "(",
|
||||
"t": "punctuation.css",
|
||||
"r": {
|
||||
"dark_plus": "default: #D4D4D4",
|
||||
"light_plus": "default: #000000",
|
||||
"dark_vs": "default: #D4D4D4",
|
||||
"light_vs": "default: #000000",
|
||||
"hc_black": "default: #FFFFFF",
|
||||
"dark_modern": "default: #CCCCCC",
|
||||
"hc_light": "default: #292929",
|
||||
"light_modern": "default: #3B3B3B"
|
||||
}
|
||||
},
|
||||
{
|
||||
"c": "--spacing-unit",
|
||||
"t": "support.constant.property-value.css",
|
||||
"r": {
|
||||
"dark_plus": "support.constant.property-value: #CE9178",
|
||||
"light_plus": "support.constant.property-value: #0451A5",
|
||||
"dark_vs": "default: #D4D4D4",
|
||||
"light_vs": "support.constant.property-value: #0451A5",
|
||||
"hc_black": "support.constant.property-value: #CE9178",
|
||||
"dark_modern": "support.constant.property-value: #CE9178",
|
||||
"hc_light": "support.constant.property-value: #0451A5",
|
||||
"light_modern": "support.constant.property-value: #0451A5"
|
||||
}
|
||||
},
|
||||
{
|
||||
"c": ")",
|
||||
"t": "punctuation.css",
|
||||
"r": {
|
||||
"dark_plus": "default: #D4D4D4",
|
||||
"light_plus": "default: #000000",
|
||||
"dark_vs": "default: #D4D4D4",
|
||||
"light_vs": "default: #000000",
|
||||
"hc_black": "default: #FFFFFF",
|
||||
"dark_modern": "default: #CCCCCC",
|
||||
"hc_light": "default: #292929",
|
||||
"light_modern": "default: #3B3B3B"
|
||||
}
|
||||
},
|
||||
{
|
||||
"c": ")",
|
||||
"t": "punctuation.css",
|
||||
"r": {
|
||||
"dark_plus": "default: #D4D4D4",
|
||||
"light_plus": "default: #000000",
|
||||
"dark_vs": "default: #D4D4D4",
|
||||
"light_vs": "default: #000000",
|
||||
"hc_black": "default: #FFFFFF",
|
||||
"dark_modern": "default: #CCCCCC",
|
||||
"hc_light": "default: #292929",
|
||||
"light_modern": "default: #3B3B3B"
|
||||
}
|
||||
},
|
||||
{
|
||||
"c": ";",
|
||||
"t": "",
|
||||
"r": {
|
||||
"dark_plus": "default: #D4D4D4",
|
||||
"light_plus": "default: #000000",
|
||||
"dark_vs": "default: #D4D4D4",
|
||||
"light_vs": "default: #000000",
|
||||
"hc_black": "default: #FFFFFF",
|
||||
"dark_modern": "default: #CCCCCC",
|
||||
"hc_light": "default: #292929",
|
||||
"light_modern": "default: #3B3B3B"
|
||||
}
|
||||
},
|
||||
{
|
||||
"c": "}",
|
||||
"t": "punctuation.css",
|
||||
"r": {
|
||||
"dark_plus": "default: #D4D4D4",
|
||||
"light_plus": "default: #000000",
|
||||
"dark_vs": "default: #D4D4D4",
|
||||
"light_vs": "default: #000000",
|
||||
"hc_black": "default: #FFFFFF",
|
||||
"dark_modern": "default: #CCCCCC",
|
||||
"hc_light": "default: #292929",
|
||||
"light_modern": "default: #3B3B3B"
|
||||
}
|
||||
},
|
||||
{
|
||||
"c": "body",
|
||||
"t": "meta.selector.css entity.name.tag.css",
|
||||
"r": {
|
||||
"dark_plus": "entity.name.tag.css: #D7BA7D",
|
||||
"light_plus": "entity.name.tag: #800000",
|
||||
"dark_vs": "entity.name.tag.css: #D7BA7D",
|
||||
"light_vs": "entity.name.tag: #800000",
|
||||
"hc_black": "entity.name.tag.css: #D7BA7D",
|
||||
"dark_modern": "entity.name.tag.css: #D7BA7D",
|
||||
"hc_light": "entity.name.tag: #0F4A85",
|
||||
"light_modern": "entity.name.tag: #800000"
|
||||
}
|
||||
},
|
||||
{
|
||||
"c": "{",
|
||||
"t": "punctuation.css",
|
||||
"r": {
|
||||
"dark_plus": "default: #D4D4D4",
|
||||
"light_plus": "default: #000000",
|
||||
"dark_vs": "default: #D4D4D4",
|
||||
"light_vs": "default: #000000",
|
||||
"hc_black": "default: #FFFFFF",
|
||||
"dark_modern": "default: #CCCCCC",
|
||||
"hc_light": "default: #292929",
|
||||
"light_modern": "default: #3B3B3B"
|
||||
}
|
||||
},
|
||||
{
|
||||
"c": "padding-left",
|
||||
"t": "support.type.property-name.css",
|
||||
"r": {
|
||||
"dark_plus": "support.type.property-name: #9CDCFE",
|
||||
"light_plus": "support.type.property-name: #E50000",
|
||||
"dark_vs": "support.type.property-name: #9CDCFE",
|
||||
"light_vs": "support.type.property-name: #E50000",
|
||||
"hc_black": "support.type.property-name: #D4D4D4",
|
||||
"dark_modern": "support.type.property-name: #9CDCFE",
|
||||
"hc_light": "support.type.property-name: #264F78",
|
||||
"light_modern": "support.type.property-name: #E50000"
|
||||
}
|
||||
},
|
||||
{
|
||||
"c": ":",
|
||||
"t": "",
|
||||
"r": {
|
||||
"dark_plus": "default: #D4D4D4",
|
||||
"light_plus": "default: #000000",
|
||||
"dark_vs": "default: #D4D4D4",
|
||||
"light_vs": "default: #000000",
|
||||
"hc_black": "default: #FFFFFF",
|
||||
"dark_modern": "default: #CCCCCC",
|
||||
"hc_light": "default: #292929",
|
||||
"light_modern": "default: #3B3B3B"
|
||||
}
|
||||
},
|
||||
{
|
||||
"c": "calc",
|
||||
"t": "support.function.css",
|
||||
"r": {
|
||||
"dark_plus": "support.function: #DCDCAA",
|
||||
"light_plus": "support.function: #795E26",
|
||||
"dark_vs": "default: #D4D4D4",
|
||||
"light_vs": "default: #000000",
|
||||
"hc_black": "support.function: #DCDCAA",
|
||||
"dark_modern": "support.function: #DCDCAA",
|
||||
"hc_light": "support.function: #5E2CBC",
|
||||
"light_modern": "support.function: #795E26"
|
||||
}
|
||||
},
|
||||
{
|
||||
"c": "(",
|
||||
"t": "punctuation.css",
|
||||
"r": {
|
||||
"dark_plus": "default: #D4D4D4",
|
||||
"light_plus": "default: #000000",
|
||||
"dark_vs": "default: #D4D4D4",
|
||||
"light_vs": "default: #000000",
|
||||
"hc_black": "default: #FFFFFF",
|
||||
"dark_modern": "default: #CCCCCC",
|
||||
"hc_light": "default: #292929",
|
||||
"light_modern": "default: #3B3B3B"
|
||||
}
|
||||
},
|
||||
{
|
||||
"c": "4",
|
||||
"t": "constant.numeric.css",
|
||||
"r": {
|
||||
"dark_plus": "constant.numeric: #B5CEA8",
|
||||
"light_plus": "constant.numeric: #098658",
|
||||
"dark_vs": "constant.numeric: #B5CEA8",
|
||||
"light_vs": "constant.numeric: #098658",
|
||||
"hc_black": "constant.numeric: #B5CEA8",
|
||||
"dark_modern": "constant.numeric: #B5CEA8",
|
||||
"hc_light": "constant.numeric: #096D48",
|
||||
"light_modern": "constant.numeric: #098658"
|
||||
}
|
||||
},
|
||||
{
|
||||
"c": "*",
|
||||
"t": "",
|
||||
"r": {
|
||||
"dark_plus": "default: #D4D4D4",
|
||||
"light_plus": "default: #000000",
|
||||
"dark_vs": "default: #D4D4D4",
|
||||
"light_vs": "default: #000000",
|
||||
"hc_black": "default: #FFFFFF",
|
||||
"dark_modern": "default: #CCCCCC",
|
||||
"hc_light": "default: #292929",
|
||||
"light_modern": "default: #3B3B3B"
|
||||
}
|
||||
},
|
||||
{
|
||||
"c": "var",
|
||||
"t": "support.function.css",
|
||||
"r": {
|
||||
"dark_plus": "support.function: #DCDCAA",
|
||||
"light_plus": "support.function: #795E26",
|
||||
"dark_vs": "default: #D4D4D4",
|
||||
"light_vs": "default: #000000",
|
||||
"hc_black": "support.function: #DCDCAA",
|
||||
"dark_modern": "support.function: #DCDCAA",
|
||||
"hc_light": "support.function: #5E2CBC",
|
||||
"light_modern": "support.function: #795E26"
|
||||
}
|
||||
},
|
||||
{
|
||||
"c": "(",
|
||||
"t": "punctuation.css",
|
||||
"r": {
|
||||
"dark_plus": "default: #D4D4D4",
|
||||
"light_plus": "default: #000000",
|
||||
"dark_vs": "default: #D4D4D4",
|
||||
"light_vs": "default: #000000",
|
||||
"hc_black": "default: #FFFFFF",
|
||||
"dark_modern": "default: #CCCCCC",
|
||||
"hc_light": "default: #292929",
|
||||
"light_modern": "default: #3B3B3B"
|
||||
}
|
||||
},
|
||||
{
|
||||
"c": "--spacing-unit",
|
||||
"t": "support.constant.property-value.css",
|
||||
"r": {
|
||||
"dark_plus": "support.constant.property-value: #CE9178",
|
||||
"light_plus": "support.constant.property-value: #0451A5",
|
||||
"dark_vs": "default: #D4D4D4",
|
||||
"light_vs": "support.constant.property-value: #0451A5",
|
||||
"hc_black": "support.constant.property-value: #CE9178",
|
||||
"dark_modern": "support.constant.property-value: #CE9178",
|
||||
"hc_light": "support.constant.property-value: #0451A5",
|
||||
"light_modern": "support.constant.property-value: #0451A5"
|
||||
}
|
||||
},
|
||||
{
|
||||
"c": ",",
|
||||
"t": "",
|
||||
"r": {
|
||||
"dark_plus": "default: #D4D4D4",
|
||||
"light_plus": "default: #000000",
|
||||
"dark_vs": "default: #D4D4D4",
|
||||
"light_vs": "default: #000000",
|
||||
"hc_black": "default: #FFFFFF",
|
||||
"dark_modern": "default: #CCCCCC",
|
||||
"hc_light": "default: #292929",
|
||||
"light_modern": "default: #3B3B3B"
|
||||
}
|
||||
},
|
||||
{
|
||||
"c": "px",
|
||||
"t": "constant.numeric.css keyword.other.unit.css",
|
||||
"r": {
|
||||
"dark_plus": "keyword.other.unit: #B5CEA8",
|
||||
"light_plus": "keyword.other.unit: #098658",
|
||||
"dark_vs": "keyword.other.unit: #B5CEA8",
|
||||
"light_vs": "keyword.other.unit: #098658",
|
||||
"hc_black": "keyword.other.unit: #B5CEA8",
|
||||
"dark_modern": "keyword.other.unit: #B5CEA8",
|
||||
"hc_light": "keyword.other.unit: #096D48",
|
||||
"light_modern": "keyword.other.unit: #098658"
|
||||
}
|
||||
},
|
||||
{
|
||||
"c": ")",
|
||||
"t": "punctuation.css",
|
||||
"r": {
|
||||
"dark_plus": "default: #D4D4D4",
|
||||
"light_plus": "default: #000000",
|
||||
"dark_vs": "default: #D4D4D4",
|
||||
"light_vs": "default: #000000",
|
||||
"hc_black": "default: #FFFFFF",
|
||||
"dark_modern": "default: #CCCCCC",
|
||||
"hc_light": "default: #292929",
|
||||
"light_modern": "default: #3B3B3B"
|
||||
}
|
||||
},
|
||||
{
|
||||
"c": ")",
|
||||
"t": "punctuation.css",
|
||||
"r": {
|
||||
"dark_plus": "default: #D4D4D4",
|
||||
"light_plus": "default: #000000",
|
||||
"dark_vs": "default: #D4D4D4",
|
||||
"light_vs": "default: #000000",
|
||||
"hc_black": "default: #FFFFFF",
|
||||
"dark_modern": "default: #CCCCCC",
|
||||
"hc_light": "default: #292929",
|
||||
"light_modern": "default: #3B3B3B"
|
||||
}
|
||||
},
|
||||
{
|
||||
"c": ";",
|
||||
"t": "",
|
||||
"r": {
|
||||
"dark_plus": "default: #D4D4D4",
|
||||
"light_plus": "default: #000000",
|
||||
"dark_vs": "default: #D4D4D4",
|
||||
"light_vs": "default: #000000",
|
||||
"hc_black": "default: #FFFFFF",
|
||||
"dark_modern": "default: #CCCCCC",
|
||||
"hc_light": "default: #292929",
|
||||
"light_modern": "default: #3B3B3B"
|
||||
}
|
||||
},
|
||||
{
|
||||
"c": "}",
|
||||
"t": "punctuation.css",
|
||||
"r": {
|
||||
"dark_plus": "default: #D4D4D4",
|
||||
"light_plus": "default: #000000",
|
||||
"dark_vs": "default: #D4D4D4",
|
||||
"light_vs": "default: #000000",
|
||||
"hc_black": "default: #FFFFFF",
|
||||
"dark_modern": "default: #CCCCCC",
|
||||
"hc_light": "default: #292929",
|
||||
"light_modern": "default: #3B3B3B"
|
||||
}
|
||||
}
|
||||
]
|
||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user