File tree Expand file tree Collapse file tree 2 files changed +60
-20
lines changed Expand file tree Collapse file tree 2 files changed +60
-20
lines changed Original file line number Diff line number Diff line change 223
223
<string >#000000 </string >
224
224
</dict >
225
225
</dict >
226
-
227
226
<dict >
228
227
<key >name </key >
229
228
<string >array brackets </string >
250
249
<string >#000000 </string >
251
250
</dict >
252
251
</dict >
253
-
254
-
255
252
<dict >
256
253
<key >name </key >
257
254
<string >() brackets </string >
287
284
<dict >
288
285
<key >fontStyle </key >
289
286
<string >bold </string >
290
- <key >foreground </key >
291
- <string ></string >
292
287
</dict >
293
288
</dict >
294
289
<dict >
432
427
</dict >
433
428
<dict >
434
429
<key >name </key >
435
- <string >embedded ruby </string >
430
+ <string >erb tags </string >
436
431
<key >scope </key >
437
- <string >punctuation.section.embedded </string >
432
+ <string >punctuation.section.embedded.ruby </string >
438
433
<key >settings </key >
439
434
<dict >
440
435
<key >fontStyle </key >
443
438
<string >#999999 </string >
444
439
</dict >
445
440
</dict >
441
+ <dict >
442
+ <key >name </key >
443
+ <string >ruby string interpolation </string >
444
+ <key >scope </key >
445
+ <string >source.ruby.embedded.source punctuation.section.embedded.ruby </string >
446
+ <key >settings </key >
447
+ <dict >
448
+ <key >foreground </key >
449
+ <string >#CF1040 </string >
450
+ </dict >
451
+ </dict >
446
452
<dict >
447
453
<key >name </key >
448
454
<string >css brackets </string >
452
458
<dict >
453
459
<key >fontStyle </key >
454
460
<string ></string >
455
- <key >foreground </key >
456
- <string ></string >
457
461
</dict >
458
462
</dict >
459
463
<dict >
465
469
<dict >
466
470
<key >fontStyle </key >
467
471
<string >bold </string >
468
- <key >foreground </key >
469
- <string ></string >
470
472
</dict >
471
473
</dict >
472
474
<dict >
593
595
<string >meta.diff.header.from-file </string >
594
596
<key >settings </key >
595
597
<dict >
596
- <key >fontStyle </key >
597
- <string ></string >
598
598
<key >background </key >
599
599
<string >#FFDDDD </string >
600
+ <key >fontStyle </key >
601
+ <string ></string >
600
602
<key >foreground </key >
601
603
<string >#000000 </string >
602
604
</dict >
608
610
<string >meta.diff.header.to-file </string >
609
611
<key >settings </key >
610
612
<dict >
611
- <key >fontStyle </key >
612
- <string ></string >
613
613
<key >background </key >
614
614
<string >#DDFFDD </string >
615
+ <key >fontStyle </key >
616
+ <string ></string >
615
617
<key >foreground </key >
616
618
<string >#000000 </string >
617
619
</dict >
623
625
<string >markup.inserted.diff </string >
624
626
<key >settings </key >
625
627
<dict >
626
- <key >fontStyle </key >
627
- <string ></string >
628
628
<key >background </key >
629
629
<string >#DDFFDD </string >
630
+ <key >fontStyle </key >
631
+ <string ></string >
630
632
</dict >
631
633
</dict >
632
634
<dict >
636
638
<string >markup.deleted.diff </string >
637
639
<key >settings </key >
638
640
<dict >
639
- <key >fontStyle </key >
640
- <string ></string >
641
641
<key >background </key >
642
642
<string >#FFDDDD </string >
643
+ <key >fontStyle </key >
644
+ <string ></string >
643
645
<key >foreground </key >
644
646
<string >#000000 </string >
645
647
</dict >
646
648
</dict >
647
- </array >
649
+ </array >
648
650
<key >uuid </key >
649
651
<string >26786979-843B-4FE2-BCB6-4FCEC6F8FB58 </string >
650
652
</dict >
Original file line number Diff line number Diff line change
1
+ text source
2
+ text.html.ruby source
3
+
4
+
5
+ <%=
6
+ text.html.ruby
7
+ source.ruby.rails.embedded.html
8
+ punctuation.section.embedded.ruby
9
+
10
+ link_to
11
+ text.html.ruby
12
+ source.ruby.rails.embedded.html
13
+
14
+
15
+ #{}
16
+ *text.html.ruby
17
+ *source.ruby.rails.embedded.html
18
+ string.quoted.double.ruby
19
+ source.ruby.embedded.source
20
+ *punctuation.section.embedded.ruby
21
+
22
+ source.ruby.embedded.source punctuation.section.embedded.ruby
23
+
24
+
25
+ text.html.ruby source.ruby.rails.embedded.html string.quoted.double.ruby
26
+
27
+
28
+ embedded ruby
29
+ source.ruby.embedded.source punctuation.section.embedded.ruby
30
+ 207,16,64
31
+
32
+ erb tag
33
+ punctuation.section.embedded.ruby
34
+ 153,153,153
35
+
36
+ String Embedded Source
37
+ source.ruby.rails.embedded.html
38
+ 0,0,0
You can’t perform that action at this time.
0 commit comments