|
55 | 55 | } |
56 | 56 | }, |
57 | 57 | { |
58 | | - "c": "Hello ", |
59 | | - "t": "source.coffee string.regexp.coffee", |
60 | | - "r": { |
61 | | - "dark_plus": "string.regexp: #D16969", |
62 | | - "light_plus": "string.regexp: #811F3F", |
63 | | - "dark_vs": "string.regexp: #D16969", |
64 | | - "light_vs": "string.regexp: #811F3F", |
65 | | - "hc_black": "string.regexp: #D16969" |
66 | | - } |
67 | | - }, |
68 | | - { |
69 | | - "c": "(", |
70 | | - "t": "source.coffee string.regexp.coffee meta.group.regexp punctuation.definition.group.regexp", |
71 | | - "r": { |
72 | | - "dark_plus": "string.regexp: #D16969", |
73 | | - "light_plus": "string.regexp: #811F3F", |
74 | | - "dark_vs": "string.regexp: #D16969", |
75 | | - "light_vs": "string.regexp: #811F3F", |
76 | | - "hc_black": "string.regexp: #D16969" |
77 | | - } |
78 | | - }, |
79 | | - { |
80 | | - "c": "\\d", |
81 | | - "t": "source.coffee string.regexp.coffee meta.group.regexp constant.character.character-class.regexp", |
82 | | - "r": { |
83 | | - "dark_plus": "string.regexp: #D16969", |
84 | | - "light_plus": "string.regexp: #811F3F", |
85 | | - "dark_vs": "string.regexp: #D16969", |
86 | | - "light_vs": "string.regexp: #811F3F", |
87 | | - "hc_black": "string.regexp: #D16969" |
88 | | - } |
89 | | - }, |
90 | | - { |
91 | | - "c": "+", |
92 | | - "t": "source.coffee string.regexp.coffee meta.group.regexp keyword.operator.quantifier.regexp", |
93 | | - "r": { |
94 | | - "dark_plus": "keyword.operator: #D4D4D4", |
95 | | - "light_plus": "keyword.operator: #000000", |
96 | | - "dark_vs": "keyword.operator: #D4D4D4", |
97 | | - "light_vs": "keyword.operator: #000000", |
98 | | - "hc_black": "keyword.operator: #D4D4D4" |
99 | | - } |
100 | | - }, |
101 | | - { |
102 | | - "c": ")", |
103 | | - "t": "source.coffee string.regexp.coffee meta.group.regexp punctuation.definition.group.regexp", |
104 | | - "r": { |
105 | | - "dark_plus": "string.regexp: #D16969", |
106 | | - "light_plus": "string.regexp: #811F3F", |
107 | | - "dark_vs": "string.regexp: #D16969", |
108 | | - "light_vs": "string.regexp: #811F3F", |
109 | | - "hc_black": "string.regexp: #D16969" |
110 | | - } |
111 | | - }, |
112 | | - { |
113 | | - "c": " #{user}", |
| 58 | + "c": "Hello (\\d+) #{user}", |
114 | 59 | "t": "source.coffee string.regexp.coffee", |
115 | 60 | "r": { |
116 | 61 | "dark_plus": "string.regexp: #D16969", |
|
276 | 221 | }, |
277 | 222 | { |
278 | 223 | "c": "/", |
279 | | - "t": "source.coffee string.regexp.coffee punctuation.definition.string.begin.coffee", |
| 224 | + "t": "source.coffee keyword.operator.coffee", |
280 | 225 | "r": { |
281 | | - "dark_plus": "string.regexp: #D16969", |
282 | | - "light_plus": "string.regexp: #811F3F", |
283 | | - "dark_vs": "string.regexp: #D16969", |
284 | | - "light_vs": "string.regexp: #811F3F", |
285 | | - "hc_black": "string.regexp: #D16969" |
| 226 | + "dark_plus": "keyword.operator: #D4D4D4", |
| 227 | + "light_plus": "keyword.operator: #000000", |
| 228 | + "dark_vs": "keyword.operator: #D4D4D4", |
| 229 | + "light_vs": "keyword.operator: #000000", |
| 230 | + "hc_black": "keyword.operator: #D4D4D4" |
286 | 231 | } |
287 | 232 | }, |
288 | 233 | { |
289 | 234 | "c": "c ", |
290 | | - "t": "source.coffee string.regexp.coffee", |
| 235 | + "t": "source.coffee", |
291 | 236 | "r": { |
292 | | - "dark_plus": "string.regexp: #D16969", |
293 | | - "light_plus": "string.regexp: #811F3F", |
294 | | - "dark_vs": "string.regexp: #D16969", |
295 | | - "light_vs": "string.regexp: #811F3F", |
296 | | - "hc_black": "string.regexp: #D16969" |
| 237 | + "dark_plus": "default: #D4D4D4", |
| 238 | + "light_plus": "default: #000000", |
| 239 | + "dark_vs": "default: #D4D4D4", |
| 240 | + "light_vs": "default: #000000", |
| 241 | + "hc_black": "default: #FFFFFF" |
297 | 242 | } |
298 | 243 | }, |
299 | 244 | { |
300 | 245 | "c": "+", |
301 | | - "t": "source.coffee string.regexp.coffee keyword.operator.quantifier.regexp", |
| 246 | + "t": "source.coffee keyword.operator.coffee", |
302 | 247 | "r": { |
303 | 248 | "dark_plus": "keyword.operator: #D4D4D4", |
304 | 249 | "light_plus": "keyword.operator: #000000", |
|
309 | 254 | }, |
310 | 255 | { |
311 | 256 | "c": " d", |
312 | | - "t": "source.coffee string.regexp.coffee", |
| 257 | + "t": "source.coffee", |
313 | 258 | "r": { |
314 | | - "dark_plus": "string.regexp: #D16969", |
315 | | - "light_plus": "string.regexp: #811F3F", |
316 | | - "dark_vs": "string.regexp: #D16969", |
317 | | - "light_vs": "string.regexp: #811F3F", |
318 | | - "hc_black": "string.regexp: #D16969" |
| 259 | + "dark_plus": "default: #D4D4D4", |
| 260 | + "light_plus": "default: #000000", |
| 261 | + "dark_vs": "default: #D4D4D4", |
| 262 | + "light_vs": "default: #000000", |
| 263 | + "hc_black": "default: #FFFFFF" |
319 | 264 | } |
320 | 265 | }, |
321 | 266 | { |
322 | 267 | "c": "/", |
323 | | - "t": "source.coffee string.regexp.coffee punctuation.definition.string.end.coffee", |
| 268 | + "t": "source.coffee keyword.operator.coffee", |
324 | 269 | "r": { |
325 | | - "dark_plus": "string.regexp: #D16969", |
326 | | - "light_plus": "string.regexp: #811F3F", |
327 | | - "dark_vs": "string.regexp: #D16969", |
328 | | - "light_vs": "string.regexp: #811F3F", |
329 | | - "hc_black": "string.regexp: #D16969" |
| 270 | + "dark_plus": "keyword.operator: #D4D4D4", |
| 271 | + "light_plus": "keyword.operator: #000000", |
| 272 | + "dark_vs": "keyword.operator: #D4D4D4", |
| 273 | + "light_vs": "keyword.operator: #000000", |
| 274 | + "hc_black": "keyword.operator: #D4D4D4" |
330 | 275 | } |
331 | 276 | }, |
332 | 277 | { |
333 | 278 | "c": "g", |
334 | | - "t": "source.coffee string.regexp.coffee", |
| 279 | + "t": "source.coffee", |
335 | 280 | "r": { |
336 | | - "dark_plus": "string.regexp: #D16969", |
337 | | - "light_plus": "string.regexp: #811F3F", |
338 | | - "dark_vs": "string.regexp: #D16969", |
339 | | - "light_vs": "string.regexp: #811F3F", |
340 | | - "hc_black": "string.regexp: #D16969" |
| 281 | + "dark_plus": "default: #D4D4D4", |
| 282 | + "light_plus": "default: #000000", |
| 283 | + "dark_vs": "default: #D4D4D4", |
| 284 | + "light_vs": "default: #000000", |
| 285 | + "hc_black": "default: #FFFFFF" |
341 | 286 | } |
342 | 287 | }, |
343 | 288 | { |
|
0 commit comments