lexxy 0.1.21.beta → 0.1.22.beta

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Binary file
Binary file
@@ -135,7 +135,6 @@
135
135
  .code-token__property,
136
136
  .token.boolean,
137
137
  .token.constant,
138
- .token.deleted,
139
138
  .token.number,
140
139
  .token.property,
141
140
  .token.symbol,
@@ -148,6 +147,7 @@
148
147
  .token.builtin,
149
148
  .token.char,
150
149
  .token.inserted,
150
+ .token.line,
151
151
  .token.selector,
152
152
  .token.string {
153
153
  color: var(--lexxy-color-code-token-selector);
@@ -165,9 +165,11 @@
165
165
 
166
166
  /* Operators and symbolic entities */
167
167
  .code-token__operator,
168
+ .token.deleted,
168
169
  .token.entity,
169
170
  .token.operator,
170
- .token.url {
171
+ .token.url,
172
+ code[data-language="diff"] .code-token__operator + .code-token__selector {
171
173
  color: var(--lexxy-color-code-token-operator);
172
174
  }
173
175
 
data/lib/lexxy/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Lexxy
2
- VERSION = "0.1.21.beta"
2
+ VERSION = "0.1.22.beta"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: lexxy
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.21.beta
4
+ version: 0.1.22.beta
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jorge Manrubia