Skip to content
This repository has been archived by the owner on Jun 30, 2024. It is now read-only.

Commit

Permalink
fix #271 (#272)
Browse files Browse the repository at this point in the history
  • Loading branch information
islandryu authored Mar 24, 2021
1 parent 3d698f5 commit 51910d6
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions src/tests/suite/colorize-results/typescript-attr_ts.json
Original file line number Diff line number Diff line change
Expand Up @@ -287,35 +287,35 @@
},
{
"c": "<",
"t": "source.ts meta.var.expr.ts keyword.operator.relational.ts",
"t": "source.ts meta.var.expr.ts string.template.ts meta.type.parameters.ts punctuation.definition.typeparameters.begin.ts",
"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_plus": "string: #CE9178",
"light_plus": "string: #A31515",
"dark_vs": "string: #CE9178",
"light_vs": "string: #A31515",
"hc_black": "string: #CE9178"
}
},
{
"c": "Props",
"t": "source.ts meta.var.expr.ts variable.other.readwrite.ts",
"t": "source.ts meta.var.expr.ts string.template.ts meta.type.parameters.ts entity.name.type.ts",
"r": {
"dark_plus": "variable: #9CDCFE",
"light_plus": "variable: #001080",
"dark_vs": "default: #D4D4D4",
"light_vs": "default: #000000",
"hc_black": "variable: #9CDCFE"
"dark_plus": "entity.name.type: #4EC9B0",
"light_plus": "entity.name.type: #267F99",
"dark_vs": "string: #CE9178",
"light_vs": "string: #A31515",
"hc_black": "entity.name.type: #4EC9B0"
}
},
{
"c": ">",
"t": "source.ts meta.var.expr.ts keyword.operator.relational.ts",
"t": "source.ts meta.var.expr.ts string.template.ts meta.type.parameters.ts punctuation.definition.typeparameters.end.ts",
"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_plus": "string: #CE9178",
"light_plus": "string: #A31515",
"dark_vs": "string: #CE9178",
"light_vs": "string: #A31515",
"hc_black": "string: #CE9178"
}
},
{
Expand Down

0 comments on commit 51910d6

Please sign in to comment.