Skip to content

Commit

Permalink
test: update snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
swashata committed Mar 18, 2020
1 parent ea31bf5 commit 2a3f9d9
Showing 1 changed file with 74 additions and 18 deletions.
92 changes: 74 additions & 18 deletions __tests__/__snapshots__/tokens.spec.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -57,20 +57,30 @@ Object {
"storage.modifier",
],
"settings": Object {
"foreground": "<%= tokens.color2 %>",
"foreground": "<%= tokens.color3 %>",
},
},
Object {
"name": "Keyword, Storage - italics",
"scope": Array [
"storage.modifier",
"storage.type",
"keyword.control",
"meta.var storage.type",
"keyword.control.from",
"storage.type.function",
],
"settings": Object {
"fontStyle": "italic",
},
},
Object {
"name": "Storage - Arrow",
"scope": Array [
"meta.var storage.type.function.arrow",
],
"settings": Object {
"fontStyle": "",
},
},
Object {
"name": "Keyword - operator ($this->stuff), Punctuation - accessor (this.stuff)",
"scope": Array [
Expand Down Expand Up @@ -109,10 +119,9 @@ Object {
"variable.function",
"keyword.other.special-method",
"support.function",
"support.type",
],
"settings": Object {
"fontStyle": "bold",
"fontStyle": "",
"foreground": "<%= tokens.color5 %>",
},
},
Expand All @@ -127,6 +136,38 @@ Object {
"foreground": "<%= tokens.color2 %>",
},
},
Object {
"name": "Custom Tag",
"scope": Array [
"entity.name.tag support.class.component",
],
"settings": Object {
"fontStyle": "",
"foreground": "<%= tokens.color1 %>",
},
},
Object {
"name": "Tag Attribute",
"scope": Array [
"meta.tag.attributes meta.embedded variable.other",
],
"settings": Object {
"fontStyle": "",
"foreground": "<%= tokens.color4 %>",
},
},
Object {
"name": "Variable Type",
"scope": Array [
"meta.type.annotation",
"meta.type.parameters",
"entity.name.type",
],
"settings": Object {
"fontStyle": "",
"foreground": "<%= tokens.color1 %>",
},
},
Object {
"name": "String, Symbols, Inherited Class, Markup Heading",
"scope": Array [
Expand Down Expand Up @@ -157,9 +198,22 @@ Object {
"punctuation.terminator",
"punctuation.separator",
"punctuation.separator.inheritance",
"punctuation.section.embedded.begin",
"punctuation.section.embedded.end",
],
"settings": Object {
"foreground": "<%= tokens.color7 %>",
"foreground": "<%= tokens.color2 %>",
},
},
Object {
"name": "Comma, Semicolon",
"scope": Array [
"punctuation.terminator.statement",
"punctuation.separator.comma",
"punctuation.terminator.rule",
],
"settings": Object {
"foreground": "<%= tokens.color8 %>",
},
},
Object {
Expand Down Expand Up @@ -608,10 +662,9 @@ Object {
},
},
Object {
"name": "Variable",
"name": "Variable - General",
"scope": Array [
"variable",
"variable.other",
"variable.name",
],
"settings": Object {
Expand Down Expand Up @@ -657,28 +710,31 @@ Object {
"variable.other.constant",
],
"settings": Object {
"fontStyle": "bold",
"fontStyle": "",
"foreground": "<%= tokens.color4 %>",
},
},
Object {
"name": "Variable - imports",
"name": "Variable - others (imports)",
"scope": Array [
"meta.import variable.other",
"entity.name.type.module",
],
"settings": Object {
"fontStyle": "bold",
"foreground": "<%= tokens.color4 %>",
"fontStyle": "",
"foreground": "<%= tokens.color1 %>",
},
},
Object {
"name": "Variable - Property",
"scope": Array [
"variable.other.property",
"variable.other.object.property",
"support.variable.property",
],
"settings": Object {
"fontStyle": "",
"foreground": "<%= tokens.color4 %>",
"foreground": "<%= tokens.color2 %>",
},
},
Object {
Expand All @@ -689,7 +745,7 @@ Object {
"constant.character",
],
"settings": Object {
"fontStyle": "bold",
"fontStyle": "",
"foreground": "<%= tokens.color3 %>",
},
},
Expand All @@ -700,7 +756,7 @@ Object {
"constant.numeric",
],
"settings": Object {
"fontStyle": "bold",
"fontStyle": "",
"foreground": "<%= tokens.color9 %>",
},
},
Expand All @@ -711,7 +767,7 @@ Object {
],
"settings": Object {
"fontStyle": "",
"foreground": "<%= tokens.color1 %>",
"foreground": "<%= tokens.color2 %>",
},
},
Object {
Expand All @@ -720,8 +776,8 @@ Object {
"constant.language",
],
"settings": Object {
"fontStyle": "italic",
"foreground": "<%= tokens.color2 %>",
"fontStyle": "",
"foreground": "<%= tokens.color9 %>",
},
},
],
Expand Down

0 comments on commit 2a3f9d9

Please sign in to comment.