Skip to content

Commit

Permalink
Update pug test fixtures
Browse files Browse the repository at this point in the history
  • Loading branch information
mjbvz committed May 24, 2019
1 parent 16213d1 commit 6b081a9
Showing 1 changed file with 3 additions and 91 deletions.
94 changes: 3 additions & 91 deletions extensions/pug/test/colorize-results/test_pug.json
Original file line number Diff line number Diff line change
Expand Up @@ -848,7 +848,7 @@
},
{
"c": "user",
"t": "text.pug meta.control.flow.pug variable.other.readwrite.js",
"t": "text.pug meta.control.flow.pug js.embedded.control.flow.pug variable.other.readwrite.js",
"r": {
"dark_plus": "variable: #9CDCFE",
"light_plus": "variable: #001080",
Expand Down Expand Up @@ -1617,7 +1617,7 @@
}
},
{
"c": " ",
"c": " samp",
"t": "text.pug inline.pug",
"r": {
"dark_plus": "default: #D4D4D4",
Expand All @@ -1627,17 +1627,6 @@
"hc_black": "default: #FFFFFF"
}
},
{
"c": "samp",
"t": "text.pug inline.pug tag.inline.pug meta.tag.other entity.name.tag.pug",
"r": {
"dark_plus": "entity.name.tag: #569CD6",
"light_plus": "entity.name.tag: #800000",
"dark_vs": "entity.name.tag: #569CD6",
"light_vs": "entity.name.tag: #800000",
"hc_black": "entity.name.tag: #569CD6"
}
},
{
"c": "]",
"t": "text.pug inline.pug entity.name.function.pug",
Expand Down Expand Up @@ -1683,51 +1672,7 @@
}
},
{
"c": " ",
"t": "text.pug inline.pug",
"r": {
"dark_plus": "default: #D4D4D4",
"light_plus": "default: #000000",
"dark_vs": "default: #D4D4D4",
"light_vs": "default: #000000",
"hc_black": "default: #FFFFFF"
}
},
{
"c": "This",
"t": "text.pug inline.pug tag.inline.pug meta.tag.other entity.name.tag.pug",
"r": {
"dark_plus": "entity.name.tag: #569CD6",
"light_plus": "entity.name.tag: #800000",
"dark_vs": "entity.name.tag: #569CD6",
"light_vs": "entity.name.tag: #800000",
"hc_black": "entity.name.tag: #569CD6"
}
},
{
"c": " ",
"t": "text.pug inline.pug",
"r": {
"dark_plus": "default: #D4D4D4",
"light_plus": "default: #000000",
"dark_vs": "default: #D4D4D4",
"light_vs": "default: #000000",
"hc_black": "default: #FFFFFF"
}
},
{
"c": "is",
"t": "text.pug inline.pug tag.inline.pug meta.tag.other entity.name.tag.pug",
"r": {
"dark_plus": "entity.name.tag: #569CD6",
"light_plus": "entity.name.tag: #800000",
"dark_vs": "entity.name.tag: #569CD6",
"light_vs": "entity.name.tag: #800000",
"hc_black": "entity.name.tag: #569CD6"
}
},
{
"c": " ",
"c": " This is sample text",
"t": "text.pug inline.pug",
"r": {
"dark_plus": "default: #D4D4D4",
Expand All @@ -1737,39 +1682,6 @@
"hc_black": "default: #FFFFFF"
}
},
{
"c": "sample",
"t": "text.pug inline.pug tag.inline.pug meta.tag.other entity.name.tag.pug",
"r": {
"dark_plus": "entity.name.tag: #569CD6",
"light_plus": "entity.name.tag: #800000",
"dark_vs": "entity.name.tag: #569CD6",
"light_vs": "entity.name.tag: #800000",
"hc_black": "entity.name.tag: #569CD6"
}
},
{
"c": " ",
"t": "text.pug inline.pug",
"r": {
"dark_plus": "default: #D4D4D4",
"light_plus": "default: #000000",
"dark_vs": "default: #D4D4D4",
"light_vs": "default: #000000",
"hc_black": "default: #FFFFFF"
}
},
{
"c": "text",
"t": "text.pug inline.pug tag.inline.pug meta.tag.other entity.name.tag.pug",
"r": {
"dark_plus": "entity.name.tag: #569CD6",
"light_plus": "entity.name.tag: #800000",
"dark_vs": "entity.name.tag: #569CD6",
"light_vs": "entity.name.tag: #800000",
"hc_black": "entity.name.tag: #569CD6"
}
},
{
"c": "]",
"t": "text.pug inline.pug entity.name.function.pug",
Expand Down

1 comment on commit 6b081a9

@alexdima
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@mjbvz Thank you!

Please sign in to comment.