redcar 0.3.5 → 0.3.6

Sign up to get free protection for your applications and to get access to all the features.
Files changed (102) hide show
  1. data/CHANGES +28 -0
  2. data/README.md +7 -0
  3. data/ROADMAP.md +11 -1
  4. data/Rakefile +61 -2
  5. data/bin/redcar +2 -1
  6. data/lib/redcar.rb +4 -3
  7. data/lib/redcar/installer.rb +3 -1
  8. data/lib/redcar/runner.rb +1 -1
  9. data/lib/redcar/usage.rb +4 -7
  10. data/lib/redcar_quick_start.rb +39 -5
  11. data/plugins/application/features/step_definitions/tree_steps.rb +6 -0
  12. data/plugins/application/features/support/env.rb +2 -6
  13. data/plugins/application/icons/redcar_icon_beta_dev.png +0 -0
  14. data/plugins/application/lib/application/command/executor.rb +8 -0
  15. data/plugins/application/lib/application/dialog.rb +25 -2
  16. data/plugins/application/lib/application/notebook.rb +4 -0
  17. data/plugins/application/lib/application/window.rb +4 -0
  18. data/plugins/application_swt/lib/application_swt.rb +2 -0
  19. data/plugins/application_swt/lib/application_swt/dialog_adapter.rb +28 -1
  20. data/plugins/application_swt/lib/application_swt/menu.rb +4 -0
  21. data/plugins/application_swt/lib/application_swt/menu/binding_translator.rb +4 -0
  22. data/plugins/application_swt/lib/application_swt/notebook.rb +22 -1
  23. data/plugins/application_swt/lib/application_swt/notebook/tab_drag_and_drop_listener.rb +124 -0
  24. data/plugins/application_swt/lib/application_swt/notebook/tab_transfer.rb +83 -0
  25. data/plugins/application_swt/lib/application_swt/swt_wrapper.rb +14 -0
  26. data/plugins/application_swt/lib/application_swt/tab.rb +28 -6
  27. data/plugins/application_swt/lib/application_swt/window.rb +88 -43
  28. data/plugins/application_swt/spec/application_swt/menu/binding_translator_spec.rb +11 -0
  29. data/plugins/application_swt/spec/spec_helper.rb +1 -1
  30. data/plugins/auto_completer/lib/auto_completer.rb +3 -20
  31. data/plugins/auto_pairer/lib/auto_pairer/document_controller.rb +1 -1
  32. data/plugins/declarations/lib/declarations/parser.rb +2 -2
  33. data/plugins/declarations/spec/spec_helper.rb +1 -0
  34. data/plugins/edit_view/features/step_definitions/notebook_steps.rb +3 -3
  35. data/plugins/edit_view/features/step_definitions/window_steps.rb +24 -9
  36. data/plugins/edit_view/features/support/env.rb +11 -9
  37. data/plugins/edit_view/lib/edit_view.rb +106 -6
  38. data/plugins/edit_view/lib/edit_view/info_speedbar.rb +32 -3
  39. data/plugins/edit_view/lib/edit_view/select_font_dialog.rb +39 -0
  40. data/plugins/edit_view/lib/edit_view/select_theme_dialog.rb +34 -0
  41. data/plugins/edit_view/lib/edit_view/tab_settings.rb +103 -8
  42. data/plugins/edit_view_swt/lib/edit_view_swt.rb +40 -3
  43. data/plugins/edit_view_swt/lib/edit_view_swt/edit_tab.rb +1 -1
  44. data/plugins/execute_current_tab/lib/execute_current_tab.rb +15 -6
  45. data/plugins/project/features/open_directory_tree.feature +10 -0
  46. data/plugins/project/lib/project.rb +10 -8
  47. data/plugins/project/lib/project/dir_mirror.rb +6 -5
  48. data/plugins/project/lib/project/drb_service.rb +16 -0
  49. data/plugins/project/lib/project/manager.rb +31 -5
  50. data/plugins/redcar/redcar.rb +115 -19
  51. data/plugins/tree_view_swt/lib/tree_view_swt.rb +15 -0
  52. data/textmate/Bundles/Cucumber.tmbundle/Preferences/Cucumber_Plain_Text_Feature_Completions.tmPreferences +3 -3
  53. data/textmate/Bundles/Cucumber.tmbundle/Preferences/Symbol_list___Scenario.tmPreferences +1 -1
  54. data/textmate/Bundles/Cucumber.tmbundle/Syntaxes/Cucumber_Plain_Text_Feature.tmLanguage +18 -76
  55. data/textmate/Bundles/Cucumber.tmbundle/Syntaxes/Cucumber_Steps.tmLanguage +1 -1
  56. data/textmate/Bundles/Palm-WebOS-Development.tmbundle/Snippets/Animation_animateStyle.tmSnippet +23 -0
  57. data/textmate/Bundles/Palm-WebOS-Development.tmbundle/Snippets/Event_listen.tmSnippet +16 -0
  58. data/textmate/Bundles/{Cucumber.tmbundle/Snippets/When_Step_Plaintext.tmSnippet → Palm-WebOS-Development.tmbundle/Snippets/Event_stop.tmSnippet} +5 -5
  59. data/textmate/Bundles/{Cucumber.tmbundle/Snippets/Then_Step.tmSnippet → Palm-WebOS-Development.tmbundle/Snippets/Event_stopListening.tmSnippet} +5 -9
  60. data/textmate/Bundles/{Cucumber.tmbundle/Snippets/Cucumber_Multiline_Steps.tmSnippet → Palm-WebOS-Development.tmbundle/Snippets/List_Model.tmSnippet} +10 -7
  61. data/textmate/Bundles/Palm-WebOS-Development.tmbundle/Snippets/Log_addLoggingMethodsToPrototype.tmSnippet +16 -0
  62. data/textmate/Bundles/{Cucumber.tmbundle/Snippets/Then_Step_Plaintext.tmSnippet → Palm-WebOS-Development.tmbundle/Snippets/Log_info.tmSnippet} +5 -5
  63. data/textmate/Bundles/{Cucumber.tmbundle/Snippets/Scenario___heading_only__.tmSnippet → Palm-WebOS-Development.tmbundle/Snippets/Log_logProperties.tmSnippet} +5 -7
  64. data/textmate/Bundles/{Cucumber.tmbundle/Snippets/When_Step.tmSnippet → Palm-WebOS-Development.tmbundle/Snippets/Model.tmSnippet} +7 -9
  65. data/textmate/Bundles/Palm-WebOS-Development.tmbundle/Snippets/__L____.tmSnippet +16 -0
  66. data/textmate/Bundles/Palm-WebOS-Development.tmbundle/Snippets/_insert____.tmSnippet +16 -0
  67. data/textmate/Bundles/Palm-WebOS-Development.tmbundle/Snippets/_update____.tmSnippet +16 -0
  68. data/textmate/Bundles/Palm-WebOS-Development.tmbundle/Snippets/controller_get.tmSnippet +16 -0
  69. data/textmate/Bundles/Palm-WebOS-Development.tmbundle/Snippets/controller_pushScene.tmSnippet +16 -0
  70. data/textmate/Bundles/Palm-WebOS-Development.tmbundle/Snippets/controller_serviceRequest.tmSnippet +21 -0
  71. data/textmate/Bundles/{Cucumber.tmbundle/Snippets/Scenario_Outline.tmSnippet → Palm-WebOS-Development.tmbundle/Snippets/controller_setupWidget.tmSnippet} +5 -9
  72. data/textmate/Bundles/{Cucumber.tmbundle/Snippets/Given_Step.tmSnippet → Palm-WebOS-Development.tmbundle/Snippets/controller_showBanner.tmSnippet} +5 -9
  73. data/textmate/Bundles/Palm-WebOS-Development.tmbundle/Syntaxes/Mojo.tmLanguage +713 -0
  74. data/textmate/Bundles/Palm-WebOS-Development.tmbundle/info.plist +188 -0
  75. data/textmate/Bundles/Smalltalk.tmbundle/Preferences/GNU_Smalltalk.tmPreferences +32 -0
  76. data/textmate/Bundles/{asciidoc.tmbundle/Preferences/Symbol_List___Heading.tmPreferences → Smalltalk.tmbundle/Preferences/GNU___Symbol_List___Method.tmPreferences} +7 -6
  77. data/textmate/Bundles/{Cucumber.tmbundle/Preferences/next_Symbol_list___Scenario.tmPreferences → Smalltalk.tmbundle/Preferences/GNU___Symbol_List___Section.tmPreferences} +7 -4
  78. data/textmate/Bundles/{asciidoc.tmbundle/Snippets/Bold.tmSnippet → Smalltalk.tmbundle/Preferences/MIST_Smalltalk_Format.tmPreferences} +8 -7
  79. data/textmate/Bundles/Smalltalk.tmbundle/Syntaxes/GNU_Smalltalk.tmLanguage +493 -0
  80. data/textmate/Bundles/Smalltalk.tmbundle/Syntaxes/GNU_Smalltalk_2.tmLanguage +807 -0
  81. data/textmate/Bundles/Smalltalk.tmbundle/Syntaxes/MIST_Smalltalk_Format.tmLanguage +645 -0
  82. data/textmate/Bundles/Smalltalk.tmbundle/info.plist +21 -0
  83. data/textmate/Themes/Twilight.tmTheme +4 -0
  84. metadata +2604 -2586
  85. data/textmate/Bundles/Cucumber.tmbundle/Preferences/next_Cucumber_Plain_Text_Feature_Completions.tmPreferences +0 -30
  86. data/textmate/Bundles/Cucumber.tmbundle/Syntaxes/next_Cucumber_Plain_Text_Feature.tmLanguage +0 -221
  87. data/textmate/Bundles/Cucumber.tmbundle/Syntaxes/next_Cucumber_Steps.tmLanguage +0 -424
  88. data/textmate/Bundles/asciidoc.tmbundle/Preferences/Typing_Pairs___Defaults.tmPreferences +0 -54
  89. data/textmate/Bundles/asciidoc.tmbundle/Snippets/Anchor.tmSnippet +0 -16
  90. data/textmate/Bundles/asciidoc.tmbundle/Snippets/Comment_Block.tmSnippet +0 -19
  91. data/textmate/Bundles/asciidoc.tmbundle/Snippets/Example_Block.tmSnippet +0 -19
  92. data/textmate/Bundles/asciidoc.tmbundle/Snippets/Italic.tmSnippet +0 -16
  93. data/textmate/Bundles/asciidoc.tmbundle/Snippets/Listing_Block.tmSnippet +0 -20
  94. data/textmate/Bundles/asciidoc.tmbundle/Snippets/Literal_Block.tmSnippet +0 -19
  95. data/textmate/Bundles/asciidoc.tmbundle/Snippets/Passthrough_Block.tmSnippet +0 -19
  96. data/textmate/Bundles/asciidoc.tmbundle/Snippets/Quote_Block.tmSnippet +0 -19
  97. data/textmate/Bundles/asciidoc.tmbundle/Snippets/Quoted.tmSnippet +0 -16
  98. data/textmate/Bundles/asciidoc.tmbundle/Snippets/Sidebar_Block.tmSnippet +0 -19
  99. data/textmate/Bundles/asciidoc.tmbundle/Snippets/Subscript.tmSnippet +0 -16
  100. data/textmate/Bundles/asciidoc.tmbundle/Snippets/Superscript.tmSnippet +0 -16
  101. data/textmate/Bundles/asciidoc.tmbundle/Syntaxes/AsciiDoc.tmLanguage +0 -428
  102. data/textmate/Bundles/asciidoc.tmbundle/info.plist +0 -91
@@ -0,0 +1,188 @@
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>mainMenu</key>
6
+ <dict>
7
+ <key>items</key>
8
+ <array>
9
+ <string>F9E9FC42-D9A5-4090-A8DF-914E226366E7</string>
10
+ <string>1BF738D9-A600-4B96-85BF-A39CAB6CEF9B</string>
11
+ <string>A0963878-F9AC-4BC1-8759-3C6FED33343F</string>
12
+ <string>35526290-7328-4B64-9A42-43925AC271CF</string>
13
+ </array>
14
+ <key>submenus</key>
15
+ <dict>
16
+ <key>123F253F-8FFF-425A-890D-16F7716B48A9</key>
17
+ <dict>
18
+ <key>items</key>
19
+ <array>
20
+ <string>E23E4E87-ECBF-489C-A56A-C37E1A61D814</string>
21
+ <string>38974ECE-80A1-44A9-9568-3DB9F6D10C98</string>
22
+ <string>61D89CCC-6C06-4BA7-A358-A55246525A0D</string>
23
+ <string>7FEE9B34-3E1A-4760-B274-DF9E36586ED9</string>
24
+ <string>94CC67B1-CA48-4D91-A129-154B73838663</string>
25
+ </array>
26
+ <key>name</key>
27
+ <string>Controller</string>
28
+ </dict>
29
+ <key>1BF738D9-A600-4B96-85BF-A39CAB6CEF9B</key>
30
+ <dict>
31
+ <key>items</key>
32
+ <array>
33
+ <string>676BC425-2980-496D-A5C6-D21A45F7D92B</string>
34
+ <string>4616C8A9-7F14-4C51-B5FD-8A9DD97C3C4C</string>
35
+ </array>
36
+ <key>name</key>
37
+ <string>Project</string>
38
+ </dict>
39
+ <key>35526290-7328-4B64-9A42-43925AC271CF</key>
40
+ <dict>
41
+ <key>items</key>
42
+ <array>
43
+ <string>41FF90D1-F806-4139-AEDA-A6671F85B7DC</string>
44
+ <string>74C26157-30DC-479F-9CB4-B055D86626E7</string>
45
+ <string>------------------------------------</string>
46
+ <string>8CE742C0-5FD2-4870-8EB6-D11B8C143FAE</string>
47
+ <string>7BC1D40D-4D2F-4976-AAA3-42B815677597</string>
48
+ <string>43D81A30-432E-4258-9119-B9E5D3E991C4</string>
49
+ <string>F4DF6D38-3B97-4396-A44A-6C766F158DDA</string>
50
+ <string>5BBFE1B2-E069-4A02-AEE0-9D78B297E8AF</string>
51
+ <string>A443A51E-71A0-4677-962F-0CC9DF8E23BE</string>
52
+ <string>2B0802C3-7340-4566-8845-5BA2B9DE3B09</string>
53
+ <string>------------------------------------</string>
54
+ <string>FDD40F7F-23FC-4DEB-8959-2642570D65E9</string>
55
+ </array>
56
+ <key>name</key>
57
+ <string>Simulation</string>
58
+ </dict>
59
+ <key>4A2543FA-7028-473C-9BC7-E94C5FA9CFBA</key>
60
+ <dict>
61
+ <key>items</key>
62
+ <array>
63
+ <string>946BC809-5F94-4702-B0A5-3144B186E6B0</string>
64
+ <string>8B4AF5F2-7F3D-4A31-886F-80160E9ECB55</string>
65
+ <string>05DFBAFC-3460-412A-9600-369FB8BFAB94</string>
66
+ </array>
67
+ <key>name</key>
68
+ <string>Log</string>
69
+ </dict>
70
+ <key>560794C6-493E-4962-BCC4-ABF8F2CF4569</key>
71
+ <dict>
72
+ <key>items</key>
73
+ <array>
74
+ <string>8B2C1225-9D25-4252-9A48-106227F3D972</string>
75
+ </array>
76
+ <key>name</key>
77
+ <string>Animation</string>
78
+ </dict>
79
+ <key>7F773F26-6A86-4BEE-8B53-CEB2838CC0E3</key>
80
+ <dict>
81
+ <key>items</key>
82
+ <array>
83
+ <string>91D584A7-B3BF-4546-AB97-E2F85CDDA9B2</string>
84
+ </array>
85
+ <key>name</key>
86
+ <string>Translation</string>
87
+ </dict>
88
+ <key>A0963878-F9AC-4BC1-8759-3C6FED33343F</key>
89
+ <dict>
90
+ <key>items</key>
91
+ <array>
92
+ <string>B875A267-283E-463F-ABB5-49677E999E6C</string>
93
+ <string>FEF50332-8002-4F84-A363-93D15EBD77E3</string>
94
+ <string>90292671-C214-4654-B77A-4F42FC2E25C1</string>
95
+ <string>------------------------------------</string>
96
+ <string>17F12A86-5C9D-4463-A8AB-A1BB57356C08</string>
97
+ <string>AE49697C-2AB7-4235-BC96-9E1706E4C690</string>
98
+ <string>F765B3A9-40F5-4908-B662-B3A927BEF41A</string>
99
+ </array>
100
+ <key>name</key>
101
+ <string>Build &amp; Run</string>
102
+ </dict>
103
+ <key>A0DE06BE-4601-49C1-B7F7-433563262BDF</key>
104
+ <dict>
105
+ <key>items</key>
106
+ <array>
107
+ <string>343F6774-A9DE-4142-8588-D2CB30CD8287</string>
108
+ <string>4B2E64F1-C454-4564-A852-2EC543FD1F40</string>
109
+ <string>6FCD509A-46E1-4A63-A331-4022E9D1C81E</string>
110
+ </array>
111
+ <key>name</key>
112
+ <string>Events</string>
113
+ </dict>
114
+ <key>B0FDCE66-5E86-4827-A6D8-32C7032B91F8</key>
115
+ <dict>
116
+ <key>items</key>
117
+ <array>
118
+ <string>874504A2-D5A1-4EDE-A32E-EC5EF3280CCF</string>
119
+ <string>5B88929B-04C8-43A5-8B1B-F945D1959C7F</string>
120
+ <string>BF3F835B-C3CF-43FA-9408-4AEA44B598BD</string>
121
+ <string>43B8F4F0-3839-48D4-AAE6-B8791882E8CF</string>
122
+ <string>F70E2A49-D6B1-4246-8CA6-65A339624B75</string>
123
+ </array>
124
+ <key>name</key>
125
+ <string>Various</string>
126
+ </dict>
127
+ <key>F9E9FC42-D9A5-4090-A8DF-914E226366E7</key>
128
+ <dict>
129
+ <key>items</key>
130
+ <array>
131
+ <string>123F253F-8FFF-425A-890D-16F7716B48A9</string>
132
+ <string>A0DE06BE-4601-49C1-B7F7-433563262BDF</string>
133
+ <string>560794C6-493E-4962-BCC4-ABF8F2CF4569</string>
134
+ <string>4A2543FA-7028-473C-9BC7-E94C5FA9CFBA</string>
135
+ <string>7F773F26-6A86-4BEE-8B53-CEB2838CC0E3</string>
136
+ <string>B0FDCE66-5E86-4827-A6D8-32C7032B91F8</string>
137
+ </array>
138
+ <key>name</key>
139
+ <string>Mojo</string>
140
+ </dict>
141
+ </dict>
142
+ </dict>
143
+ <key>name</key>
144
+ <string>Palm webOS</string>
145
+ <key>ordering</key>
146
+ <array>
147
+ <string>D570267B-564C-4B0C-AA79-8293A41214C8</string>
148
+ <string>676BC425-2980-496D-A5C6-D21A45F7D92B</string>
149
+ <string>4616C8A9-7F14-4C51-B5FD-8A9DD97C3C4C</string>
150
+ <string>B875A267-283E-463F-ABB5-49677E999E6C</string>
151
+ <string>FEF50332-8002-4F84-A363-93D15EBD77E3</string>
152
+ <string>90292671-C214-4654-B77A-4F42FC2E25C1</string>
153
+ <string>17F12A86-5C9D-4463-A8AB-A1BB57356C08</string>
154
+ <string>AE49697C-2AB7-4235-BC96-9E1706E4C690</string>
155
+ <string>F765B3A9-40F5-4908-B662-B3A927BEF41A</string>
156
+ <string>41FF90D1-F806-4139-AEDA-A6671F85B7DC</string>
157
+ <string>74C26157-30DC-479F-9CB4-B055D86626E7</string>
158
+ <string>8CE742C0-5FD2-4870-8EB6-D11B8C143FAE</string>
159
+ <string>7BC1D40D-4D2F-4976-AAA3-42B815677597</string>
160
+ <string>43D81A30-432E-4258-9119-B9E5D3E991C4</string>
161
+ <string>F4DF6D38-3B97-4396-A44A-6C766F158DDA</string>
162
+ <string>5BBFE1B2-E069-4A02-AEE0-9D78B297E8AF</string>
163
+ <string>A443A51E-71A0-4677-962F-0CC9DF8E23BE</string>
164
+ <string>2B0802C3-7340-4566-8845-5BA2B9DE3B09</string>
165
+ <string>FDD40F7F-23FC-4DEB-8959-2642570D65E9</string>
166
+ <string>91D584A7-B3BF-4546-AB97-E2F85CDDA9B2</string>
167
+ <string>E23E4E87-ECBF-489C-A56A-C37E1A61D814</string>
168
+ <string>38974ECE-80A1-44A9-9568-3DB9F6D10C98</string>
169
+ <string>61D89CCC-6C06-4BA7-A358-A55246525A0D</string>
170
+ <string>7FEE9B34-3E1A-4760-B274-DF9E36586ED9</string>
171
+ <string>94CC67B1-CA48-4D91-A129-154B73838663</string>
172
+ <string>343F6774-A9DE-4142-8588-D2CB30CD8287</string>
173
+ <string>4B2E64F1-C454-4564-A852-2EC543FD1F40</string>
174
+ <string>6FCD509A-46E1-4A63-A331-4022E9D1C81E</string>
175
+ <string>8B2C1225-9D25-4252-9A48-106227F3D972</string>
176
+ <string>946BC809-5F94-4702-B0A5-3144B186E6B0</string>
177
+ <string>8B4AF5F2-7F3D-4A31-886F-80160E9ECB55</string>
178
+ <string>05DFBAFC-3460-412A-9600-369FB8BFAB94</string>
179
+ <string>5B88929B-04C8-43A5-8B1B-F945D1959C7F</string>
180
+ <string>BF3F835B-C3CF-43FA-9408-4AEA44B598BD</string>
181
+ <string>43B8F4F0-3839-48D4-AAE6-B8791882E8CF</string>
182
+ <string>F70E2A49-D6B1-4246-8CA6-65A339624B75</string>
183
+ <string>874504A2-D5A1-4EDE-A32E-EC5EF3280CCF</string>
184
+ </array>
185
+ <key>uuid</key>
186
+ <string>69D3800B-F919-4D8B-9C02-1ECA781038D6</string>
187
+ </dict>
188
+ </plist>
@@ -0,0 +1,32 @@
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>name</key>
6
+ <string>GNU Smalltalk</string>
7
+ <key>scope</key>
8
+ <string>source.smalltalk.gnu</string>
9
+ <key>settings</key>
10
+ <dict>
11
+ <key>shellVariables</key>
12
+ <array>
13
+ <dict>
14
+ <key>name</key>
15
+ <string>TM_COMMENT_START</string>
16
+ <key>value</key>
17
+ <string>"</string>
18
+ </dict>
19
+ <dict>
20
+ <key>name</key>
21
+ <string>TM_COMMENT_END</string>
22
+ <key>value</key>
23
+ <string>"</string>
24
+ </dict>
25
+ </array>
26
+ <key>spellchecking</key>
27
+ <integer>0</integer>
28
+ </dict>
29
+ <key>uuid</key>
30
+ <string>D2CCB64E-AB74-4825-827B-A857B73D3134</string>
31
+ </dict>
32
+ </plist>
@@ -3,20 +3,21 @@
3
3
  <plist version="1.0">
4
4
  <dict>
5
5
  <key>name</key>
6
- <string>Symbol List: Heading</string>
6
+ <string>GNU: Symbol List: Method</string>
7
7
  <key>scope</key>
8
- <string>text.html.asciidoc markup.heading.asciidoc</string>
8
+ <string>meta.declaration.methods.method.name.smalltalk</string>
9
9
  <key>settings</key>
10
10
  <dict>
11
11
  <key>showInSymbolList</key>
12
12
  <integer>1</integer>
13
13
  <key>symbolTransformation</key>
14
14
  <string>
15
- # s/(?&lt;==)=/ /g; # change all but first # to m-space
16
- s/^=(=*)\s+(.*)/$1$2/; # strip first # and space before title
17
- </string>
15
+ s/^\s*(.*)$/$1/
16
+ s/([a-zA-Z0-9]+:)\s+[a-zA-Z0-9]+(?:\s|$)/$1/g
17
+ s/(.*)/\t$1/
18
+ </string>
18
19
  </dict>
19
20
  <key>uuid</key>
20
- <string>6929E4A8-0833-4D9F-937D-2A86451C655E</string>
21
+ <string>663866CD-A1EA-40DB-82DF-72125695B331</string>
21
22
  </dict>
22
23
  </plist>
@@ -3,17 +3,20 @@
3
3
  <plist version="1.0">
4
4
  <dict>
5
5
  <key>name</key>
6
- <string>Symbol list: Scenario</string>
6
+ <string>GNU: Symbol List: Section</string>
7
7
  <key>scope</key>
8
- <string>text.gherkin.feature string.language.gherkin.scenario.title</string>
8
+ <string>meta.declaration.methods.section.name.smalltalk</string>
9
9
  <key>settings</key>
10
10
  <dict>
11
11
  <key>showInSymbolList</key>
12
12
  <integer>1</integer>
13
13
  <key>symbolTransformation</key>
14
- <string>s/^\s*:\s*/ /</string>
14
+ <string>
15
+ s/ methodsFor: '(.*)'/: $1/;
16
+ s/!(.*)!/$1/
17
+ </string>
15
18
  </dict>
16
19
  <key>uuid</key>
17
- <string>90F0D309-13C4-4286-88DE-60F61DDEF094</string>
20
+ <string>29D51DE1-0FFD-439D-AB37-2F52C907D463</string>
18
21
  </dict>
19
22
  </plist>
@@ -2,15 +2,16 @@
2
2
  <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3
3
  <plist version="1.0">
4
4
  <dict>
5
- <key>content</key>
6
- <string>*$TM_SELECTED_TEXT*</string>
7
- <key>keyEquivalent</key>
8
- <string>@b</string>
9
5
  <key>name</key>
10
- <string>Bold</string>
6
+ <string>MIST Smalltalk Format</string>
11
7
  <key>scope</key>
12
- <string>text.html.asciidoc</string>
8
+ <string>source.smalltalk.mist</string>
9
+ <key>settings</key>
10
+ <dict>
11
+ <key>spellchecking</key>
12
+ <integer>0</integer>
13
+ </dict>
13
14
  <key>uuid</key>
14
- <string>12F6DE4C-6981-4413-8582-C0286D2ED84B</string>
15
+ <string>1580915C-91DD-4BEB-B65B-02F7A3614E58</string>
15
16
  </dict>
16
17
  </plist>
@@ -0,0 +1,493 @@
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*![A-Z]</string>
11
+ <key>foldingStopMarker</key>
12
+ <string>^\s*!(?:\s!)?\s*$</string>
13
+ <key>keyEquivalent</key>
14
+ <string>^~G</string>
15
+ <key>name</key>
16
+ <string>GNU Smalltalk (old)</string>
17
+ <key>patterns</key>
18
+ <array>
19
+ <dict>
20
+ <key>begin</key>
21
+ <string>^(!([A-Z][A-Za-z0-9]+)(?: class)? methodsFor: '(.*)'!)$</string>
22
+ <key>captures</key>
23
+ <dict>
24
+ <key>1</key>
25
+ <dict>
26
+ <key>name</key>
27
+ <string>meta.declaration.methods.section.name.smalltalk</string>
28
+ </dict>
29
+ <key>2</key>
30
+ <dict>
31
+ <key>name</key>
32
+ <string>entity.name.class.smalltalk</string>
33
+ </dict>
34
+ <key>3</key>
35
+ <dict>
36
+ <key>name</key>
37
+ <string>entity.name.section.smalltalk</string>
38
+ </dict>
39
+ </dict>
40
+ <key>end</key>
41
+ <string>^!(?:\s!)?$</string>
42
+ <key>name</key>
43
+ <string>meta.declaration.methods.section.smalltalk</string>
44
+ <key>patterns</key>
45
+ <array>
46
+ <dict>
47
+ <key>begin</key>
48
+ <string>^((?:(?:\s*([a-z0-9][a-zA-Z0-9]*:)\s([a-z0-9][a-zA-Z0-9]*))+(?:\s([a-z0-9][a-zA-Z0-9]*))?|\s+([a-z0-9][a-zA-Z0-9]*)))\s*$</string>
49
+ <key>captures</key>
50
+ <dict>
51
+ <key>1</key>
52
+ <dict>
53
+ <key>name</key>
54
+ <string>meta.declaration.methods.method.name.smalltalk</string>
55
+ </dict>
56
+ <key>2</key>
57
+ <dict>
58
+ <key>name</key>
59
+ <string>entity.name.function.smalltalk</string>
60
+ </dict>
61
+ <key>3</key>
62
+ <dict>
63
+ <key>name</key>
64
+ <string>variable.parameter.smalltalk</string>
65
+ </dict>
66
+ <key>4</key>
67
+ <dict>
68
+ <key>name</key>
69
+ <string>entity.name.function.smalltalk</string>
70
+ </dict>
71
+ <key>5</key>
72
+ <dict>
73
+ <key>name</key>
74
+ <string>entity.name.function.smalltalk</string>
75
+ </dict>
76
+ </dict>
77
+ <key>end</key>
78
+ <string>^\s*!$</string>
79
+ <key>name</key>
80
+ <string>meta.declaration.methods.method.smalltalk</string>
81
+ <key>patterns</key>
82
+ <array>
83
+ <dict>
84
+ <key>include</key>
85
+ <string>#method_def</string>
86
+ </dict>
87
+ <dict>
88
+ <key>include</key>
89
+ <string>#operators</string>
90
+ </dict>
91
+ <dict>
92
+ <key>include</key>
93
+ <string>#constants</string>
94
+ </dict>
95
+ <dict>
96
+ <key>include</key>
97
+ <string>#strings</string>
98
+ </dict>
99
+ <dict>
100
+ <key>include</key>
101
+ <string>#classes</string>
102
+ </dict>
103
+ <dict>
104
+ <key>include</key>
105
+ <string>#methods</string>
106
+ </dict>
107
+ </array>
108
+ </dict>
109
+ </array>
110
+ </dict>
111
+ <dict>
112
+ <key>match</key>
113
+ <string>!</string>
114
+ <key>name</key>
115
+ <string>punctuation.section.scope.smalltalk</string>
116
+ </dict>
117
+ <dict>
118
+ <key>include</key>
119
+ <string>#operators</string>
120
+ </dict>
121
+ <dict>
122
+ <key>include</key>
123
+ <string>#constants</string>
124
+ </dict>
125
+ <dict>
126
+ <key>include</key>
127
+ <string>#strings</string>
128
+ </dict>
129
+ <dict>
130
+ <key>include</key>
131
+ <string>#classes</string>
132
+ </dict>
133
+ <dict>
134
+ <key>include</key>
135
+ <string>#methods</string>
136
+ </dict>
137
+ </array>
138
+ <key>repository</key>
139
+ <dict>
140
+ <key>classes</key>
141
+ <dict>
142
+ <key>patterns</key>
143
+ <array>
144
+ <dict>
145
+ <key>match</key>
146
+ <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>
147
+ <key>name</key>
148
+ <string>support.class.base.smalltalk</string>
149
+ </dict>
150
+ <dict>
151
+ <key>match</key>
152
+ <string>\b([A-Z][A-Za-z0-9]+)\b</string>
153
+ <key>name</key>
154
+ <string>entity.name.class.smalltalk</string>
155
+ </dict>
156
+ </array>
157
+ </dict>
158
+ <key>constants</key>
159
+ <dict>
160
+ <key>patterns</key>
161
+ <array>
162
+ <dict>
163
+ <key>match</key>
164
+ <string>\b(nil|true|false)\b</string>
165
+ <key>name</key>
166
+ <string>constant.language.smalltalk</string>
167
+ </dict>
168
+ <dict>
169
+ <key>captures</key>
170
+ <dict>
171
+ <key>1</key>
172
+ <dict>
173
+ <key>name</key>
174
+ <string>punctuation.definition.constant.smalltalk</string>
175
+ </dict>
176
+ </dict>
177
+ <key>comment</key>
178
+ <string>symbols</string>
179
+ <key>match</key>
180
+ <string>(#)([a-zA-Z][a-zA-Z0-9]*)</string>
181
+ <key>name</key>
182
+ <string>constant.other.symbol.smalltalk</string>
183
+ </dict>
184
+ <dict>
185
+ <key>match</key>
186
+ <string>\b(-?[0-9]+\.[0-9]+)\b</string>
187
+ <key>name</key>
188
+ <string>constant.numeric.decimal.smalltalk</string>
189
+ </dict>
190
+ <dict>
191
+ <key>match</key>
192
+ <string>\b(-?[0-9]+E[0-9]+)\b</string>
193
+ <key>name</key>
194
+ <string>constant.numeric.decimal.smalltalk</string>
195
+ </dict>
196
+ <dict>
197
+ <key>match</key>
198
+ <string>\b(-?[0-9]+)\b</string>
199
+ <key>name</key>
200
+ <string>constant.numeric.integer.smalltalk</string>
201
+ </dict>
202
+ <dict>
203
+ <key>match</key>
204
+ <string>\b(2r[0-1]+)\b</string>
205
+ <key>name</key>
206
+ <string>constant.numeric.other.smalltalk</string>
207
+ </dict>
208
+ <dict>
209
+ <key>match</key>
210
+ <string>\b(8r[0-7]+)\b</string>
211
+ <key>name</key>
212
+ <string>constant.numeric.other.smalltalk</string>
213
+ </dict>
214
+ <dict>
215
+ <key>match</key>
216
+ <string>\b(16r[0-9a-f]+)\b</string>
217
+ <key>name</key>
218
+ <string>constant.numeric.other.smalltalk</string>
219
+ </dict>
220
+ </array>
221
+ </dict>
222
+ <key>method_def</key>
223
+ <dict>
224
+ <key>patterns</key>
225
+ <array>
226
+ <dict>
227
+ <key>begin</key>
228
+ <string>\s*(\|)</string>
229
+ <key>captures</key>
230
+ <dict>
231
+ <key>1</key>
232
+ <dict>
233
+ <key>name</key>
234
+ <string>punctuation.separator.variable.smalltalk</string>
235
+ </dict>
236
+ </dict>
237
+ <key>end</key>
238
+ <string>(\|)</string>
239
+ <key>patterns</key>
240
+ <array>
241
+ <dict>
242
+ <key>match</key>
243
+ <string>[a-zA-Z][a-zA-Z0-9]*</string>
244
+ <key>name</key>
245
+ <string>variable.other.block.smalltalk</string>
246
+ </dict>
247
+ </array>
248
+ </dict>
249
+ <dict>
250
+ <key>match</key>
251
+ <string>\^</string>
252
+ <key>name</key>
253
+ <string>keyword.operator.return.smalltalk</string>
254
+ </dict>
255
+ <dict>
256
+ <key>match</key>
257
+ <string>\b(super|self|thisContext)\b</string>
258
+ <key>name</key>
259
+ <string>variable.language.smalltalk</string>
260
+ </dict>
261
+ </array>
262
+ </dict>
263
+ <key>methods</key>
264
+ <dict>
265
+ <key>patterns</key>
266
+ <array>
267
+ <dict>
268
+ <key>match</key>
269
+ <string>\s(new)\b</string>
270
+ <key>name</key>
271
+ <string>support.function.constructor.smalltalk</string>
272
+ </dict>
273
+ <dict>
274
+ <key>match</key>
275
+ <string>\s(finalizableObjects|initialize|dependencies)( |\.|;|$)</string>
276
+ <key>name</key>
277
+ <string>support.function.class.smalltalk</string>
278
+ </dict>
279
+ <dict>
280
+ <key>match</key>
281
+ <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>
282
+ <key>name</key>
283
+ <string>support.function.object.smalltalk</string>
284
+ </dict>
285
+ <dict>
286
+ <key>match</key>
287
+ <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>
288
+ <key>name</key>
289
+ <string>support.function.object.smalltalk</string>
290
+ </dict>
291
+ <dict>
292
+ <key>match</key>
293
+ <string>\s(asByteArray|asFile|asRegex|asString|asSymbol|encoding|isLiteralObject)( |\.|;|$)</string>
294
+ <key>name</key>
295
+ <string>support.function.string.smalltalk</string>
296
+ </dict>
297
+ <dict>
298
+ <key>match</key>
299
+ <string>\s((?:allOccurrencesOfRegex|asCData|byteAt|indexOfRegex|matchRegex|occurrencesOfRegex|searchRegex|similarityTo|tokenize):)</string>
300
+ <key>name</key>
301
+ <string>support.function.string.smalltalk</string>
302
+ </dict>
303
+ <dict>
304
+ <key>match</key>
305
+ <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>
306
+ <key>name</key>
307
+ <string>support.function.stream.smalltalk</string>
308
+ </dict>
309
+ <dict>
310
+ <key>match</key>
311
+ <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>
312
+ <key>name</key>
313
+ <string>support.function.stream.smalltalk</string>
314
+ </dict>
315
+ <dict>
316
+ <key>match</key>
317
+ <string>\s([a-z][a-zA-Z0-9]+:)</string>
318
+ <key>name</key>
319
+ <string>meta.function-call.smalltalk</string>
320
+ </dict>
321
+ </array>
322
+ </dict>
323
+ <key>operators</key>
324
+ <dict>
325
+ <key>patterns</key>
326
+ <array>
327
+ <dict>
328
+ <key>match</key>
329
+ <string>\.</string>
330
+ <key>name</key>
331
+ <string>punctuation.separator.statement.smalltalk</string>
332
+ </dict>
333
+ <dict>
334
+ <key>match</key>
335
+ <string>;</string>
336
+ <key>name</key>
337
+ <string>punctuation.separator.cascade.smalltalk</string>
338
+ </dict>
339
+ <dict>
340
+ <key>match</key>
341
+ <string>\:\=</string>
342
+ <key>name</key>
343
+ <string>keyword.operator.assignment.smalltalk</string>
344
+ </dict>
345
+ <dict>
346
+ <key>match</key>
347
+ <string>&lt;|&gt;|&lt;=|&gt;=|=|~=|==|~~|=~</string>
348
+ <key>name</key>
349
+ <string>keyword.operator.comparison.smalltalk</string>
350
+ </dict>
351
+ <dict>
352
+ <key>match</key>
353
+ <string>\s+(and|or|\||&amp;)\s+</string>
354
+ <key>name</key>
355
+ <string>keyword.operator.logical.smalltalk</string>
356
+ </dict>
357
+ <dict>
358
+ <key>match</key>
359
+ <string>(\\\\|\*|\+|\-|/)</string>
360
+ <key>name</key>
361
+ <string>keyword.operator.arithmetic.smalltalk</string>
362
+ </dict>
363
+ <dict>
364
+ <key>match</key>
365
+ <string>(,)</string>
366
+ <key>name</key>
367
+ <string>keyword.operator.lists.smalltalk</string>
368
+ </dict>
369
+ <dict>
370
+ <key>match</key>
371
+ <string>&lt;&lt;</string>
372
+ <key>name</key>
373
+ <string>keyword.operator.stream.smalltalk</string>
374
+ </dict>
375
+ </array>
376
+ </dict>
377
+ <key>strings</key>
378
+ <dict>
379
+ <key>patterns</key>
380
+ <array>
381
+ <dict>
382
+ <key>begin</key>
383
+ <string>"</string>
384
+ <key>end</key>
385
+ <string>"</string>
386
+ <key>name</key>
387
+ <string>comment.smalltalk</string>
388
+ </dict>
389
+ <dict>
390
+ <key>begin</key>
391
+ <string>'</string>
392
+ <key>beginCaptures</key>
393
+ <dict>
394
+ <key>0</key>
395
+ <dict>
396
+ <key>name</key>
397
+ <string>punctuation.definition.string.begin.smalltalk</string>
398
+ </dict>
399
+ </dict>
400
+ <key>end</key>
401
+ <string>'</string>
402
+ <key>endCaptures</key>
403
+ <dict>
404
+ <key>0</key>
405
+ <dict>
406
+ <key>name</key>
407
+ <string>punctuation.definition.string.end.smalltalk</string>
408
+ </dict>
409
+ </dict>
410
+ <key>name</key>
411
+ <string>string.quoted.single.smalltalk</string>
412
+ </dict>
413
+ <dict>
414
+ <key>begin</key>
415
+ <string>\#\(</string>
416
+ <key>beginCaptures</key>
417
+ <dict>
418
+ <key>0</key>
419
+ <dict>
420
+ <key>name</key>
421
+ <string>punctuation.definition.string.begin.smalltalk</string>
422
+ </dict>
423
+ </dict>
424
+ <key>end</key>
425
+ <string>\)</string>
426
+ <key>endCaptures</key>
427
+ <dict>
428
+ <key>0</key>
429
+ <dict>
430
+ <key>name</key>
431
+ <string>punctuation.definition.string.end.smalltalk</string>
432
+ </dict>
433
+ </dict>
434
+ <key>name</key>
435
+ <string>string.quoted.other.smalltalk</string>
436
+ </dict>
437
+ <dict>
438
+ <key>begin</key>
439
+ <string>\#\[</string>
440
+ <key>beginCaptures</key>
441
+ <dict>
442
+ <key>0</key>
443
+ <dict>
444
+ <key>name</key>
445
+ <string>punctuation.definition.string.begin.smalltalk</string>
446
+ </dict>
447
+ </dict>
448
+ <key>end</key>
449
+ <string>\]</string>
450
+ <key>endCaptures</key>
451
+ <dict>
452
+ <key>0</key>
453
+ <dict>
454
+ <key>name</key>
455
+ <string>punctuation.definition.string.end.smalltalk</string>
456
+ </dict>
457
+ </dict>
458
+ <key>name</key>
459
+ <string>string.quoted.other.smalltalk</string>
460
+ </dict>
461
+ <dict>
462
+ <key>begin</key>
463
+ <string>(?:\#)?\{</string>
464
+ <key>beginCaptures</key>
465
+ <dict>
466
+ <key>0</key>
467
+ <dict>
468
+ <key>name</key>
469
+ <string>punctuation.definition.string.begin.smalltalk</string>
470
+ </dict>
471
+ </dict>
472
+ <key>end</key>
473
+ <string>\}</string>
474
+ <key>endCaptures</key>
475
+ <dict>
476
+ <key>0</key>
477
+ <dict>
478
+ <key>name</key>
479
+ <string>punctuation.definition.string.end.smalltalk</string>
480
+ </dict>
481
+ </dict>
482
+ <key>name</key>
483
+ <string>string.quoted.other.smalltalk</string>
484
+ </dict>
485
+ </array>
486
+ </dict>
487
+ </dict>
488
+ <key>scopeName</key>
489
+ <string>source.smalltalk.gnu</string>
490
+ <key>uuid</key>
491
+ <string>8D5B0A47-F312-4E18-84FB-7186E302726F</string>
492
+ </dict>
493
+ </plist>