Skip to content

Commit 5e49f39

Browse files
committed
[coffee] update grammar test
1 parent 8cd6810 commit 5e49f39

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

extensions/coffeescript/test/colorize-results/test_coffee.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -661,7 +661,7 @@
661661
},
662662
{
663663
"c": "new",
664-
"t": "source.coffee meta.class.instance.constructor keyword.operator.new.coffee",
664+
"t": "source.coffee meta.class.instance.constructor.coffee keyword.operator.new.coffee",
665665
"r": {
666666
"dark_plus": "keyword.operator.new: #569CD6",
667667
"light_plus": "keyword.operator.new: #0000FF",
@@ -672,7 +672,7 @@
672672
},
673673
{
674674
"c": " ",
675-
"t": "source.coffee meta.class.instance.constructor",
675+
"t": "source.coffee meta.class.instance.constructor.coffee",
676676
"r": {
677677
"dark_plus": "default: #D4D4D4",
678678
"light_plus": "default: #000000",
@@ -683,7 +683,7 @@
683683
},
684684
{
685685
"c": "Car",
686-
"t": "source.coffee meta.class.instance.constructor entity.name.type.instance.coffee",
686+
"t": "source.coffee meta.class.instance.constructor.coffee entity.name.type.instance.coffee",
687687
"r": {
688688
"dark_plus": "entity.name.type: #4EC9B0",
689689
"light_plus": "entity.name.type: #267F99",
@@ -914,7 +914,7 @@
914914
},
915915
{
916916
"c": "new",
917-
"t": "source.coffee meta.class.instance.constructor keyword.operator.new.coffee",
917+
"t": "source.coffee meta.class.instance.constructor.coffee keyword.operator.new.coffee",
918918
"r": {
919919
"dark_plus": "keyword.operator.new: #569CD6",
920920
"light_plus": "keyword.operator.new: #0000FF",
@@ -925,7 +925,7 @@
925925
},
926926
{
927927
"c": " ",
928-
"t": "source.coffee meta.class.instance.constructor",
928+
"t": "source.coffee meta.class.instance.constructor.coffee",
929929
"r": {
930930
"dark_plus": "default: #D4D4D4",
931931
"light_plus": "default: #000000",
@@ -936,7 +936,7 @@
936936
},
937937
{
938938
"c": "Car",
939-
"t": "source.coffee meta.class.instance.constructor entity.name.type.instance.coffee",
939+
"t": "source.coffee meta.class.instance.constructor.coffee entity.name.type.instance.coffee",
940940
"r": {
941941
"dark_plus": "entity.name.type: #4EC9B0",
942942
"light_plus": "entity.name.type: #267F99",

0 commit comments

Comments
 (0)