File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed
Package/Sublime Text Color Scheme Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -208,7 +208,14 @@ contexts:
208
208
2 : entity.name.globals.sublime-color-scheme
209
209
3 : punctuation.definition.string.end.json
210
210
set : [expect-color-string-value, expect-colon]
211
- - match : (")(shadow_width|popup_css|phantom_css|selection_corner_radius|selection_border_width)(")
211
+ - match : (")(popup_css|phantom_css)(")
212
+ scope : meta.mapping.key.json meta.globals-key.sublime-color-scheme string.quoted.double.json
213
+ captures :
214
+ 1 : punctuation.definition.string.begin.json
215
+ 2 : entity.name.globals.sublime-color-scheme
216
+ 3 : punctuation.definition.string.end.json
217
+ set : [expect-string-value, expect-colon]
218
+ - match : (")(shadow_width|selection_corner_radius|selection_border_width)(")
212
219
scope : meta.mapping.key.json meta.globals-key.sublime-color-scheme string.quoted.double.json
213
220
captures :
214
221
1 : punctuation.definition.string.begin.json
Original file line number Diff line number Diff line change 89
89
// ^^^ meta.mapping.value.json string.quoted.double.json
90
90
// ^ constant.numeric.json
91
91
"selection_border" : " #ffffff40" ,
92
+ // ^^^^^^^^^^^^^^^^ meta.globals-key string.quoted.double entity.name.globals
93
+ // ^^^^^^^^^ constant.other.color.rgba-value
92
94
"selection_corner_style" : " round" ,
93
95
// ^^^^^^^^^^^^^^^^^^^^^^ entity.name.globals.sublime-color-scheme
94
96
// ^^^^^ support.constant.corner-style.color-scheme
You can’t perform that action at this time.
0 commit comments