File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -24,14 +24,14 @@ class Terminal < Encoder
24
24
:attribute_value => '31' ,
25
25
:binary => '1;35' ,
26
26
:char => {
27
- :self => '36' , :delimiter => '34'
27
+ :self => '36' , :delimiter => '1; 34'
28
28
} ,
29
29
:class => '1;35' ,
30
30
:class_variable => '36' ,
31
31
:color => '32' ,
32
32
:comment => '37' ,
33
- :complex => '34' ,
34
- :constant => [ '34' , '4' ] ,
33
+ :complex => '1; 34' ,
34
+ :constant => [ '1; 34' , '4' ] ,
35
35
:decoration => '35' ,
36
36
:definition => '1;32' ,
37
37
:directive => [ '32' , '4' ] ,
@@ -56,7 +56,7 @@ class Terminal < Encoder
56
56
:predefined_type => '1;30' ,
57
57
:predefined => [ '4' , '1;34' ] ,
58
58
:preprocessor => '36' ,
59
- :pseudo_class => '34' ,
59
+ :pseudo_class => '1; 34' ,
60
60
:regexp => {
61
61
:self => '31' ,
62
62
:content => '31' ,
@@ -77,10 +77,10 @@ class Terminal < Encoder
77
77
:delimiter => '1;32' ,
78
78
} ,
79
79
:symbol => '1;32' ,
80
- :tag => '34' ,
80
+ :tag => '1; 34' ,
81
81
:type => '1;34' ,
82
82
:value => '36' ,
83
- :variable => '34' ,
83
+ :variable => '1; 34' ,
84
84
85
85
:insert => '42' ,
86
86
:delete => '41' ,
You can’t perform that action at this time.
0 commit comments