redcar 0.3.5 → 0.3.6
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.
- data/CHANGES +28 -0
- data/README.md +7 -0
- data/ROADMAP.md +11 -1
- data/Rakefile +61 -2
- data/bin/redcar +2 -1
- data/lib/redcar.rb +4 -3
- data/lib/redcar/installer.rb +3 -1
- data/lib/redcar/runner.rb +1 -1
- data/lib/redcar/usage.rb +4 -7
- data/lib/redcar_quick_start.rb +39 -5
- data/plugins/application/features/step_definitions/tree_steps.rb +6 -0
- data/plugins/application/features/support/env.rb +2 -6
- data/plugins/application/icons/redcar_icon_beta_dev.png +0 -0
- data/plugins/application/lib/application/command/executor.rb +8 -0
- data/plugins/application/lib/application/dialog.rb +25 -2
- data/plugins/application/lib/application/notebook.rb +4 -0
- data/plugins/application/lib/application/window.rb +4 -0
- data/plugins/application_swt/lib/application_swt.rb +2 -0
- data/plugins/application_swt/lib/application_swt/dialog_adapter.rb +28 -1
- data/plugins/application_swt/lib/application_swt/menu.rb +4 -0
- data/plugins/application_swt/lib/application_swt/menu/binding_translator.rb +4 -0
- data/plugins/application_swt/lib/application_swt/notebook.rb +22 -1
- data/plugins/application_swt/lib/application_swt/notebook/tab_drag_and_drop_listener.rb +124 -0
- data/plugins/application_swt/lib/application_swt/notebook/tab_transfer.rb +83 -0
- data/plugins/application_swt/lib/application_swt/swt_wrapper.rb +14 -0
- data/plugins/application_swt/lib/application_swt/tab.rb +28 -6
- data/plugins/application_swt/lib/application_swt/window.rb +88 -43
- data/plugins/application_swt/spec/application_swt/menu/binding_translator_spec.rb +11 -0
- data/plugins/application_swt/spec/spec_helper.rb +1 -1
- data/plugins/auto_completer/lib/auto_completer.rb +3 -20
- data/plugins/auto_pairer/lib/auto_pairer/document_controller.rb +1 -1
- data/plugins/declarations/lib/declarations/parser.rb +2 -2
- data/plugins/declarations/spec/spec_helper.rb +1 -0
- data/plugins/edit_view/features/step_definitions/notebook_steps.rb +3 -3
- data/plugins/edit_view/features/step_definitions/window_steps.rb +24 -9
- data/plugins/edit_view/features/support/env.rb +11 -9
- data/plugins/edit_view/lib/edit_view.rb +106 -6
- data/plugins/edit_view/lib/edit_view/info_speedbar.rb +32 -3
- data/plugins/edit_view/lib/edit_view/select_font_dialog.rb +39 -0
- data/plugins/edit_view/lib/edit_view/select_theme_dialog.rb +34 -0
- data/plugins/edit_view/lib/edit_view/tab_settings.rb +103 -8
- data/plugins/edit_view_swt/lib/edit_view_swt.rb +40 -3
- data/plugins/edit_view_swt/lib/edit_view_swt/edit_tab.rb +1 -1
- data/plugins/execute_current_tab/lib/execute_current_tab.rb +15 -6
- data/plugins/project/features/open_directory_tree.feature +10 -0
- data/plugins/project/lib/project.rb +10 -8
- data/plugins/project/lib/project/dir_mirror.rb +6 -5
- data/plugins/project/lib/project/drb_service.rb +16 -0
- data/plugins/project/lib/project/manager.rb +31 -5
- data/plugins/redcar/redcar.rb +115 -19
- data/plugins/tree_view_swt/lib/tree_view_swt.rb +15 -0
- data/textmate/Bundles/Cucumber.tmbundle/Preferences/Cucumber_Plain_Text_Feature_Completions.tmPreferences +3 -3
- data/textmate/Bundles/Cucumber.tmbundle/Preferences/Symbol_list___Scenario.tmPreferences +1 -1
- data/textmate/Bundles/Cucumber.tmbundle/Syntaxes/Cucumber_Plain_Text_Feature.tmLanguage +18 -76
- data/textmate/Bundles/Cucumber.tmbundle/Syntaxes/Cucumber_Steps.tmLanguage +1 -1
- data/textmate/Bundles/Palm-WebOS-Development.tmbundle/Snippets/Animation_animateStyle.tmSnippet +23 -0
- data/textmate/Bundles/Palm-WebOS-Development.tmbundle/Snippets/Event_listen.tmSnippet +16 -0
- data/textmate/Bundles/{Cucumber.tmbundle/Snippets/When_Step_Plaintext.tmSnippet → Palm-WebOS-Development.tmbundle/Snippets/Event_stop.tmSnippet} +5 -5
- data/textmate/Bundles/{Cucumber.tmbundle/Snippets/Then_Step.tmSnippet → Palm-WebOS-Development.tmbundle/Snippets/Event_stopListening.tmSnippet} +5 -9
- data/textmate/Bundles/{Cucumber.tmbundle/Snippets/Cucumber_Multiline_Steps.tmSnippet → Palm-WebOS-Development.tmbundle/Snippets/List_Model.tmSnippet} +10 -7
- data/textmate/Bundles/Palm-WebOS-Development.tmbundle/Snippets/Log_addLoggingMethodsToPrototype.tmSnippet +16 -0
- data/textmate/Bundles/{Cucumber.tmbundle/Snippets/Then_Step_Plaintext.tmSnippet → Palm-WebOS-Development.tmbundle/Snippets/Log_info.tmSnippet} +5 -5
- data/textmate/Bundles/{Cucumber.tmbundle/Snippets/Scenario___heading_only__.tmSnippet → Palm-WebOS-Development.tmbundle/Snippets/Log_logProperties.tmSnippet} +5 -7
- data/textmate/Bundles/{Cucumber.tmbundle/Snippets/When_Step.tmSnippet → Palm-WebOS-Development.tmbundle/Snippets/Model.tmSnippet} +7 -9
- data/textmate/Bundles/Palm-WebOS-Development.tmbundle/Snippets/__L____.tmSnippet +16 -0
- data/textmate/Bundles/Palm-WebOS-Development.tmbundle/Snippets/_insert____.tmSnippet +16 -0
- data/textmate/Bundles/Palm-WebOS-Development.tmbundle/Snippets/_update____.tmSnippet +16 -0
- data/textmate/Bundles/Palm-WebOS-Development.tmbundle/Snippets/controller_get.tmSnippet +16 -0
- data/textmate/Bundles/Palm-WebOS-Development.tmbundle/Snippets/controller_pushScene.tmSnippet +16 -0
- data/textmate/Bundles/Palm-WebOS-Development.tmbundle/Snippets/controller_serviceRequest.tmSnippet +21 -0
- data/textmate/Bundles/{Cucumber.tmbundle/Snippets/Scenario_Outline.tmSnippet → Palm-WebOS-Development.tmbundle/Snippets/controller_setupWidget.tmSnippet} +5 -9
- data/textmate/Bundles/{Cucumber.tmbundle/Snippets/Given_Step.tmSnippet → Palm-WebOS-Development.tmbundle/Snippets/controller_showBanner.tmSnippet} +5 -9
- data/textmate/Bundles/Palm-WebOS-Development.tmbundle/Syntaxes/Mojo.tmLanguage +713 -0
- data/textmate/Bundles/Palm-WebOS-Development.tmbundle/info.plist +188 -0
- data/textmate/Bundles/Smalltalk.tmbundle/Preferences/GNU_Smalltalk.tmPreferences +32 -0
- data/textmate/Bundles/{asciidoc.tmbundle/Preferences/Symbol_List___Heading.tmPreferences → Smalltalk.tmbundle/Preferences/GNU___Symbol_List___Method.tmPreferences} +7 -6
- data/textmate/Bundles/{Cucumber.tmbundle/Preferences/next_Symbol_list___Scenario.tmPreferences → Smalltalk.tmbundle/Preferences/GNU___Symbol_List___Section.tmPreferences} +7 -4
- data/textmate/Bundles/{asciidoc.tmbundle/Snippets/Bold.tmSnippet → Smalltalk.tmbundle/Preferences/MIST_Smalltalk_Format.tmPreferences} +8 -7
- data/textmate/Bundles/Smalltalk.tmbundle/Syntaxes/GNU_Smalltalk.tmLanguage +493 -0
- data/textmate/Bundles/Smalltalk.tmbundle/Syntaxes/GNU_Smalltalk_2.tmLanguage +807 -0
- data/textmate/Bundles/Smalltalk.tmbundle/Syntaxes/MIST_Smalltalk_Format.tmLanguage +645 -0
- data/textmate/Bundles/Smalltalk.tmbundle/info.plist +21 -0
- data/textmate/Themes/Twilight.tmTheme +4 -0
- metadata +2604 -2586
- data/textmate/Bundles/Cucumber.tmbundle/Preferences/next_Cucumber_Plain_Text_Feature_Completions.tmPreferences +0 -30
- data/textmate/Bundles/Cucumber.tmbundle/Syntaxes/next_Cucumber_Plain_Text_Feature.tmLanguage +0 -221
- data/textmate/Bundles/Cucumber.tmbundle/Syntaxes/next_Cucumber_Steps.tmLanguage +0 -424
- data/textmate/Bundles/asciidoc.tmbundle/Preferences/Typing_Pairs___Defaults.tmPreferences +0 -54
- data/textmate/Bundles/asciidoc.tmbundle/Snippets/Anchor.tmSnippet +0 -16
- data/textmate/Bundles/asciidoc.tmbundle/Snippets/Comment_Block.tmSnippet +0 -19
- data/textmate/Bundles/asciidoc.tmbundle/Snippets/Example_Block.tmSnippet +0 -19
- data/textmate/Bundles/asciidoc.tmbundle/Snippets/Italic.tmSnippet +0 -16
- data/textmate/Bundles/asciidoc.tmbundle/Snippets/Listing_Block.tmSnippet +0 -20
- data/textmate/Bundles/asciidoc.tmbundle/Snippets/Literal_Block.tmSnippet +0 -19
- data/textmate/Bundles/asciidoc.tmbundle/Snippets/Passthrough_Block.tmSnippet +0 -19
- data/textmate/Bundles/asciidoc.tmbundle/Snippets/Quote_Block.tmSnippet +0 -19
- data/textmate/Bundles/asciidoc.tmbundle/Snippets/Quoted.tmSnippet +0 -16
- data/textmate/Bundles/asciidoc.tmbundle/Snippets/Sidebar_Block.tmSnippet +0 -19
- data/textmate/Bundles/asciidoc.tmbundle/Snippets/Subscript.tmSnippet +0 -16
- data/textmate/Bundles/asciidoc.tmbundle/Snippets/Superscript.tmSnippet +0 -16
- data/textmate/Bundles/asciidoc.tmbundle/Syntaxes/AsciiDoc.tmLanguage +0 -428
- data/textmate/Bundles/asciidoc.tmbundle/info.plist +0 -91
|
@@ -0,0 +1,807 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
|
3
|
+
<plist version="1.0">
|
|
4
|
+
<dict>
|
|
5
|
+
<key>fileTypes</key>
|
|
6
|
+
<array>
|
|
7
|
+
<string>st</string>
|
|
8
|
+
</array>
|
|
9
|
+
<key>foldingStartMarker</key>
|
|
10
|
+
<string>\s\[$</string>
|
|
11
|
+
<key>foldingStopMarker</key>
|
|
12
|
+
<string>\]</string>
|
|
13
|
+
<key>keyEquivalent</key>
|
|
14
|
+
<string>^~G</string>
|
|
15
|
+
<key>name</key>
|
|
16
|
+
<string>GNU Smalltalk</string>
|
|
17
|
+
<key>patterns</key>
|
|
18
|
+
<array>
|
|
19
|
+
<dict>
|
|
20
|
+
<key>begin</key>
|
|
21
|
+
<string>([a-zA-Z]+)\ssubclass:\s([a-zA-Z]+)\s\[</string>
|
|
22
|
+
<key>captures</key>
|
|
23
|
+
<dict>
|
|
24
|
+
<key>1</key>
|
|
25
|
+
<dict>
|
|
26
|
+
<key>name</key>
|
|
27
|
+
<string>entity.other.inherited-class.smalltalk</string>
|
|
28
|
+
</dict>
|
|
29
|
+
<key>2</key>
|
|
30
|
+
<dict>
|
|
31
|
+
<key>name</key>
|
|
32
|
+
<string>entity.name.type.class.smalltalk</string>
|
|
33
|
+
</dict>
|
|
34
|
+
</dict>
|
|
35
|
+
<key>end</key>
|
|
36
|
+
<string>]</string>
|
|
37
|
+
<key>name</key>
|
|
38
|
+
<string>meta.class.smalltalk</string>
|
|
39
|
+
<key>patterns</key>
|
|
40
|
+
<array>
|
|
41
|
+
<dict>
|
|
42
|
+
<key>include</key>
|
|
43
|
+
<string>#classbody</string>
|
|
44
|
+
</dict>
|
|
45
|
+
</array>
|
|
46
|
+
</dict>
|
|
47
|
+
<dict>
|
|
48
|
+
<key>begin</key>
|
|
49
|
+
<string>([a-zA-Z]+)\sextend\s\[</string>
|
|
50
|
+
<key>captures</key>
|
|
51
|
+
<dict>
|
|
52
|
+
<key>1</key>
|
|
53
|
+
<dict>
|
|
54
|
+
<key>name</key>
|
|
55
|
+
<string>entity.name.type.class.smalltalk</string>
|
|
56
|
+
</dict>
|
|
57
|
+
</dict>
|
|
58
|
+
<key>end</key>
|
|
59
|
+
<string>]</string>
|
|
60
|
+
<key>name</key>
|
|
61
|
+
<string>meta.class.extension.smalltalk</string>
|
|
62
|
+
<key>patterns</key>
|
|
63
|
+
<array>
|
|
64
|
+
<dict>
|
|
65
|
+
<key>include</key>
|
|
66
|
+
<string>#classbody</string>
|
|
67
|
+
</dict>
|
|
68
|
+
</array>
|
|
69
|
+
</dict>
|
|
70
|
+
<dict>
|
|
71
|
+
<key>include</key>
|
|
72
|
+
<string>#comments</string>
|
|
73
|
+
</dict>
|
|
74
|
+
<dict>
|
|
75
|
+
<key>include</key>
|
|
76
|
+
<string>#operators</string>
|
|
77
|
+
</dict>
|
|
78
|
+
<dict>
|
|
79
|
+
<key>include</key>
|
|
80
|
+
<string>#constants</string>
|
|
81
|
+
</dict>
|
|
82
|
+
<dict>
|
|
83
|
+
<key>include</key>
|
|
84
|
+
<string>#strings</string>
|
|
85
|
+
</dict>
|
|
86
|
+
<dict>
|
|
87
|
+
<key>include</key>
|
|
88
|
+
<string>#classes</string>
|
|
89
|
+
</dict>
|
|
90
|
+
<dict>
|
|
91
|
+
<key>include</key>
|
|
92
|
+
<string>#methods</string>
|
|
93
|
+
</dict>
|
|
94
|
+
</array>
|
|
95
|
+
<key>repository</key>
|
|
96
|
+
<dict>
|
|
97
|
+
<key>block</key>
|
|
98
|
+
<dict>
|
|
99
|
+
<key>patterns</key>
|
|
100
|
+
<array>
|
|
101
|
+
<dict>
|
|
102
|
+
<key>begin</key>
|
|
103
|
+
<string>\[</string>
|
|
104
|
+
<key>end</key>
|
|
105
|
+
<string>]</string>
|
|
106
|
+
<key>name</key>
|
|
107
|
+
<string>meta.declaration.block</string>
|
|
108
|
+
<key>patterns</key>
|
|
109
|
+
<array>
|
|
110
|
+
<dict>
|
|
111
|
+
<key>begin</key>
|
|
112
|
+
<string>(?<=\[):(?=[a-zA-Z][a-zA-Z0-9]*\s)</string>
|
|
113
|
+
<key>end</key>
|
|
114
|
+
<string>\|</string>
|
|
115
|
+
<key>name</key>
|
|
116
|
+
<string>meta.declaration.parameters.smalltalk.block</string>
|
|
117
|
+
<key>patterns</key>
|
|
118
|
+
<array>
|
|
119
|
+
<dict>
|
|
120
|
+
<key>captures</key>
|
|
121
|
+
<dict>
|
|
122
|
+
<key>1</key>
|
|
123
|
+
<dict>
|
|
124
|
+
<key>name</key>
|
|
125
|
+
<string>punctuation.marker.variable.smalltalk</string>
|
|
126
|
+
</dict>
|
|
127
|
+
</dict>
|
|
128
|
+
<key>match</key>
|
|
129
|
+
<string>(:)?[a-zA-Z][a-zA-Z0-9]*</string>
|
|
130
|
+
<key>name</key>
|
|
131
|
+
<string>variable.parameter.smalltalk</string>
|
|
132
|
+
</dict>
|
|
133
|
+
</array>
|
|
134
|
+
</dict>
|
|
135
|
+
<dict>
|
|
136
|
+
<key>include</key>
|
|
137
|
+
<string>#comments</string>
|
|
138
|
+
</dict>
|
|
139
|
+
<dict>
|
|
140
|
+
<key>include</key>
|
|
141
|
+
<string>#constants</string>
|
|
142
|
+
</dict>
|
|
143
|
+
<dict>
|
|
144
|
+
<key>include</key>
|
|
145
|
+
<string>#strings</string>
|
|
146
|
+
</dict>
|
|
147
|
+
<dict>
|
|
148
|
+
<key>include</key>
|
|
149
|
+
<string>#classes</string>
|
|
150
|
+
</dict>
|
|
151
|
+
<dict>
|
|
152
|
+
<key>include</key>
|
|
153
|
+
<string>#methods</string>
|
|
154
|
+
</dict>
|
|
155
|
+
<dict>
|
|
156
|
+
<key>include</key>
|
|
157
|
+
<string>#localvars</string>
|
|
158
|
+
</dict>
|
|
159
|
+
<dict>
|
|
160
|
+
<key>include</key>
|
|
161
|
+
<string>#block</string>
|
|
162
|
+
</dict>
|
|
163
|
+
<dict>
|
|
164
|
+
<key>include</key>
|
|
165
|
+
<string>#operators</string>
|
|
166
|
+
</dict>
|
|
167
|
+
</array>
|
|
168
|
+
</dict>
|
|
169
|
+
</array>
|
|
170
|
+
</dict>
|
|
171
|
+
<key>classbody</key>
|
|
172
|
+
<dict>
|
|
173
|
+
<key>patterns</key>
|
|
174
|
+
<array>
|
|
175
|
+
<dict>
|
|
176
|
+
<key>include</key>
|
|
177
|
+
<string>#comments</string>
|
|
178
|
+
</dict>
|
|
179
|
+
<dict>
|
|
180
|
+
<key>begin</key>
|
|
181
|
+
<string>^\s*(?:([A-Za-z]+) class >> )((?:(?:\s*([a-z0-9][a-zA-Z0-9]*:)\s([a-z0-9][a-zA-Z0-9]*))+(?:\s([a-z0-9][a-zA-Z0-9]*))?)|(?:([a-z0-9][a-zA-Z0-9]*)))\s*\[</string>
|
|
182
|
+
<key>captures</key>
|
|
183
|
+
<dict>
|
|
184
|
+
<key>1</key>
|
|
185
|
+
<dict>
|
|
186
|
+
<key>name</key>
|
|
187
|
+
<string>support.class.smalltalk</string>
|
|
188
|
+
</dict>
|
|
189
|
+
<key>2</key>
|
|
190
|
+
<dict>
|
|
191
|
+
<key>name</key>
|
|
192
|
+
<string>meta.declaration.methods.method.name.smalltalk</string>
|
|
193
|
+
</dict>
|
|
194
|
+
<key>3</key>
|
|
195
|
+
<dict>
|
|
196
|
+
<key>name</key>
|
|
197
|
+
<string>entity.name.function.smalltalk</string>
|
|
198
|
+
</dict>
|
|
199
|
+
<key>4</key>
|
|
200
|
+
<dict>
|
|
201
|
+
<key>name</key>
|
|
202
|
+
<string>variable.parameter.smalltalk</string>
|
|
203
|
+
</dict>
|
|
204
|
+
<key>5</key>
|
|
205
|
+
<dict>
|
|
206
|
+
<key>name</key>
|
|
207
|
+
<string>entity.name.function.smalltalk</string>
|
|
208
|
+
</dict>
|
|
209
|
+
<key>6</key>
|
|
210
|
+
<dict>
|
|
211
|
+
<key>name</key>
|
|
212
|
+
<string>entity.name.function.smalltalk</string>
|
|
213
|
+
</dict>
|
|
214
|
+
</dict>
|
|
215
|
+
<key>end</key>
|
|
216
|
+
<string>]</string>
|
|
217
|
+
<key>name</key>
|
|
218
|
+
<string>meta.declaration.methods.method.static.smalltalk</string>
|
|
219
|
+
<key>patterns</key>
|
|
220
|
+
<array>
|
|
221
|
+
<dict>
|
|
222
|
+
<key>include</key>
|
|
223
|
+
<string>#methodbody</string>
|
|
224
|
+
</dict>
|
|
225
|
+
</array>
|
|
226
|
+
</dict>
|
|
227
|
+
<dict>
|
|
228
|
+
<key>begin</key>
|
|
229
|
+
<string>^\s*((?:\s*([a-z0-9][a-zA-Z0-9]*:)\s([a-z0-9][a-zA-Z0-9]*))+)\s*\[</string>
|
|
230
|
+
<key>captures</key>
|
|
231
|
+
<dict>
|
|
232
|
+
<key>1</key>
|
|
233
|
+
<dict>
|
|
234
|
+
<key>name</key>
|
|
235
|
+
<string>meta.declaration.methods.method.name.smalltalk</string>
|
|
236
|
+
</dict>
|
|
237
|
+
<key>2</key>
|
|
238
|
+
<dict>
|
|
239
|
+
<key>name</key>
|
|
240
|
+
<string>entity.name.function.smalltalk</string>
|
|
241
|
+
</dict>
|
|
242
|
+
<key>3</key>
|
|
243
|
+
<dict>
|
|
244
|
+
<key>name</key>
|
|
245
|
+
<string>variable.parameter.smalltalk</string>
|
|
246
|
+
</dict>
|
|
247
|
+
</dict>
|
|
248
|
+
<key>end</key>
|
|
249
|
+
<string>]</string>
|
|
250
|
+
<key>name</key>
|
|
251
|
+
<string>meta.declaration.methods.method.smalltalk.keyword</string>
|
|
252
|
+
<key>patterns</key>
|
|
253
|
+
<array>
|
|
254
|
+
<dict>
|
|
255
|
+
<key>include</key>
|
|
256
|
+
<string>#methodbody</string>
|
|
257
|
+
</dict>
|
|
258
|
+
</array>
|
|
259
|
+
</dict>
|
|
260
|
+
<dict>
|
|
261
|
+
<key>begin</key>
|
|
262
|
+
<string>^\s*([a-z0-9][a-zA-Z0-9]*)\s*\[</string>
|
|
263
|
+
<key>captures</key>
|
|
264
|
+
<dict>
|
|
265
|
+
<key>1</key>
|
|
266
|
+
<dict>
|
|
267
|
+
<key>name</key>
|
|
268
|
+
<string>meta.declaration.methods.method.name.smalltalk</string>
|
|
269
|
+
</dict>
|
|
270
|
+
</dict>
|
|
271
|
+
<key>end</key>
|
|
272
|
+
<string>]</string>
|
|
273
|
+
<key>name</key>
|
|
274
|
+
<string>meta.declaration.methods.method.smalltalk.unary</string>
|
|
275
|
+
<key>patterns</key>
|
|
276
|
+
<array>
|
|
277
|
+
<dict>
|
|
278
|
+
<key>include</key>
|
|
279
|
+
<string>#methodbody</string>
|
|
280
|
+
</dict>
|
|
281
|
+
</array>
|
|
282
|
+
</dict>
|
|
283
|
+
<dict>
|
|
284
|
+
<key>begin</key>
|
|
285
|
+
<string>([^a-zA-Z0-9]{1,2})\s*([a-z0-9][a-zA-Z0-9]*)\s*\[</string>
|
|
286
|
+
<key>captures</key>
|
|
287
|
+
<dict>
|
|
288
|
+
<key>1</key>
|
|
289
|
+
<dict>
|
|
290
|
+
<key>name</key>
|
|
291
|
+
<string>meta.declaration.methods.method.name.smalltalk</string>
|
|
292
|
+
</dict>
|
|
293
|
+
<key>2</key>
|
|
294
|
+
<dict>
|
|
295
|
+
<key>name</key>
|
|
296
|
+
<string>variable.parameter.smalltalk</string>
|
|
297
|
+
</dict>
|
|
298
|
+
</dict>
|
|
299
|
+
<key>end</key>
|
|
300
|
+
<string>]</string>
|
|
301
|
+
<key>name</key>
|
|
302
|
+
<string>meta.declaration.methods.method.smalltalk.binary</string>
|
|
303
|
+
<key>patterns</key>
|
|
304
|
+
<array>
|
|
305
|
+
<dict>
|
|
306
|
+
<key>include</key>
|
|
307
|
+
<string>#methodbody</string>
|
|
308
|
+
</dict>
|
|
309
|
+
</array>
|
|
310
|
+
</dict>
|
|
311
|
+
<dict>
|
|
312
|
+
<key>include</key>
|
|
313
|
+
<string>#localvars</string>
|
|
314
|
+
</dict>
|
|
315
|
+
<dict>
|
|
316
|
+
<key>begin</key>
|
|
317
|
+
<string>([a-zA-Z0-9]+)\s(:=)\s</string>
|
|
318
|
+
<key>captures</key>
|
|
319
|
+
<dict>
|
|
320
|
+
<key>1</key>
|
|
321
|
+
<dict>
|
|
322
|
+
<key>name</key>
|
|
323
|
+
<string>variable.class.smalltalk</string>
|
|
324
|
+
</dict>
|
|
325
|
+
<key>2</key>
|
|
326
|
+
<dict>
|
|
327
|
+
<key>name</key>
|
|
328
|
+
<string>keyword.operator.assignment.smalltalk</string>
|
|
329
|
+
</dict>
|
|
330
|
+
</dict>
|
|
331
|
+
<key>end</key>
|
|
332
|
+
<string>\.</string>
|
|
333
|
+
<key>name</key>
|
|
334
|
+
<string>meta.declaration.variable.class.smalltalk</string>
|
|
335
|
+
</dict>
|
|
336
|
+
</array>
|
|
337
|
+
</dict>
|
|
338
|
+
<key>classes</key>
|
|
339
|
+
<dict>
|
|
340
|
+
<key>patterns</key>
|
|
341
|
+
<array>
|
|
342
|
+
<dict>
|
|
343
|
+
<key>match</key>
|
|
344
|
+
<string>\b(AbstractNamespace|AlternativeObjectProxy|ArithmeticError|Array|ArrayedCollection|Association|Autoload|Bag|Behavior|BindingDictionary|BlockClosure|BlockContext|Boolean|ByteArray|CAggregate|CArray|CArrayCType|CBoolean|CByte|CCallable|CCallbackDescriptor|CChar|CCompound|CDouble|CFloat|CFunctionDescriptor|CInt|CLong|CLongDouble|CObject|CPtr|CPtrCType|CScalar|CScalarCType|CShort|CSmalltalk|CString|CStringCType|CStruct|CType|CUChar|CUInt|CULong|CUShort|CUnion|CallinProcess|Character|CharacterArray|Class|ClassDescription|Collection|CompiledBlock|CompiledCode|CompiledMethod|ContextPart|Continuation|DLD|Date|DateTime|DeferredVariableBinding|Delay|DelayedAdaptor|Dictionary|DirectedMessage|Directory|DumperProxy|Duration|Error|Exception|ExceptionSet|False|File|FileDescriptor|FilePath|FileSegment|FileStream|Float|FloatD|FloatE|FloatQ|Fraction|Generator|Getopt|Halt|HashedCollection|HomedAssociation|IdentityDictionary|IdentitySet|Integer|Interval|Iterable|Kernel.PackageInfo|Kernel.TrappableEvent|LargeArray|LargeArrayedCollection|LargeByteArray|LargeInteger|LargeNegativeInteger|LargePositiveInteger|LargeWordArray|LargeZeroInteger|Link|LinkedList|LookupKey|LookupTable|Magnitude|MappedCollection|Memory|Message|MessageNotUnderstood|Metaclass|MethodContext|MethodDictionary|MethodInfo|Namespace|NetClients.URIResolver|NetClients.URL|Notification|NullProxy|NullValueHolder|Number|Object|ObjectDumper|ObjectMemory|OrderedCollection|Package|PackageLoader|Permission|PluggableAdaptor|PluggableProxy|Point|PositionableStream|Process|ProcessEnvironment|ProcessorScheduler|Promise|Random|ReadStream|ReadWriteStream|Rectangle|RecursionLock|Regex|RegexResults|RootNamespace|RunArray|ScaledDecimal|SecurityPolicy|Semaphore|SequenceableCollection|Set|SharedQueue|Signal|SingletonProxy|SmallInteger|SortedCollection|Stream|String|SymLink|Symbol|SystemDictionary|SystemExceptions.AlreadyDefined|SystemExceptions.ArgumentOutOfRange|SystemExceptions.BadReturn|SystemExceptions.CInterfaceError|SystemExceptions.EmptyCollection|SystemExceptions.EndOfStream|SystemExceptions.FileError|SystemExceptions.IndexOutOfRange|SystemExceptions.InvalidArgument|SystemExceptions.InvalidProcessState|SystemExceptions.InvalidSize|SystemExceptions.InvalidValue|SystemExceptions.MustBeBoolean|SystemExceptions.MutationError|SystemExceptions.NoRunnableProcess|SystemExceptions.NotEnoughElements|SystemExceptions.NotFound|SystemExceptions.NotImplemented|SystemExceptions.NotIndexable|SystemExceptions.NotYetImplemented|SystemExceptions.PackageNotAvailable|SystemExceptions.PrimitiveFailed|SystemExceptions.ProcessBeingTerminated|SystemExceptions.ProcessTerminated|SystemExceptions.ReadOnlyObject|SystemExceptions.SecurityError|SystemExceptions.ShouldNotImplement|SystemExceptions.SubclassResponsibility|SystemExceptions.UnhandledException|SystemExceptions.UserInterrupt|SystemExceptions.VMError|SystemExceptions.VerificationError|SystemExceptions.WrongArgumentCount|SystemExceptions.WrongClass|SystemExceptions.WrongMessageSent|TextCollector|Time|True|UndefinedObject|UnicodeCharacter|UnicodeString|VFS.ArchiveFile|VFS.ArchiveMember|VFS.FileWrapper|VFS.StoredZipMember|VFS.TmpFileArchiveMember|VFS.ZipFile|ValueAdaptor|ValueHolder|VariableBinding|VersionableObjectProxy|Warning|WeakArray|WeakIdentitySet|WeakKeyDictionary|WeakKeyIdentityDictionary|WeakSet|WeakValueIdentityDictionary|WeakValueLookupTable|WordArray|WriteStream|ZeroDivide)\b</string>
|
|
345
|
+
<key>name</key>
|
|
346
|
+
<string>support.class.base.smalltalk</string>
|
|
347
|
+
</dict>
|
|
348
|
+
<dict>
|
|
349
|
+
<key>match</key>
|
|
350
|
+
<string>\b([A-Z][A-Za-z0-9]+)\b</string>
|
|
351
|
+
<key>name</key>
|
|
352
|
+
<string>entity.name.class.smalltalk</string>
|
|
353
|
+
</dict>
|
|
354
|
+
</array>
|
|
355
|
+
</dict>
|
|
356
|
+
<key>comments</key>
|
|
357
|
+
<dict>
|
|
358
|
+
<key>patterns</key>
|
|
359
|
+
<array>
|
|
360
|
+
<dict>
|
|
361
|
+
<key>begin</key>
|
|
362
|
+
<string>"</string>
|
|
363
|
+
<key>end</key>
|
|
364
|
+
<string>"</string>
|
|
365
|
+
<key>name</key>
|
|
366
|
+
<string>comment.smalltalk</string>
|
|
367
|
+
</dict>
|
|
368
|
+
<dict>
|
|
369
|
+
<key>begin</key>
|
|
370
|
+
<string><comment:</string>
|
|
371
|
+
<key>beginCaptures</key>
|
|
372
|
+
<dict>
|
|
373
|
+
<key>0</key>
|
|
374
|
+
<dict>
|
|
375
|
+
<key>name</key>
|
|
376
|
+
<string>punctuation.definition.comment.begin.smalltalk</string>
|
|
377
|
+
</dict>
|
|
378
|
+
</dict>
|
|
379
|
+
<key>end</key>
|
|
380
|
+
<string>></string>
|
|
381
|
+
<key>endCaptures</key>
|
|
382
|
+
<dict>
|
|
383
|
+
<key>0</key>
|
|
384
|
+
<dict>
|
|
385
|
+
<key>name</key>
|
|
386
|
+
<string>punctuation.definition.comment.end.smalltalk</string>
|
|
387
|
+
</dict>
|
|
388
|
+
</dict>
|
|
389
|
+
<key>name</key>
|
|
390
|
+
<string>comment.smalltalk.class</string>
|
|
391
|
+
<key>patterns</key>
|
|
392
|
+
<array>
|
|
393
|
+
<dict>
|
|
394
|
+
<key>include</key>
|
|
395
|
+
<string>#strings</string>
|
|
396
|
+
</dict>
|
|
397
|
+
</array>
|
|
398
|
+
</dict>
|
|
399
|
+
</array>
|
|
400
|
+
</dict>
|
|
401
|
+
<key>constants</key>
|
|
402
|
+
<dict>
|
|
403
|
+
<key>patterns</key>
|
|
404
|
+
<array>
|
|
405
|
+
<dict>
|
|
406
|
+
<key>match</key>
|
|
407
|
+
<string>\b(nil|true|false)\b</string>
|
|
408
|
+
<key>name</key>
|
|
409
|
+
<string>constant.language.smalltalk</string>
|
|
410
|
+
</dict>
|
|
411
|
+
<dict>
|
|
412
|
+
<key>captures</key>
|
|
413
|
+
<dict>
|
|
414
|
+
<key>1</key>
|
|
415
|
+
<dict>
|
|
416
|
+
<key>name</key>
|
|
417
|
+
<string>punctuation.definition.constant.smalltalk</string>
|
|
418
|
+
</dict>
|
|
419
|
+
</dict>
|
|
420
|
+
<key>comment</key>
|
|
421
|
+
<string>symbols</string>
|
|
422
|
+
<key>match</key>
|
|
423
|
+
<string>(#)([a-zA-Z][a-zA-Z0-9]*)</string>
|
|
424
|
+
<key>name</key>
|
|
425
|
+
<string>constant.other.symbol.smalltalk</string>
|
|
426
|
+
</dict>
|
|
427
|
+
<dict>
|
|
428
|
+
<key>match</key>
|
|
429
|
+
<string>\b(-?[0-9]+\.[0-9]+)\b</string>
|
|
430
|
+
<key>name</key>
|
|
431
|
+
<string>constant.numeric.decimal.smalltalk</string>
|
|
432
|
+
</dict>
|
|
433
|
+
<dict>
|
|
434
|
+
<key>match</key>
|
|
435
|
+
<string>\b(-?[0-9]+E[0-9]+)\b</string>
|
|
436
|
+
<key>name</key>
|
|
437
|
+
<string>constant.numeric.decimal.smalltalk</string>
|
|
438
|
+
</dict>
|
|
439
|
+
<dict>
|
|
440
|
+
<key>match</key>
|
|
441
|
+
<string>\b(-?[0-9]+)\b</string>
|
|
442
|
+
<key>name</key>
|
|
443
|
+
<string>constant.numeric.integer.smalltalk</string>
|
|
444
|
+
</dict>
|
|
445
|
+
<dict>
|
|
446
|
+
<key>match</key>
|
|
447
|
+
<string>\b(2r[0-1]+)\b</string>
|
|
448
|
+
<key>name</key>
|
|
449
|
+
<string>constant.numeric.other.smalltalk</string>
|
|
450
|
+
</dict>
|
|
451
|
+
<dict>
|
|
452
|
+
<key>match</key>
|
|
453
|
+
<string>\b(8r[0-7]+)\b</string>
|
|
454
|
+
<key>name</key>
|
|
455
|
+
<string>constant.numeric.other.smalltalk</string>
|
|
456
|
+
</dict>
|
|
457
|
+
<dict>
|
|
458
|
+
<key>match</key>
|
|
459
|
+
<string>\b(16r[0-9a-f]+)\b</string>
|
|
460
|
+
<key>name</key>
|
|
461
|
+
<string>constant.numeric.other.smalltalk</string>
|
|
462
|
+
</dict>
|
|
463
|
+
</array>
|
|
464
|
+
</dict>
|
|
465
|
+
<key>localvars</key>
|
|
466
|
+
<dict>
|
|
467
|
+
<key>patterns</key>
|
|
468
|
+
<array>
|
|
469
|
+
<dict>
|
|
470
|
+
<key>begin</key>
|
|
471
|
+
<string>^\s*(\|)</string>
|
|
472
|
+
<key>captures</key>
|
|
473
|
+
<dict>
|
|
474
|
+
<key>1</key>
|
|
475
|
+
<dict>
|
|
476
|
+
<key>name</key>
|
|
477
|
+
<string>punctuation.separator.variable.smalltalk</string>
|
|
478
|
+
</dict>
|
|
479
|
+
</dict>
|
|
480
|
+
<key>end</key>
|
|
481
|
+
<string>(\|)</string>
|
|
482
|
+
<key>patterns</key>
|
|
483
|
+
<array>
|
|
484
|
+
<dict>
|
|
485
|
+
<key>match</key>
|
|
486
|
+
<string>[a-zA-Z][a-zA-Z0-9]*</string>
|
|
487
|
+
<key>name</key>
|
|
488
|
+
<string>variable.other.block.smalltalk</string>
|
|
489
|
+
</dict>
|
|
490
|
+
</array>
|
|
491
|
+
</dict>
|
|
492
|
+
</array>
|
|
493
|
+
</dict>
|
|
494
|
+
<key>method_def</key>
|
|
495
|
+
<dict>
|
|
496
|
+
<key>patterns</key>
|
|
497
|
+
<array>
|
|
498
|
+
<dict>
|
|
499
|
+
<key>include</key>
|
|
500
|
+
<string>#localvars</string>
|
|
501
|
+
</dict>
|
|
502
|
+
<dict>
|
|
503
|
+
<key>match</key>
|
|
504
|
+
<string>\^</string>
|
|
505
|
+
<key>name</key>
|
|
506
|
+
<string>keyword.operator.return.smalltalk</string>
|
|
507
|
+
</dict>
|
|
508
|
+
<dict>
|
|
509
|
+
<key>match</key>
|
|
510
|
+
<string>\b(super|self|thisContext)\b</string>
|
|
511
|
+
<key>name</key>
|
|
512
|
+
<string>variable.language.smalltalk</string>
|
|
513
|
+
</dict>
|
|
514
|
+
</array>
|
|
515
|
+
</dict>
|
|
516
|
+
<key>methodbody</key>
|
|
517
|
+
<dict>
|
|
518
|
+
<key>patterns</key>
|
|
519
|
+
<array>
|
|
520
|
+
<dict>
|
|
521
|
+
<key>begin</key>
|
|
522
|
+
<string><category:</string>
|
|
523
|
+
<key>beginCaptures</key>
|
|
524
|
+
<dict>
|
|
525
|
+
<key>0</key>
|
|
526
|
+
<dict>
|
|
527
|
+
<key>name</key>
|
|
528
|
+
<string>punctuation.definition.comment.begin.smalltalk</string>
|
|
529
|
+
</dict>
|
|
530
|
+
</dict>
|
|
531
|
+
<key>end</key>
|
|
532
|
+
<string>></string>
|
|
533
|
+
<key>endCaptures</key>
|
|
534
|
+
<dict>
|
|
535
|
+
<key>0</key>
|
|
536
|
+
<dict>
|
|
537
|
+
<key>name</key>
|
|
538
|
+
<string>punctuation.definition.comment.end.smalltalk</string>
|
|
539
|
+
</dict>
|
|
540
|
+
</dict>
|
|
541
|
+
<key>name</key>
|
|
542
|
+
<string>comment.smalltalk.category</string>
|
|
543
|
+
<key>patterns</key>
|
|
544
|
+
<array>
|
|
545
|
+
<dict>
|
|
546
|
+
<key>include</key>
|
|
547
|
+
<string>#strings</string>
|
|
548
|
+
</dict>
|
|
549
|
+
</array>
|
|
550
|
+
</dict>
|
|
551
|
+
<dict>
|
|
552
|
+
<key>include</key>
|
|
553
|
+
<string>#comments</string>
|
|
554
|
+
</dict>
|
|
555
|
+
<dict>
|
|
556
|
+
<key>include</key>
|
|
557
|
+
<string>#method_def</string>
|
|
558
|
+
</dict>
|
|
559
|
+
<dict>
|
|
560
|
+
<key>include</key>
|
|
561
|
+
<string>#operators</string>
|
|
562
|
+
</dict>
|
|
563
|
+
<dict>
|
|
564
|
+
<key>include</key>
|
|
565
|
+
<string>#constants</string>
|
|
566
|
+
</dict>
|
|
567
|
+
<dict>
|
|
568
|
+
<key>include</key>
|
|
569
|
+
<string>#strings</string>
|
|
570
|
+
</dict>
|
|
571
|
+
<dict>
|
|
572
|
+
<key>include</key>
|
|
573
|
+
<string>#classes</string>
|
|
574
|
+
</dict>
|
|
575
|
+
<dict>
|
|
576
|
+
<key>include</key>
|
|
577
|
+
<string>#methods</string>
|
|
578
|
+
</dict>
|
|
579
|
+
<dict>
|
|
580
|
+
<key>include</key>
|
|
581
|
+
<string>#block</string>
|
|
582
|
+
</dict>
|
|
583
|
+
</array>
|
|
584
|
+
</dict>
|
|
585
|
+
<key>methods</key>
|
|
586
|
+
<dict>
|
|
587
|
+
<key>patterns</key>
|
|
588
|
+
<array>
|
|
589
|
+
<dict>
|
|
590
|
+
<key>match</key>
|
|
591
|
+
<string>\s(new)\b</string>
|
|
592
|
+
<key>name</key>
|
|
593
|
+
<string>support.function.constructor.smalltalk</string>
|
|
594
|
+
</dict>
|
|
595
|
+
<dict>
|
|
596
|
+
<key>match</key>
|
|
597
|
+
<string>\s(finalizableObjects|initialize|dependencies)( |\.|;|$)</string>
|
|
598
|
+
<key>name</key>
|
|
599
|
+
<string>support.function.class.smalltalk</string>
|
|
600
|
+
</dict>
|
|
601
|
+
<dict>
|
|
602
|
+
<key>match</key>
|
|
603
|
+
<string>\s(addToBeFinalized|allOwners|asOop|asValue|badReturnError|basicPrint|basicPrintNl|basicSize|binaryRepresentationObject|changed|class|copy|deepCopy|dependents|display|displayNl|displayString|finalize|halt|hash|identityHash|inspect|isArray|isBehavior|isCObject|isCharacter|isCharacterArray|isClass|isFloat|isInteger|isMeta|isMetaClass|isMetaclass|isNamespace|isNil|isNumber|isReadOnly|isSmallInteger|isString|isSymbol|isUntrusted|makeEphemeron|makeFixed|makeWeak|mourn|mustBeBoolean|nextInstance|noRunnableProcess|notNil|notYetImplemented|postCopy|postLoad|postStore|preStore|primitiveFailed|print|printNl|printString|reconstructOriginalObject|release|removeToBeFinalized|shallowCopy|shouldNotImplement|size|species|store|storeNl|storeString|subclassResponsibility|tenure|userInterrupt|validSize|yourself)( |\.|;|$)</string>
|
|
604
|
+
<key>name</key>
|
|
605
|
+
<string>support.function.object.smalltalk</string>
|
|
606
|
+
</dict>
|
|
607
|
+
<dict>
|
|
608
|
+
<key>match</key>
|
|
609
|
+
<string>\s((?:addDependent|at|atput|basicAt|basicPrintOn|become|broadcast|changeClassTo|changed|checkIndexableBounds|displayOn|doesNotUnderstand|error|halt|ifNil|ifNotNil|instVarAt|instVarNamed|isKindOf|isMemberOf|makeReadOnly|makeUntrusted|mark|perform|printOn|removeDependent|respondsTo|storeLiteralOn|storeOn|update):)</string>
|
|
610
|
+
<key>name</key>
|
|
611
|
+
<string>support.function.object.smalltalk</string>
|
|
612
|
+
</dict>
|
|
613
|
+
<dict>
|
|
614
|
+
<key>match</key>
|
|
615
|
+
<string>\s(asByteArray|asFile|asRegex|asString|asSymbol|encoding|isLiteralObject)( |\.|;|$)</string>
|
|
616
|
+
<key>name</key>
|
|
617
|
+
<string>support.function.string.smalltalk</string>
|
|
618
|
+
</dict>
|
|
619
|
+
<dict>
|
|
620
|
+
<key>match</key>
|
|
621
|
+
<string>\s((?:allOccurrencesOfRegex|asCData|byteAt|indexOfRegex|matchRegex|occurrencesOfRegex|searchRegex|similarityTo|tokenize):)</string>
|
|
622
|
+
<key>name</key>
|
|
623
|
+
<string>support.function.string.smalltalk</string>
|
|
624
|
+
</dict>
|
|
625
|
+
<dict>
|
|
626
|
+
<key>match</key>
|
|
627
|
+
<string>\s(atEnd|close|contents|cr|crTab|encoding|file|fileIn|flush|isExternalStream|isPositionable|isSequenceable|isUnicode|lines|name|next|nextLine|nl|nlTab|pastEnd|peek|skipSeparators|space|tab|upToEnd)( |\.|;|$)</string>
|
|
628
|
+
<key>name</key>
|
|
629
|
+
<string>support.function.stream.smalltalk</string>
|
|
630
|
+
</dict>
|
|
631
|
+
<dict>
|
|
632
|
+
<key>match</key>
|
|
633
|
+
<string>\s((?:collect|display|do|fileOut|linesDo|next|nextAvailable|nextAvailablePutAllOn|nextMatchFor|nextPut|nextPutAll|nextPutAllFlush|nextPutAllOn|peekFor|prefixTableFor|print|readStream|reject|select|skip|skipTo|skipToAll|space|splitAt|store|tab|upTo|upToAll|with):)</string>
|
|
634
|
+
<key>name</key>
|
|
635
|
+
<string>support.function.stream.smalltalk</string>
|
|
636
|
+
</dict>
|
|
637
|
+
<dict>
|
|
638
|
+
<key>match</key>
|
|
639
|
+
<string>\s([a-z][a-zA-Z0-9]+:)</string>
|
|
640
|
+
<key>name</key>
|
|
641
|
+
<string>meta.function-call.smalltalk</string>
|
|
642
|
+
</dict>
|
|
643
|
+
</array>
|
|
644
|
+
</dict>
|
|
645
|
+
<key>operators</key>
|
|
646
|
+
<dict>
|
|
647
|
+
<key>patterns</key>
|
|
648
|
+
<array>
|
|
649
|
+
<dict>
|
|
650
|
+
<key>match</key>
|
|
651
|
+
<string>\.</string>
|
|
652
|
+
<key>name</key>
|
|
653
|
+
<string>punctuation.separator.statement.smalltalk</string>
|
|
654
|
+
</dict>
|
|
655
|
+
<dict>
|
|
656
|
+
<key>match</key>
|
|
657
|
+
<string>;</string>
|
|
658
|
+
<key>name</key>
|
|
659
|
+
<string>punctuation.separator.cascade.smalltalk</string>
|
|
660
|
+
</dict>
|
|
661
|
+
<dict>
|
|
662
|
+
<key>match</key>
|
|
663
|
+
<string>\:\=</string>
|
|
664
|
+
<key>name</key>
|
|
665
|
+
<string>keyword.operator.assignment.smalltalk</string>
|
|
666
|
+
</dict>
|
|
667
|
+
<dict>
|
|
668
|
+
<key>match</key>
|
|
669
|
+
<string><|>|<=|>=|=|~=|==|~~|=~</string>
|
|
670
|
+
<key>name</key>
|
|
671
|
+
<string>keyword.operator.comparison.smalltalk</string>
|
|
672
|
+
</dict>
|
|
673
|
+
<dict>
|
|
674
|
+
<key>match</key>
|
|
675
|
+
<string>\s+(and|or|\||&)\s+</string>
|
|
676
|
+
<key>name</key>
|
|
677
|
+
<string>keyword.operator.logical.smalltalk</string>
|
|
678
|
+
</dict>
|
|
679
|
+
<dict>
|
|
680
|
+
<key>match</key>
|
|
681
|
+
<string>(\\\\|\*|\+|\-|/)</string>
|
|
682
|
+
<key>name</key>
|
|
683
|
+
<string>keyword.operator.arithmetic.smalltalk</string>
|
|
684
|
+
</dict>
|
|
685
|
+
<dict>
|
|
686
|
+
<key>match</key>
|
|
687
|
+
<string>(,)</string>
|
|
688
|
+
<key>name</key>
|
|
689
|
+
<string>keyword.operator.lists.smalltalk</string>
|
|
690
|
+
</dict>
|
|
691
|
+
<dict>
|
|
692
|
+
<key>match</key>
|
|
693
|
+
<string><<</string>
|
|
694
|
+
<key>name</key>
|
|
695
|
+
<string>keyword.operator.stream.smalltalk</string>
|
|
696
|
+
</dict>
|
|
697
|
+
</array>
|
|
698
|
+
</dict>
|
|
699
|
+
<key>strings</key>
|
|
700
|
+
<dict>
|
|
701
|
+
<key>patterns</key>
|
|
702
|
+
<array>
|
|
703
|
+
<dict>
|
|
704
|
+
<key>begin</key>
|
|
705
|
+
<string>'</string>
|
|
706
|
+
<key>beginCaptures</key>
|
|
707
|
+
<dict>
|
|
708
|
+
<key>0</key>
|
|
709
|
+
<dict>
|
|
710
|
+
<key>name</key>
|
|
711
|
+
<string>punctuation.definition.string.begin.smalltalk</string>
|
|
712
|
+
</dict>
|
|
713
|
+
</dict>
|
|
714
|
+
<key>end</key>
|
|
715
|
+
<string>'</string>
|
|
716
|
+
<key>endCaptures</key>
|
|
717
|
+
<dict>
|
|
718
|
+
<key>0</key>
|
|
719
|
+
<dict>
|
|
720
|
+
<key>name</key>
|
|
721
|
+
<string>punctuation.definition.string.end.smalltalk</string>
|
|
722
|
+
</dict>
|
|
723
|
+
</dict>
|
|
724
|
+
<key>name</key>
|
|
725
|
+
<string>string.quoted.single.smalltalk</string>
|
|
726
|
+
</dict>
|
|
727
|
+
<dict>
|
|
728
|
+
<key>begin</key>
|
|
729
|
+
<string>\#\(</string>
|
|
730
|
+
<key>beginCaptures</key>
|
|
731
|
+
<dict>
|
|
732
|
+
<key>0</key>
|
|
733
|
+
<dict>
|
|
734
|
+
<key>name</key>
|
|
735
|
+
<string>punctuation.definition.string.begin.smalltalk</string>
|
|
736
|
+
</dict>
|
|
737
|
+
</dict>
|
|
738
|
+
<key>end</key>
|
|
739
|
+
<string>\)</string>
|
|
740
|
+
<key>endCaptures</key>
|
|
741
|
+
<dict>
|
|
742
|
+
<key>0</key>
|
|
743
|
+
<dict>
|
|
744
|
+
<key>name</key>
|
|
745
|
+
<string>punctuation.definition.string.end.smalltalk</string>
|
|
746
|
+
</dict>
|
|
747
|
+
</dict>
|
|
748
|
+
<key>name</key>
|
|
749
|
+
<string>string.quoted.other.smalltalk</string>
|
|
750
|
+
</dict>
|
|
751
|
+
<dict>
|
|
752
|
+
<key>begin</key>
|
|
753
|
+
<string>\#\[</string>
|
|
754
|
+
<key>beginCaptures</key>
|
|
755
|
+
<dict>
|
|
756
|
+
<key>0</key>
|
|
757
|
+
<dict>
|
|
758
|
+
<key>name</key>
|
|
759
|
+
<string>punctuation.definition.string.begin.smalltalk</string>
|
|
760
|
+
</dict>
|
|
761
|
+
</dict>
|
|
762
|
+
<key>end</key>
|
|
763
|
+
<string>\]</string>
|
|
764
|
+
<key>endCaptures</key>
|
|
765
|
+
<dict>
|
|
766
|
+
<key>0</key>
|
|
767
|
+
<dict>
|
|
768
|
+
<key>name</key>
|
|
769
|
+
<string>punctuation.definition.string.end.smalltalk</string>
|
|
770
|
+
</dict>
|
|
771
|
+
</dict>
|
|
772
|
+
<key>name</key>
|
|
773
|
+
<string>string.quoted.other.smalltalk</string>
|
|
774
|
+
</dict>
|
|
775
|
+
<dict>
|
|
776
|
+
<key>begin</key>
|
|
777
|
+
<string>(?:\#)?\{</string>
|
|
778
|
+
<key>beginCaptures</key>
|
|
779
|
+
<dict>
|
|
780
|
+
<key>0</key>
|
|
781
|
+
<dict>
|
|
782
|
+
<key>name</key>
|
|
783
|
+
<string>punctuation.definition.string.begin.smalltalk</string>
|
|
784
|
+
</dict>
|
|
785
|
+
</dict>
|
|
786
|
+
<key>end</key>
|
|
787
|
+
<string>\}</string>
|
|
788
|
+
<key>endCaptures</key>
|
|
789
|
+
<dict>
|
|
790
|
+
<key>0</key>
|
|
791
|
+
<dict>
|
|
792
|
+
<key>name</key>
|
|
793
|
+
<string>punctuation.definition.string.end.smalltalk</string>
|
|
794
|
+
</dict>
|
|
795
|
+
</dict>
|
|
796
|
+
<key>name</key>
|
|
797
|
+
<string>string.quoted.other.smalltalk</string>
|
|
798
|
+
</dict>
|
|
799
|
+
</array>
|
|
800
|
+
</dict>
|
|
801
|
+
</dict>
|
|
802
|
+
<key>scopeName</key>
|
|
803
|
+
<string>source.smalltalk.gnu</string>
|
|
804
|
+
<key>uuid</key>
|
|
805
|
+
<string>86991D7E-6E4C-4C40-8ED2-CF52AD0F5DFE</string>
|
|
806
|
+
</dict>
|
|
807
|
+
</plist>
|