File tree Expand file tree Collapse file tree 1 file changed +41
-3
lines changed Expand file tree Collapse file tree 1 file changed +41
-3
lines changed Original file line number Diff line number Diff line change 25
25
<dict >
26
26
<key >captures </key >
27
27
<dict >
28
- <key >1 </key >
28
+ <key >3 </key >
29
29
<dict >
30
30
<key >name </key >
31
31
<string >variable.parameter.function.coffee </string >
32
32
</dict >
33
- <key >2 </key >
33
+ <key >5 </key >
34
34
<dict >
35
35
<key >name </key >
36
36
<string >storage.type.function.coffee </string >
37
37
</dict >
38
+ <key >2 </key >
39
+ <dict >
40
+ <key >name </key >
41
+ <string >meta.brace.round.coffee </string >
42
+ </dict >
43
+ <key >4 </key >
44
+ <dict >
45
+ <key >name </key >
46
+ <string >meta.brace.round.coffee </string >
47
+ </dict >
38
48
</dict >
39
49
<key >comment </key >
40
50
<string >match stuff like: a -> … </string >
41
51
<key >match </key >
42
- <string >(\( [^()]*?\ ))\s*([=-]> ) </string >
52
+ <string >((\()( [^()]*?)(\) ))\s*([=-]> ) </string >
43
53
<key >name </key >
44
54
<string >meta.inline.function.coffee </string >
45
55
</dict >
56
+ <dict >
57
+ <key >captures </key >
58
+ <dict >
59
+ <key >1 </key >
60
+ <dict >
61
+ <key >name </key >
62
+ <string >function.jQuery.binder.coffee </string >
63
+ </dict >
64
+ </dict >
65
+ <key >comment </key >
66
+ <string >match jQuery event binders (.on, .off) </string >
67
+ <key >match </key >
68
+ <string >\.(on|off)\b </string >
69
+ </dict >
46
70
<dict >
47
71
<key >captures </key >
48
72
<dict >
517
541
<key >name </key >
518
542
<string >meta.delimiter.method.period.coffee </string >
519
543
</dict >
544
+ <dict >
545
+ <key >captures </key >
546
+ <dict >
547
+ <key >2 </key >
548
+ <dict >
549
+ <key >name </key >
550
+ <string >variable.other.property.js </string >
551
+ </dict >
552
+ </dict >
553
+ <key >match </key >
554
+ <string >(?< =\.)\s*[_$a-zA-Z][$\w]* </string >
555
+ <key >name </key >
556
+ <string >meta.property.object.coffee </string >
557
+ </dict >
520
558
<dict >
521
559
<key >match </key >
522
560
<string >\{|\} </string >
You can’t perform that action at this time.
0 commit comments