rmthemegen 0.0.38 → 0.0.39
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/.project +18 -0
- data/bin/geanyfy.rb +4 -41
- data/lib/rmthemegen/basis_theme.tmTheme +971 -0
- data/lib/rmthemegen/geany.filetypes.all +2945 -0
- data/lib/rmthemegen/plist.html +246 -0
- data/lib/rmthemegen/plist_to_tokenlist.rb +242 -0
- data/lib/rmthemegen/rmtg_rubymine.rb +196 -0
- data/lib/rmthemegen/rmtg_textmate.rb +262 -0
- data/lib/rmthemegen/rmthemegen_187.rb +32 -233
- data/lib/rmthemegen/rmthemegen_parent.rb +235 -0
- data/lib/rmthemegen/rmthemegen_to_css.rb +1 -0
- data/lib/rmthemegen/syntaxes/Apache.plist +544 -0
- data/lib/rmthemegen/syntaxes/Bibtex.plist +406 -0
- data/lib/rmthemegen/syntaxes/Blog___HTML__.plist +88 -0
- data/lib/rmthemegen/syntaxes/Blog___Markdown__.plist +89 -0
- data/lib/rmthemegen/syntaxes/Blog___Text__.plist +74 -0
- data/lib/rmthemegen/syntaxes/Blog___Textile__.plist +74 -0
- data/lib/rmthemegen/syntaxes/C.plist +1126 -0
- data/lib/rmthemegen/syntaxes/CSS.plist +543 -0
- data/lib/rmthemegen/syntaxes/C____.plist +521 -0
- data/lib/rmthemegen/syntaxes/ClojureRepl.plist +40 -0
- data/lib/rmthemegen/syntaxes/Diff.plist +229 -0
- data/lib/rmthemegen/syntaxes/GroovyRepl.plist +40 -0
- data/lib/rmthemegen/syntaxes/HTML.plist +960 -0
- data/lib/rmthemegen/syntaxes/HTML___Rails__.plist +92 -0
- data/lib/rmthemegen/syntaxes/Haskell.plist +646 -0
- data/lib/rmthemegen/syntaxes/Io.plist +225 -0
- data/lib/rmthemegen/syntaxes/Java.plist +1156 -0
- data/lib/rmthemegen/syntaxes/JavaProperties.plist +70 -0
- data/lib/rmthemegen/syntaxes/JavaScript.plist +712 -0
- data/lib/rmthemegen/syntaxes/LaTeX.plist +1601 -0
- data/lib/rmthemegen/syntaxes/LaTeX_Beamer.plist +106 -0
- data/lib/rmthemegen/syntaxes/LaTeX_Log.plist +141 -0
- data/lib/rmthemegen/syntaxes/Lisp.plist +160 -0
- data/lib/rmthemegen/syntaxes/Literate_Haskell.plist +90 -0
- data/lib/rmthemegen/syntaxes/Makefile.plist +103 -0
- data/lib/rmthemegen/syntaxes/Markdown.plist +1192 -0
- data/lib/rmthemegen/syntaxes/Mirah.plist +22 -0
- data/lib/rmthemegen/syntaxes/PHP.plist +3481 -0
- data/lib/rmthemegen/syntaxes/PHP.xml +3481 -0
- data/lib/rmthemegen/syntaxes/Perl.plist +3209 -0
- data/lib/rmthemegen/syntaxes/Plain_text.plist +83 -0
- data/lib/rmthemegen/syntaxes/Processing.plist +296 -0
- data/lib/rmthemegen/syntaxes/Rez.plist +219 -0
- data/lib/rmthemegen/syntaxes/Ruby.plist +2891 -0
- data/lib/rmthemegen/syntaxes/RubyRepl.plist +40 -0
- data/lib/rmthemegen/syntaxes/Ruby_on_Rails.plist +288 -0
- data/lib/rmthemegen/syntaxes/SQL.plist +705 -0
- data/lib/rmthemegen/syntaxes/SQL___Rails__.plist +51 -0
- data/lib/rmthemegen/syntaxes/Shell__Unix__Generic.plist +1855 -0
- data/lib/rmthemegen/syntaxes/TeX.plist +246 -0
- data/lib/rmthemegen/syntaxes/TeX_Math.plist +132 -0
- data/lib/rmthemegen/syntaxes/Textile.plist +490 -0
- data/lib/rmthemegen/syntaxes/Vala.plist +285 -0
- data/lib/rmthemegen/syntaxes/XML.plist +576 -0
- data/lib/rmthemegen/syntaxes/XSL.plist +157 -0
- data/lib/rmthemegen/syntaxes/YAML.plist +467 -0
- data/lib/rmthemegen/textmate_themes/Active4D.tmTheme +407 -0
- data/lib/rmthemegen/textmate_themes/All Hallow's Eve Custom.tmTheme +273 -0
- data/lib/rmthemegen/textmate_themes/All Hallow's Eve.tmTheme +277 -0
- data/lib/rmthemegen/textmate_themes/Amy.tmTheme +557 -0
- data/lib/rmthemegen/textmate_themes/BBEdit.tmTheme +437 -0
- data/lib/rmthemegen/textmate_themes/Black Pearl II.tmTheme +496 -0
- data/lib/rmthemegen/textmate_themes/Black Pearl.tmTheme +400 -0
- data/lib/rmthemegen/textmate_themes/Blackboard Black.tmTheme +350 -0
- data/lib/rmthemegen/textmate_themes/Blackboard.tmTheme +350 -0
- data/lib/rmthemegen/textmate_themes/Bongzilla.tmTheme +223 -0
- data/lib/rmthemegen/textmate_themes/Brilliance Black.tmTheme +2619 -0
- data/lib/rmthemegen/textmate_themes/Brilliance Dull.tmTheme +2243 -0
- data/lib/rmthemegen/textmate_themes/CSSEdit.tmTheme +203 -0
- data/lib/rmthemegen/textmate_themes/Clouds Midnight.tmTheme +361 -0
- data/lib/rmthemegen/textmate_themes/Clouds.tmTheme +348 -0
- data/lib/rmthemegen/textmate_themes/Cobalt.tmTheme +559 -0
- data/lib/rmthemegen/textmate_themes/Coda.tmTheme +313 -0
- data/lib/rmthemegen/textmate_themes/Cool Glow.tmTheme +350 -0
- data/lib/rmthemegen/textmate_themes/Dawn.tmTheme +437 -0
- data/lib/rmthemegen/textmate_themes/Django (Smoothy).tmTheme +453 -0
- data/lib/rmthemegen/textmate_themes/Django.tmTheme +436 -0
- data/lib/rmthemegen/textmate_themes/Eiffel.tmTheme +439 -0
- data/lib/rmthemegen/textmate_themes/Emacs Strict.tmTheme +241 -0
- data/lib/rmthemegen/textmate_themes/Espresso Libre.tmTheme +402 -0
- data/lib/rmthemegen/textmate_themes/Espresso Tutti.tmTheme +392 -0
- data/lib/rmthemegen/textmate_themes/Espresso.tmTheme +329 -0
- data/lib/rmthemegen/textmate_themes/Fade to Grey.tmTheme +308 -0
- data/lib/rmthemegen/textmate_themes/Fluidvision.tmTheme +443 -0
- data/lib/rmthemegen/textmate_themes/ForLaTeX.tmTheme +214 -0
- data/lib/rmthemegen/textmate_themes/Freckle.tmTheme +279 -0
- data/lib/rmthemegen/textmate_themes/Friendship Bracelet.tmTheme +303 -0
- data/lib/rmthemegen/textmate_themes/GitHub.tmTheme +653 -0
- data/lib/rmthemegen/textmate_themes/GlitterBomb.tmTheme +387 -0
- data/lib/rmthemegen/textmate_themes/Happy happy joy joy 2.tmTheme +841 -0
- data/lib/rmthemegen/textmate_themes/IDLE.tmTheme +235 -0
- data/lib/rmthemegen/textmate_themes/IR_Black.tmTheme +810 -0
- data/lib/rmthemegen/textmate_themes/IR_White.tmTheme +792 -0
- data/lib/rmthemegen/textmate_themes/LAZY.tmTheme +291 -0
- data/lib/rmthemegen/textmate_themes/Lowlight.tmTheme +605 -0
- data/lib/rmthemegen/textmate_themes/Mac Classic.tmTheme +450 -0
- data/lib/rmthemegen/textmate_themes/Made of Code.tmTheme +695 -0
- data/lib/rmthemegen/textmate_themes/MagicWB (Amiga).tmTheme +376 -0
- data/lib/rmthemegen/textmate_themes/Merbivore Soft.tmTheme +285 -0
- data/lib/rmthemegen/textmate_themes/Merbivore.tmTheme +285 -0
- data/lib/rmthemegen/textmate_themes/Monokai.tmTheme +289 -0
- data/lib/rmthemegen/textmate_themes/MultiMarkdown.tmTheme +183 -0
- data/lib/rmthemegen/textmate_themes/Pastels on Dark.tmTheme +701 -0
- data/lib/rmthemegen/textmate_themes/Pastie.tmTheme +321 -0
- data/lib/rmthemegen/textmate_themes/Putty.tmTheme +275 -0
- data/lib/rmthemegen/textmate_themes/RDark.tmTheme +235 -0
- data/lib/rmthemegen/textmate_themes/Rails Envy.tmTheme +299 -0
- data/lib/rmthemegen/textmate_themes/Railscasts.tmTheme +278 -0
- data/lib/rmthemegen/textmate_themes/Ryan Light.tmTheme +232 -0
- data/lib/rmthemegen/textmate_themes/Slush & Poppies.tmTheme +336 -0
- data/lib/rmthemegen/textmate_themes/Smoothy.tmTheme +623 -0
- data/lib/rmthemegen/textmate_themes/SpaceCadet.tmTheme +212 -0
- data/lib/rmthemegen/textmate_themes/Spectacular.tmTheme +436 -0
- data/lib/rmthemegen/textmate_themes/Starlight.tmTheme +111 -0
- data/lib/rmthemegen/textmate_themes/Summer Camp Mod.tmTheme +229 -0
- data/lib/rmthemegen/textmate_themes/Summer Camp.tmTheme +229 -0
- data/lib/rmthemegen/textmate_themes/Sunburst.tmTheme +665 -0
- data/lib/rmthemegen/textmate_themes/Swyphs II.tmTheme +306 -0
- data/lib/rmthemegen/textmate_themes/Tango.tmTheme +450 -0
- data/lib/rmthemegen/textmate_themes/Text Ex Machina.tmTheme +295 -0
- data/lib/rmthemegen/textmate_themes/Tubster.tmTheme +280 -0
- data/lib/rmthemegen/textmate_themes/Twilight.tmTheme +518 -0
- data/lib/rmthemegen/textmate_themes/Vibrant Fin.tmTheme +447 -0
- data/lib/rmthemegen/textmate_themes/Vibrant Ink.tmTheme +447 -0
- data/lib/rmthemegen/textmate_themes/Vibrant Tango.tmTheme +438 -0
- data/lib/rmthemegen/textmate_themes/WhysPoignant.tmTheme +191 -0
- data/lib/rmthemegen/textmate_themes/Zenburnesque.tmTheme +343 -0
- data/lib/rmthemegen/textmate_themes/[ Argonaut ].tmTheme +387 -0
- data/lib/rmthemegen/textmate_themes/choco.tmTheme +542 -0
- data/lib/rmthemegen/textmate_themes/fake.tmTheme +669 -0
- data/lib/rmthemegen/textmate_themes/iLife 05.tmTheme +619 -0
- data/lib/rmthemegen/textmate_themes/iPlastic.tmTheme +286 -0
- data/lib/rmthemegen/textmate_themes/idleFingers.tmTheme +380 -0
- data/lib/rmthemegen/textmate_themes/krTheme.tmTheme +551 -0
- data/lib/rmthemegen/textmate_themes/monoindustrial.tmTheme +451 -0
- data/lib/rmthemegen/token_list.rb +171 -101
- data/lib/rmthemegen/uv_addons.rb +176 -0
- data/rmthemegen.gemspec +4 -1
- data/spec/rmthemegen/plist_to_tokenlist_spec.rb +0 -0
- data/test/choco.css +138 -0
- data/test/choco.render +136 -0
- data/test/get_tm_scopes.rb +79 -0
- data/test/get_tm_tokens.rb +0 -3
- data/test/newtheme.sh +6 -0
- data/test/output +14 -0
- data/test/rexml.element.methods +100 -0
- data/test/scopes_harvested +61 -0
- data/test/scopes_harvested.rb +15 -0
- data/test/test_generate_themes.rb +75 -38
- metadata +198 -13
- data/lib/rmthemegen/index.html +0 -2
- data/lib/rmthemegen/rmthemegen_187_textmate.rb +0 -155
- data/test/rmt_beautiful_quality.tmTheme +0 -399
- data/test/rmt_beautiful_quality.xml +0 -2089
@@ -0,0 +1,1156 @@
|
|
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>java</string>
|
8
|
+
<string>bsh</string>
|
9
|
+
</array>
|
10
|
+
<key>foldingStartMarker</key>
|
11
|
+
<string>(\{\s*(//.*)?$|^\s*// \{\{\{)</string>
|
12
|
+
<key>foldingStopMarker</key>
|
13
|
+
<string>^\s*(\}|// \}\}\}$)</string>
|
14
|
+
<key>keyEquivalent</key>
|
15
|
+
<string>^~J</string>
|
16
|
+
|
17
|
+
|
18
|
+
<key>name</key>
|
19
|
+
<string>Java</string>
|
20
|
+
<key>patterns</key>
|
21
|
+
<array>
|
22
|
+
<dict>
|
23
|
+
<key>captures</key>
|
24
|
+
<dict>
|
25
|
+
<key>1</key>
|
26
|
+
<dict>
|
27
|
+
<key>name</key>
|
28
|
+
<string>keyword.other.package.java</string>
|
29
|
+
</dict>
|
30
|
+
<key>2</key>
|
31
|
+
<dict>
|
32
|
+
<key>name</key>
|
33
|
+
<string>storage.modifier.package.java</string>
|
34
|
+
</dict>
|
35
|
+
<key>3</key>
|
36
|
+
<dict>
|
37
|
+
<key>name</key>
|
38
|
+
<string>punctuation.terminator.java</string>
|
39
|
+
</dict>
|
40
|
+
</dict>
|
41
|
+
<key>match</key>
|
42
|
+
<string>^\s*(package)\b(?:\s*([^ ;$]+)\s*(;)?)?</string>
|
43
|
+
<key>name</key>
|
44
|
+
<string>meta.package.java</string>
|
45
|
+
</dict>
|
46
|
+
<dict>
|
47
|
+
<key>captures</key>
|
48
|
+
<dict>
|
49
|
+
<key>1</key>
|
50
|
+
<dict>
|
51
|
+
<key>name</key>
|
52
|
+
<string>keyword.other.import.static.java</string>
|
53
|
+
</dict>
|
54
|
+
<key>2</key>
|
55
|
+
<dict>
|
56
|
+
<key>name</key>
|
57
|
+
<string>storage.modifier.import.java</string>
|
58
|
+
</dict>
|
59
|
+
<key>3</key>
|
60
|
+
<dict>
|
61
|
+
<key>name</key>
|
62
|
+
<string>punctuation.terminator.java</string>
|
63
|
+
</dict>
|
64
|
+
</dict>
|
65
|
+
<key>match</key>
|
66
|
+
<string>^\s*(import static)\b(?:\s*([^ ;$]+)\s*(;)?)?</string>
|
67
|
+
<key>name</key>
|
68
|
+
<string>meta.import.static.java</string>
|
69
|
+
</dict>
|
70
|
+
<dict>
|
71
|
+
<key>captures</key>
|
72
|
+
<dict>
|
73
|
+
<key>1</key>
|
74
|
+
<dict>
|
75
|
+
<key>name</key>
|
76
|
+
<string>keyword.other.import.java</string>
|
77
|
+
</dict>
|
78
|
+
<key>2</key>
|
79
|
+
<dict>
|
80
|
+
<key>name</key>
|
81
|
+
<string>storage.modifier.import.java</string>
|
82
|
+
</dict>
|
83
|
+
<key>3</key>
|
84
|
+
<dict>
|
85
|
+
<key>name</key>
|
86
|
+
<string>punctuation.terminator.java</string>
|
87
|
+
</dict>
|
88
|
+
</dict>
|
89
|
+
<key>match</key>
|
90
|
+
<string>^\s*(import)\b(?:\s*([^ ;$]+)\s*(;)?)?</string>
|
91
|
+
<key>name</key>
|
92
|
+
<string>meta.import.java</string>
|
93
|
+
</dict>
|
94
|
+
<dict>
|
95
|
+
<key>include</key>
|
96
|
+
<string>#code</string>
|
97
|
+
</dict>
|
98
|
+
</array>
|
99
|
+
|
100
|
+
<key>repository</key>
|
101
|
+
<dict>
|
102
|
+
<key>all-types</key>
|
103
|
+
<dict>
|
104
|
+
<key>patterns</key>
|
105
|
+
<array>
|
106
|
+
<dict>
|
107
|
+
<key>include</key>
|
108
|
+
<string>#primitive-arrays</string>
|
109
|
+
</dict>
|
110
|
+
<dict>
|
111
|
+
<key>include</key>
|
112
|
+
<string>#primitive-types</string>
|
113
|
+
</dict>
|
114
|
+
<dict>
|
115
|
+
<key>include</key>
|
116
|
+
<string>#object-types</string>
|
117
|
+
</dict>
|
118
|
+
</array>
|
119
|
+
</dict>
|
120
|
+
<key>annotations</key>
|
121
|
+
<dict>
|
122
|
+
<key>patterns</key>
|
123
|
+
<array>
|
124
|
+
<dict>
|
125
|
+
<key>begin</key>
|
126
|
+
<string>(@[^ (]+)(\()</string>
|
127
|
+
<key>beginCaptures</key>
|
128
|
+
<dict>
|
129
|
+
<key>1</key>
|
130
|
+
<dict>
|
131
|
+
<key>name</key>
|
132
|
+
<string>storage.type.annotation.java</string>
|
133
|
+
</dict>
|
134
|
+
<key>2</key>
|
135
|
+
<dict>
|
136
|
+
<key>name</key>
|
137
|
+
<string>punctuation.definition.annotation-arguments.begin.java</string>
|
138
|
+
</dict>
|
139
|
+
</dict>
|
140
|
+
<key>end</key>
|
141
|
+
<string>(\))</string>
|
142
|
+
<key>endCaptures</key>
|
143
|
+
<dict>
|
144
|
+
<key>1</key>
|
145
|
+
<dict>
|
146
|
+
<key>name</key>
|
147
|
+
<string>punctuation.definition.annotation-arguments.end.java</string>
|
148
|
+
</dict>
|
149
|
+
</dict>
|
150
|
+
<key>name</key>
|
151
|
+
<string>meta.declaration.annotation.java</string>
|
152
|
+
<key>patterns</key>
|
153
|
+
<array>
|
154
|
+
<dict>
|
155
|
+
<key>captures</key>
|
156
|
+
<dict>
|
157
|
+
<key>1</key>
|
158
|
+
<dict>
|
159
|
+
<key>name</key>
|
160
|
+
<string>constant.other.key.java</string>
|
161
|
+
</dict>
|
162
|
+
<key>2</key>
|
163
|
+
<dict>
|
164
|
+
<key>name</key>
|
165
|
+
<string>keyword.operator.assignment.java</string>
|
166
|
+
</dict>
|
167
|
+
</dict>
|
168
|
+
<key>match</key>
|
169
|
+
<string>(\w*)\s*(=)</string>
|
170
|
+
</dict>
|
171
|
+
<dict>
|
172
|
+
<key>include</key>
|
173
|
+
<string>#code</string>
|
174
|
+
</dict>
|
175
|
+
<dict>
|
176
|
+
<key>match</key>
|
177
|
+
<string>,</string>
|
178
|
+
<key>name</key>
|
179
|
+
<string>punctuation.seperator.property.java</string>
|
180
|
+
</dict>
|
181
|
+
</array>
|
182
|
+
</dict>
|
183
|
+
<dict>
|
184
|
+
<key>match</key>
|
185
|
+
<string>@\w*</string>
|
186
|
+
<key>name</key>
|
187
|
+
<string>storage.type.annotation.java</string>
|
188
|
+
</dict>
|
189
|
+
</array>
|
190
|
+
</dict>
|
191
|
+
<key>anonymous-classes-and-new</key>
|
192
|
+
<dict>
|
193
|
+
<key>begin</key>
|
194
|
+
<string>\bnew\b</string>
|
195
|
+
<key>beginCaptures</key>
|
196
|
+
<dict>
|
197
|
+
<key>0</key>
|
198
|
+
<dict>
|
199
|
+
<key>name</key>
|
200
|
+
<string>keyword.control.new.java</string>
|
201
|
+
</dict>
|
202
|
+
</dict>
|
203
|
+
<key>end</key>
|
204
|
+
<string>(?<=\)|\])(?!\s*{)|(?<=})|(?=;)</string>
|
205
|
+
<key>patterns</key>
|
206
|
+
<array>
|
207
|
+
<dict>
|
208
|
+
<key>begin</key>
|
209
|
+
<string>(\w+)\s*(?=\[)</string>
|
210
|
+
<key>beginCaptures</key>
|
211
|
+
<dict>
|
212
|
+
<key>1</key>
|
213
|
+
<dict>
|
214
|
+
<key>name</key>
|
215
|
+
<string>storage.type.java</string>
|
216
|
+
</dict>
|
217
|
+
</dict>
|
218
|
+
<key>end</key>
|
219
|
+
<string>}|(?=;|\))</string>
|
220
|
+
<key>patterns</key>
|
221
|
+
<array>
|
222
|
+
<dict>
|
223
|
+
<key>begin</key>
|
224
|
+
<string>\[</string>
|
225
|
+
<key>end</key>
|
226
|
+
<string>\]</string>
|
227
|
+
<key>patterns</key>
|
228
|
+
<array>
|
229
|
+
<dict>
|
230
|
+
<key>include</key>
|
231
|
+
<string>#code</string>
|
232
|
+
</dict>
|
233
|
+
</array>
|
234
|
+
</dict>
|
235
|
+
<dict>
|
236
|
+
<key>begin</key>
|
237
|
+
<string>{</string>
|
238
|
+
<key>end</key>
|
239
|
+
<string>(?=})</string>
|
240
|
+
<key>patterns</key>
|
241
|
+
<array>
|
242
|
+
<dict>
|
243
|
+
<key>include</key>
|
244
|
+
<string>#code</string>
|
245
|
+
</dict>
|
246
|
+
</array>
|
247
|
+
</dict>
|
248
|
+
</array>
|
249
|
+
</dict>
|
250
|
+
<dict>
|
251
|
+
<key>begin</key>
|
252
|
+
<string>(?=\w.*\()</string>
|
253
|
+
<key>end</key>
|
254
|
+
<string>(?<=\))</string>
|
255
|
+
<key>patterns</key>
|
256
|
+
<array>
|
257
|
+
<dict>
|
258
|
+
<key>include</key>
|
259
|
+
<string>#object-types</string>
|
260
|
+
</dict>
|
261
|
+
<dict>
|
262
|
+
<key>begin</key>
|
263
|
+
<string>\(</string>
|
264
|
+
<key>beginCaptures</key>
|
265
|
+
<dict>
|
266
|
+
<key>1</key>
|
267
|
+
<dict>
|
268
|
+
<key>name</key>
|
269
|
+
<string>storage.type.java</string>
|
270
|
+
</dict>
|
271
|
+
</dict>
|
272
|
+
<key>end</key>
|
273
|
+
<string>\)</string>
|
274
|
+
<key>patterns</key>
|
275
|
+
<array>
|
276
|
+
<dict>
|
277
|
+
<key>include</key>
|
278
|
+
<string>#code</string>
|
279
|
+
</dict>
|
280
|
+
</array>
|
281
|
+
</dict>
|
282
|
+
</array>
|
283
|
+
</dict>
|
284
|
+
<dict>
|
285
|
+
<key>begin</key>
|
286
|
+
<string>{</string>
|
287
|
+
<key>end</key>
|
288
|
+
<string>}</string>
|
289
|
+
<key>name</key>
|
290
|
+
<string>meta.inner-class.java</string>
|
291
|
+
<key>patterns</key>
|
292
|
+
<array>
|
293
|
+
<dict>
|
294
|
+
<key>include</key>
|
295
|
+
<string>#class-body</string>
|
296
|
+
</dict>
|
297
|
+
</array>
|
298
|
+
</dict>
|
299
|
+
</array>
|
300
|
+
</dict>
|
301
|
+
<key>assertions</key>
|
302
|
+
<dict>
|
303
|
+
<key>patterns</key>
|
304
|
+
<array>
|
305
|
+
<dict>
|
306
|
+
<key>begin</key>
|
307
|
+
<string>\b(assert)\s</string>
|
308
|
+
<key>beginCaptures</key>
|
309
|
+
<dict>
|
310
|
+
<key>1</key>
|
311
|
+
<dict>
|
312
|
+
<key>name</key>
|
313
|
+
<string>keyword.control.assert.java</string>
|
314
|
+
</dict>
|
315
|
+
</dict>
|
316
|
+
<key>end</key>
|
317
|
+
<string>$</string>
|
318
|
+
<key>name</key>
|
319
|
+
<string>meta.declaration.assertion.java</string>
|
320
|
+
<key>patterns</key>
|
321
|
+
<array>
|
322
|
+
<dict>
|
323
|
+
<key>match</key>
|
324
|
+
<string>:</string>
|
325
|
+
<key>name</key>
|
326
|
+
<string>keyword.operator.assert.expression-seperator.java</string>
|
327
|
+
</dict>
|
328
|
+
<dict>
|
329
|
+
<key>include</key>
|
330
|
+
<string>#code</string>
|
331
|
+
</dict>
|
332
|
+
</array>
|
333
|
+
</dict>
|
334
|
+
</array>
|
335
|
+
</dict>
|
336
|
+
<key>class</key>
|
337
|
+
<dict>
|
338
|
+
<key>begin</key>
|
339
|
+
<string>(?=\w?[\w\s]*(?:class|(?:@)?interface|enum)\s+\w+)</string>
|
340
|
+
<key>end</key>
|
341
|
+
<string>}</string>
|
342
|
+
<key>endCaptures</key>
|
343
|
+
<dict>
|
344
|
+
<key>0</key>
|
345
|
+
<dict>
|
346
|
+
<key>name</key>
|
347
|
+
<string>punctuation.section.class.end.java</string>
|
348
|
+
</dict>
|
349
|
+
</dict>
|
350
|
+
<key>name</key>
|
351
|
+
<string>meta.class.java</string>
|
352
|
+
<key>patterns</key>
|
353
|
+
<array>
|
354
|
+
<dict>
|
355
|
+
<key>include</key>
|
356
|
+
<string>#storage-modifiers</string>
|
357
|
+
</dict>
|
358
|
+
<dict>
|
359
|
+
<key>include</key>
|
360
|
+
<string>#comments</string>
|
361
|
+
</dict>
|
362
|
+
<dict>
|
363
|
+
<key>captures</key>
|
364
|
+
<dict>
|
365
|
+
<key>1</key>
|
366
|
+
<dict>
|
367
|
+
<key>name</key>
|
368
|
+
<string>storage.modifier.java</string>
|
369
|
+
</dict>
|
370
|
+
<key>2</key>
|
371
|
+
<dict>
|
372
|
+
<key>name</key>
|
373
|
+
<string>entity.name.type.class.java</string>
|
374
|
+
</dict>
|
375
|
+
</dict>
|
376
|
+
<key>match</key>
|
377
|
+
<string>(class|(?:@)?interface|enum)\s+(\w+)</string>
|
378
|
+
<key>name</key>
|
379
|
+
<string>meta.class.identifier.java</string>
|
380
|
+
</dict>
|
381
|
+
<dict>
|
382
|
+
<key>begin</key>
|
383
|
+
<string>extends</string>
|
384
|
+
<key>beginCaptures</key>
|
385
|
+
<dict>
|
386
|
+
<key>0</key>
|
387
|
+
<dict>
|
388
|
+
<key>name</key>
|
389
|
+
<string>storage.modifier.extends.java</string>
|
390
|
+
</dict>
|
391
|
+
</dict>
|
392
|
+
<key>end</key>
|
393
|
+
<string>(?={|implements)</string>
|
394
|
+
<key>name</key>
|
395
|
+
<string>meta.definition.class.inherited.classes.java</string>
|
396
|
+
<key>patterns</key>
|
397
|
+
<array>
|
398
|
+
<dict>
|
399
|
+
<key>include</key>
|
400
|
+
<string>#object-types-inherited</string>
|
401
|
+
</dict>
|
402
|
+
<dict>
|
403
|
+
<key>include</key>
|
404
|
+
<string>#comments</string>
|
405
|
+
</dict>
|
406
|
+
</array>
|
407
|
+
</dict>
|
408
|
+
<dict>
|
409
|
+
<key>begin</key>
|
410
|
+
<string>(implements)\s</string>
|
411
|
+
<key>beginCaptures</key>
|
412
|
+
<dict>
|
413
|
+
<key>1</key>
|
414
|
+
<dict>
|
415
|
+
<key>name</key>
|
416
|
+
<string>storage.modifier.implements.java</string>
|
417
|
+
</dict>
|
418
|
+
</dict>
|
419
|
+
<key>end</key>
|
420
|
+
<string>(?=\s*extends|\{)</string>
|
421
|
+
<key>name</key>
|
422
|
+
<string>meta.definition.class.implemented.interfaces.java</string>
|
423
|
+
<key>patterns</key>
|
424
|
+
<array>
|
425
|
+
<dict>
|
426
|
+
<key>include</key>
|
427
|
+
<string>#object-types-inherited</string>
|
428
|
+
</dict>
|
429
|
+
<dict>
|
430
|
+
<key>include</key>
|
431
|
+
<string>#comments</string>
|
432
|
+
</dict>
|
433
|
+
</array>
|
434
|
+
</dict>
|
435
|
+
<dict>
|
436
|
+
<key>begin</key>
|
437
|
+
<string>{</string>
|
438
|
+
<key>end</key>
|
439
|
+
<string>(?=})</string>
|
440
|
+
<key>name</key>
|
441
|
+
<string>meta.class.body.java</string>
|
442
|
+
<key>patterns</key>
|
443
|
+
<array>
|
444
|
+
<dict>
|
445
|
+
<key>include</key>
|
446
|
+
<string>#class-body</string>
|
447
|
+
</dict>
|
448
|
+
</array>
|
449
|
+
</dict>
|
450
|
+
</array>
|
451
|
+
</dict>
|
452
|
+
<key>class-body</key>
|
453
|
+
<dict>
|
454
|
+
<key>patterns</key>
|
455
|
+
<array>
|
456
|
+
<dict>
|
457
|
+
<key>include</key>
|
458
|
+
<string>#comments</string>
|
459
|
+
</dict>
|
460
|
+
<dict>
|
461
|
+
<key>include</key>
|
462
|
+
<string>#class</string>
|
463
|
+
</dict>
|
464
|
+
<dict>
|
465
|
+
<key>include</key>
|
466
|
+
<string>#enums</string>
|
467
|
+
</dict>
|
468
|
+
<dict>
|
469
|
+
<key>include</key>
|
470
|
+
<string>#methods</string>
|
471
|
+
</dict>
|
472
|
+
<dict>
|
473
|
+
<key>include</key>
|
474
|
+
<string>#annotations</string>
|
475
|
+
</dict>
|
476
|
+
<dict>
|
477
|
+
<key>include</key>
|
478
|
+
<string>#storage-modifiers</string>
|
479
|
+
</dict>
|
480
|
+
<dict>
|
481
|
+
<key>include</key>
|
482
|
+
<string>#code</string>
|
483
|
+
</dict>
|
484
|
+
</array>
|
485
|
+
</dict>
|
486
|
+
<key>code</key>
|
487
|
+
<dict>
|
488
|
+
<key>patterns</key>
|
489
|
+
<array>
|
490
|
+
<dict>
|
491
|
+
<key>include</key>
|
492
|
+
<string>#comments</string>
|
493
|
+
</dict>
|
494
|
+
<dict>
|
495
|
+
<key>include</key>
|
496
|
+
<string>#class</string>
|
497
|
+
</dict>
|
498
|
+
<dict>
|
499
|
+
<key>begin</key>
|
500
|
+
<string>{</string>
|
501
|
+
<key>end</key>
|
502
|
+
<string>}</string>
|
503
|
+
<key>patterns</key>
|
504
|
+
<array>
|
505
|
+
<dict>
|
506
|
+
<key>include</key>
|
507
|
+
<string>#code</string>
|
508
|
+
</dict>
|
509
|
+
</array>
|
510
|
+
</dict>
|
511
|
+
<dict>
|
512
|
+
<key>include</key>
|
513
|
+
<string>#assertions</string>
|
514
|
+
</dict>
|
515
|
+
<dict>
|
516
|
+
<key>include</key>
|
517
|
+
<string>#parens</string>
|
518
|
+
</dict>
|
519
|
+
<dict>
|
520
|
+
<key>include</key>
|
521
|
+
<string>#constants-and-special-vars</string>
|
522
|
+
</dict>
|
523
|
+
<dict>
|
524
|
+
<key>include</key>
|
525
|
+
<string>#anonymous-classes-and-new</string>
|
526
|
+
</dict>
|
527
|
+
<dict>
|
528
|
+
<key>include</key>
|
529
|
+
<string>#keywords</string>
|
530
|
+
</dict>
|
531
|
+
<dict>
|
532
|
+
<key>include</key>
|
533
|
+
<string>#storage-modifiers</string>
|
534
|
+
</dict>
|
535
|
+
<dict>
|
536
|
+
<key>include</key>
|
537
|
+
<string>#strings</string>
|
538
|
+
</dict>
|
539
|
+
<dict>
|
540
|
+
<key>include</key>
|
541
|
+
<string>#all-types</string>
|
542
|
+
</dict>
|
543
|
+
</array>
|
544
|
+
</dict>
|
545
|
+
<key>comments</key>
|
546
|
+
<dict>
|
547
|
+
<key>patterns</key>
|
548
|
+
<array>
|
549
|
+
<dict>
|
550
|
+
<key>captures</key>
|
551
|
+
<dict>
|
552
|
+
<key>0</key>
|
553
|
+
<dict>
|
554
|
+
<key>name</key>
|
555
|
+
<string>punctuation.definition.comment.java</string>
|
556
|
+
</dict>
|
557
|
+
</dict>
|
558
|
+
<key>match</key>
|
559
|
+
<string>/\*\*/</string>
|
560
|
+
<key>name</key>
|
561
|
+
<string>comment.block.empty.java</string>
|
562
|
+
</dict>
|
563
|
+
<dict>
|
564
|
+
<key>include</key>
|
565
|
+
<string>text.html.javadoc</string>
|
566
|
+
</dict>
|
567
|
+
<dict>
|
568
|
+
<key>include</key>
|
569
|
+
<string>#comments-inline</string>
|
570
|
+
</dict>
|
571
|
+
</array>
|
572
|
+
</dict>
|
573
|
+
<key>comments-inline</key>
|
574
|
+
<dict>
|
575
|
+
<key>patterns</key>
|
576
|
+
<array>
|
577
|
+
<dict>
|
578
|
+
<key>begin</key>
|
579
|
+
<string>/\*</string>
|
580
|
+
<key>captures</key>
|
581
|
+
<dict>
|
582
|
+
<key>0</key>
|
583
|
+
<dict>
|
584
|
+
<key>name</key>
|
585
|
+
<string>punctuation.definition.comment.java</string>
|
586
|
+
</dict>
|
587
|
+
</dict>
|
588
|
+
<key>end</key>
|
589
|
+
<string>\*/</string>
|
590
|
+
<key>name</key>
|
591
|
+
<string>comment.block.java</string>
|
592
|
+
</dict>
|
593
|
+
<dict>
|
594
|
+
<key>captures</key>
|
595
|
+
<dict>
|
596
|
+
<key>1</key>
|
597
|
+
<dict>
|
598
|
+
<key>name</key>
|
599
|
+
<string>comment.line.double-slash.java</string>
|
600
|
+
</dict>
|
601
|
+
<key>2</key>
|
602
|
+
<dict>
|
603
|
+
<key>name</key>
|
604
|
+
<string>punctuation.definition.comment.java</string>
|
605
|
+
</dict>
|
606
|
+
</dict>
|
607
|
+
<key>match</key>
|
608
|
+
<string>\s*((//).*$\n?)</string>
|
609
|
+
</dict>
|
610
|
+
</array>
|
611
|
+
</dict>
|
612
|
+
<key>constants-and-special-vars</key>
|
613
|
+
<dict>
|
614
|
+
<key>patterns</key>
|
615
|
+
<array>
|
616
|
+
<dict>
|
617
|
+
<key>match</key>
|
618
|
+
<string>\b(true|false|null)\b</string>
|
619
|
+
<key>name</key>
|
620
|
+
<string>constant.language.java</string>
|
621
|
+
</dict>
|
622
|
+
<dict>
|
623
|
+
<key>match</key>
|
624
|
+
<string>\b(this|super)\b</string>
|
625
|
+
<key>name</key>
|
626
|
+
<string>variable.language.java</string>
|
627
|
+
</dict>
|
628
|
+
<dict>
|
629
|
+
<key>match</key>
|
630
|
+
<string>\b((0(x|X)[0-9a-fA-F]*)|(([0-9]+\.?[0-9]*)|(\.[0-9]+))((e|E)(\+|-)?[0-9]+)?)([LlFfUuDd]|UL|ul)?\b</string>
|
631
|
+
<key>name</key>
|
632
|
+
<string>constant.numeric.java</string>
|
633
|
+
</dict>
|
634
|
+
<dict>
|
635
|
+
<key>captures</key>
|
636
|
+
<dict>
|
637
|
+
<key>1</key>
|
638
|
+
<dict>
|
639
|
+
<key>name</key>
|
640
|
+
<string>keyword.operator.dereference.java</string>
|
641
|
+
</dict>
|
642
|
+
</dict>
|
643
|
+
<key>match</key>
|
644
|
+
<string>(\.)?\b([A-Z][A-Z0-9_]+)(?!<|\.class|\s*\w+\s*=)\b</string>
|
645
|
+
<key>name</key>
|
646
|
+
<string>constant.other.java</string>
|
647
|
+
</dict>
|
648
|
+
</array>
|
649
|
+
</dict>
|
650
|
+
<key>enums</key>
|
651
|
+
<dict>
|
652
|
+
<key>begin</key>
|
653
|
+
<string>^(?=\s*[A-Z0-9_]+\s*({|\(|,))</string>
|
654
|
+
<key>end</key>
|
655
|
+
<string>(?=;|})</string>
|
656
|
+
<key>patterns</key>
|
657
|
+
<array>
|
658
|
+
<dict>
|
659
|
+
<key>begin</key>
|
660
|
+
<string>\w+</string>
|
661
|
+
<key>beginCaptures</key>
|
662
|
+
<dict>
|
663
|
+
<key>0</key>
|
664
|
+
<dict>
|
665
|
+
<key>name</key>
|
666
|
+
<string>constant.other.enum.java</string>
|
667
|
+
</dict>
|
668
|
+
</dict>
|
669
|
+
<key>end</key>
|
670
|
+
<string>(?=,|;|})</string>
|
671
|
+
<key>name</key>
|
672
|
+
<string>meta.enum.java</string>
|
673
|
+
<key>patterns</key>
|
674
|
+
<array>
|
675
|
+
<dict>
|
676
|
+
<key>include</key>
|
677
|
+
<string>#parens</string>
|
678
|
+
</dict>
|
679
|
+
<dict>
|
680
|
+
<key>begin</key>
|
681
|
+
<string>{</string>
|
682
|
+
<key>end</key>
|
683
|
+
<string>}</string>
|
684
|
+
<key>patterns</key>
|
685
|
+
<array>
|
686
|
+
<dict>
|
687
|
+
<key>include</key>
|
688
|
+
<string>#class-body</string>
|
689
|
+
</dict>
|
690
|
+
</array>
|
691
|
+
</dict>
|
692
|
+
</array>
|
693
|
+
</dict>
|
694
|
+
</array>
|
695
|
+
</dict>
|
696
|
+
<key>keywords</key>
|
697
|
+
<dict>
|
698
|
+
<key>patterns</key>
|
699
|
+
<array>
|
700
|
+
<dict>
|
701
|
+
<key>match</key>
|
702
|
+
<string>\b(try|catch|finally|throw)\b</string>
|
703
|
+
<key>name</key>
|
704
|
+
<string>keyword.control.catch-exception.java</string>
|
705
|
+
</dict>
|
706
|
+
<dict>
|
707
|
+
<key>match</key>
|
708
|
+
<string>\?|:</string>
|
709
|
+
<key>name</key>
|
710
|
+
<string>keyword.control.java</string>
|
711
|
+
</dict>
|
712
|
+
<dict>
|
713
|
+
<key>match</key>
|
714
|
+
<string>\b(return|break|case|continue|default|do|while|for|switch|if|else)\b</string>
|
715
|
+
<key>name</key>
|
716
|
+
<string>keyword.control.java</string>
|
717
|
+
</dict>
|
718
|
+
<dict>
|
719
|
+
<key>match</key>
|
720
|
+
<string>\b(instanceof)\b</string>
|
721
|
+
<key>name</key>
|
722
|
+
<string>keyword.operator.java</string>
|
723
|
+
</dict>
|
724
|
+
<dict>
|
725
|
+
<key>match</key>
|
726
|
+
<string>(==|!=|<=|>=|<>|<|>)</string>
|
727
|
+
<key>name</key>
|
728
|
+
<string>keyword.operator.comparison.java</string>
|
729
|
+
</dict>
|
730
|
+
<dict>
|
731
|
+
<key>match</key>
|
732
|
+
<string>(=)</string>
|
733
|
+
<key>name</key>
|
734
|
+
<string>keyword.operator.assignment.java</string>
|
735
|
+
</dict>
|
736
|
+
<dict>
|
737
|
+
<key>match</key>
|
738
|
+
<string>(\-\-|\+\+)</string>
|
739
|
+
<key>name</key>
|
740
|
+
<string>keyword.operator.increment-decrement.java</string>
|
741
|
+
</dict>
|
742
|
+
<dict>
|
743
|
+
<key>match</key>
|
744
|
+
<string>(\-|\+|\*|\/|%)</string>
|
745
|
+
<key>name</key>
|
746
|
+
<string>keyword.operator.arithmetic.java</string>
|
747
|
+
</dict>
|
748
|
+
<dict>
|
749
|
+
<key>match</key>
|
750
|
+
<string>(!|&&|\|\|)</string>
|
751
|
+
<key>name</key>
|
752
|
+
<string>keyword.operator.logical.java</string>
|
753
|
+
</dict>
|
754
|
+
<dict>
|
755
|
+
<key>match</key>
|
756
|
+
<string>(?<=\S)\.(?=\S)</string>
|
757
|
+
<key>name</key>
|
758
|
+
<string>keyword.operator.dereference.java</string>
|
759
|
+
</dict>
|
760
|
+
<dict>
|
761
|
+
<key>match</key>
|
762
|
+
<string>;</string>
|
763
|
+
<key>name</key>
|
764
|
+
<string>punctuation.terminator.java</string>
|
765
|
+
</dict>
|
766
|
+
</array>
|
767
|
+
</dict>
|
768
|
+
<key>methods</key>
|
769
|
+
<dict>
|
770
|
+
<key>begin</key>
|
771
|
+
<string>(?!new)(?=\w.*\s+)(?=[^=]+\()</string>
|
772
|
+
<key>end</key>
|
773
|
+
<string>}|(?=;)</string>
|
774
|
+
<key>name</key>
|
775
|
+
<string>meta.method.java</string>
|
776
|
+
<key>patterns</key>
|
777
|
+
<array>
|
778
|
+
<dict>
|
779
|
+
<key>include</key>
|
780
|
+
<string>#storage-modifiers</string>
|
781
|
+
</dict>
|
782
|
+
<dict>
|
783
|
+
<key>begin</key>
|
784
|
+
<string>(\w+)\s*\(</string>
|
785
|
+
<key>beginCaptures</key>
|
786
|
+
<dict>
|
787
|
+
<key>1</key>
|
788
|
+
<dict>
|
789
|
+
<key>name</key>
|
790
|
+
<string>entity.name.function.java</string>
|
791
|
+
</dict>
|
792
|
+
</dict>
|
793
|
+
<key>end</key>
|
794
|
+
<string>\)</string>
|
795
|
+
<key>name</key>
|
796
|
+
<string>meta.method.identifier.java</string>
|
797
|
+
<key>patterns</key>
|
798
|
+
<array>
|
799
|
+
<dict>
|
800
|
+
<key>include</key>
|
801
|
+
<string>#parameters</string>
|
802
|
+
</dict>
|
803
|
+
</array>
|
804
|
+
</dict>
|
805
|
+
<dict>
|
806
|
+
<key>begin</key>
|
807
|
+
<string>(?=\w.*\s+\w+\s*\()</string>
|
808
|
+
<key>end</key>
|
809
|
+
<string>(?=\w+\s*\()</string>
|
810
|
+
<key>name</key>
|
811
|
+
<string>meta.method.return-type.java</string>
|
812
|
+
<key>patterns</key>
|
813
|
+
<array>
|
814
|
+
<dict>
|
815
|
+
<key>include</key>
|
816
|
+
<string>#all-types</string>
|
817
|
+
</dict>
|
818
|
+
</array>
|
819
|
+
</dict>
|
820
|
+
<dict>
|
821
|
+
<key>include</key>
|
822
|
+
<string>#throws</string>
|
823
|
+
</dict>
|
824
|
+
<dict>
|
825
|
+
<key>begin</key>
|
826
|
+
<string>{</string>
|
827
|
+
<key>end</key>
|
828
|
+
<string>(?=})</string>
|
829
|
+
<key>name</key>
|
830
|
+
<string>meta.method.body.java</string>
|
831
|
+
<key>patterns</key>
|
832
|
+
<array>
|
833
|
+
<dict>
|
834
|
+
<key>include</key>
|
835
|
+
<string>#code</string>
|
836
|
+
</dict>
|
837
|
+
</array>
|
838
|
+
</dict>
|
839
|
+
</array>
|
840
|
+
</dict>
|
841
|
+
<key>object-types</key>
|
842
|
+
<dict>
|
843
|
+
<key>patterns</key>
|
844
|
+
<array>
|
845
|
+
<dict>
|
846
|
+
<key>begin</key>
|
847
|
+
<string>\b((?:[a-z]\w*\.)*[A-Z]+\w*)<</string>
|
848
|
+
<key>end</key>
|
849
|
+
<string>>|[^\w\s,\?<\[\]]</string>
|
850
|
+
<key>name</key>
|
851
|
+
<string>storage.type.generic.java</string>
|
852
|
+
<key>patterns</key>
|
853
|
+
<array>
|
854
|
+
<dict>
|
855
|
+
<key>include</key>
|
856
|
+
<string>#object-types</string>
|
857
|
+
</dict>
|
858
|
+
<dict>
|
859
|
+
<key>begin</key>
|
860
|
+
<string><</string>
|
861
|
+
<key>comment</key>
|
862
|
+
<string>This is just to support <>'s with no actual type prefix</string>
|
863
|
+
<key>end</key>
|
864
|
+
<string>>|[^\w\s,\[\]<]</string>
|
865
|
+
<key>name</key>
|
866
|
+
<string>storage.type.generic.java</string>
|
867
|
+
</dict>
|
868
|
+
</array>
|
869
|
+
</dict>
|
870
|
+
<dict>
|
871
|
+
<key>begin</key>
|
872
|
+
<string>\b((?:[a-z]\w*\.)*[A-Z]+\w*)(?=\[)</string>
|
873
|
+
<key>end</key>
|
874
|
+
<string>(?=[^\]\s])</string>
|
875
|
+
<key>name</key>
|
876
|
+
<string>storage.type.object.array.java</string>
|
877
|
+
<key>patterns</key>
|
878
|
+
<array>
|
879
|
+
<dict>
|
880
|
+
<key>begin</key>
|
881
|
+
<string>\[</string>
|
882
|
+
<key>end</key>
|
883
|
+
<string>\]</string>
|
884
|
+
<key>patterns</key>
|
885
|
+
<array>
|
886
|
+
<dict>
|
887
|
+
<key>include</key>
|
888
|
+
<string>#code</string>
|
889
|
+
</dict>
|
890
|
+
</array>
|
891
|
+
</dict>
|
892
|
+
</array>
|
893
|
+
</dict>
|
894
|
+
<dict>
|
895
|
+
<key>captures</key>
|
896
|
+
<dict>
|
897
|
+
<key>1</key>
|
898
|
+
<dict>
|
899
|
+
<key>name</key>
|
900
|
+
<string>keyword.operator.dereference.java</string>
|
901
|
+
</dict>
|
902
|
+
</dict>
|
903
|
+
<key>match</key>
|
904
|
+
<string>\b(?:[a-z]\w*(\.))*[A-Z]+\w*\b</string>
|
905
|
+
<key>name</key>
|
906
|
+
<string>storage.type.java</string>
|
907
|
+
</dict>
|
908
|
+
</array>
|
909
|
+
</dict>
|
910
|
+
<key>object-types-inherited</key>
|
911
|
+
<dict>
|
912
|
+
<key>patterns</key>
|
913
|
+
<array>
|
914
|
+
<dict>
|
915
|
+
<key>begin</key>
|
916
|
+
<string>\b((?:[a-z]\w*\.)*[A-Z]+\w*)<</string>
|
917
|
+
<key>end</key>
|
918
|
+
<string>>|[^\w\s,<]</string>
|
919
|
+
<key>name</key>
|
920
|
+
<string>entity.other.inherited-class.java</string>
|
921
|
+
<key>patterns</key>
|
922
|
+
<array>
|
923
|
+
<dict>
|
924
|
+
<key>include</key>
|
925
|
+
<string>#object-types</string>
|
926
|
+
</dict>
|
927
|
+
<dict>
|
928
|
+
<key>begin</key>
|
929
|
+
<string><</string>
|
930
|
+
<key>comment</key>
|
931
|
+
<string>This is just to support <>'s with no actual type prefix</string>
|
932
|
+
<key>end</key>
|
933
|
+
<string>>|[^\w\s,<]</string>
|
934
|
+
<key>name</key>
|
935
|
+
<string>storage.type.generic.java</string>
|
936
|
+
</dict>
|
937
|
+
</array>
|
938
|
+
</dict>
|
939
|
+
<dict>
|
940
|
+
<key>captures</key>
|
941
|
+
<dict>
|
942
|
+
<key>1</key>
|
943
|
+
<dict>
|
944
|
+
<key>name</key>
|
945
|
+
<string>keyword.operator.dereference.java</string>
|
946
|
+
</dict>
|
947
|
+
</dict>
|
948
|
+
<key>match</key>
|
949
|
+
<string>\b(?:[a-z]\w*(\.))*[A-Z]+\w*</string>
|
950
|
+
<key>name</key>
|
951
|
+
<string>entity.other.inherited-class.java</string>
|
952
|
+
</dict>
|
953
|
+
</array>
|
954
|
+
</dict>
|
955
|
+
<key>parameters</key>
|
956
|
+
<dict>
|
957
|
+
<key>patterns</key>
|
958
|
+
<array>
|
959
|
+
<dict>
|
960
|
+
<key>match</key>
|
961
|
+
<string>final</string>
|
962
|
+
<key>name</key>
|
963
|
+
<string>storage.modifier.java</string>
|
964
|
+
</dict>
|
965
|
+
<dict>
|
966
|
+
<key>include</key>
|
967
|
+
<string>#primitive-arrays</string>
|
968
|
+
</dict>
|
969
|
+
<dict>
|
970
|
+
<key>include</key>
|
971
|
+
<string>#primitive-types</string>
|
972
|
+
</dict>
|
973
|
+
<dict>
|
974
|
+
<key>include</key>
|
975
|
+
<string>#object-types</string>
|
976
|
+
</dict>
|
977
|
+
<dict>
|
978
|
+
<key>match</key>
|
979
|
+
<string>\w+</string>
|
980
|
+
<key>name</key>
|
981
|
+
<string>variable.parameter.java</string>
|
982
|
+
</dict>
|
983
|
+
</array>
|
984
|
+
</dict>
|
985
|
+
<key>parens</key>
|
986
|
+
<dict>
|
987
|
+
<key>begin</key>
|
988
|
+
<string>\(</string>
|
989
|
+
<key>end</key>
|
990
|
+
<string>\)</string>
|
991
|
+
<key>patterns</key>
|
992
|
+
<array>
|
993
|
+
<dict>
|
994
|
+
<key>include</key>
|
995
|
+
<string>#code</string>
|
996
|
+
</dict>
|
997
|
+
</array>
|
998
|
+
</dict>
|
999
|
+
<key>primitive-arrays</key>
|
1000
|
+
<dict>
|
1001
|
+
<key>patterns</key>
|
1002
|
+
<array>
|
1003
|
+
<dict>
|
1004
|
+
<key>match</key>
|
1005
|
+
<string>\b(?:void|boolean|byte|char|short|int|float|long|double)(\[\])*\b</string>
|
1006
|
+
<key>name</key>
|
1007
|
+
<string>storage.type.primitive.array.java</string>
|
1008
|
+
</dict>
|
1009
|
+
</array>
|
1010
|
+
</dict>
|
1011
|
+
<key>primitive-types</key>
|
1012
|
+
<dict>
|
1013
|
+
<key>patterns</key>
|
1014
|
+
<array>
|
1015
|
+
<dict>
|
1016
|
+
<key>match</key>
|
1017
|
+
<string>\b(?:void|boolean|byte|char|short|int|float|long|double)\b</string>
|
1018
|
+
<key>name</key>
|
1019
|
+
<string>storage.type.primitive.java</string>
|
1020
|
+
</dict>
|
1021
|
+
</array>
|
1022
|
+
</dict>
|
1023
|
+
<key>storage-modifiers</key>
|
1024
|
+
<dict>
|
1025
|
+
<key>captures</key>
|
1026
|
+
<dict>
|
1027
|
+
<key>1</key>
|
1028
|
+
<dict>
|
1029
|
+
<key>name</key>
|
1030
|
+
<string>storage.modifier.java</string>
|
1031
|
+
</dict>
|
1032
|
+
</dict>
|
1033
|
+
<key>match</key>
|
1034
|
+
<string>\b(public|private|protected|static|final|native|synchronized|abstract|threadsafe|transient)\b</string>
|
1035
|
+
</dict>
|
1036
|
+
<key>strings</key>
|
1037
|
+
<dict>
|
1038
|
+
<key>patterns</key>
|
1039
|
+
<array>
|
1040
|
+
<dict>
|
1041
|
+
<key>begin</key>
|
1042
|
+
<string>"</string>
|
1043
|
+
<key>beginCaptures</key>
|
1044
|
+
<dict>
|
1045
|
+
<key>0</key>
|
1046
|
+
<dict>
|
1047
|
+
<key>name</key>
|
1048
|
+
<string>punctuation.definition.string.begin.java</string>
|
1049
|
+
</dict>
|
1050
|
+
</dict>
|
1051
|
+
<key>end</key>
|
1052
|
+
<string>"</string>
|
1053
|
+
<key>endCaptures</key>
|
1054
|
+
<dict>
|
1055
|
+
<key>0</key>
|
1056
|
+
<dict>
|
1057
|
+
<key>name</key>
|
1058
|
+
<string>punctuation.definition.string.end.java</string>
|
1059
|
+
</dict>
|
1060
|
+
</dict>
|
1061
|
+
<key>name</key>
|
1062
|
+
<string>string.quoted.double.java</string>
|
1063
|
+
<key>patterns</key>
|
1064
|
+
<array>
|
1065
|
+
<dict>
|
1066
|
+
<key>match</key>
|
1067
|
+
<string>\\.</string>
|
1068
|
+
<key>name</key>
|
1069
|
+
<string>constant.character.escape.java</string>
|
1070
|
+
</dict>
|
1071
|
+
</array>
|
1072
|
+
</dict>
|
1073
|
+
<dict>
|
1074
|
+
<key>begin</key>
|
1075
|
+
<string>'</string>
|
1076
|
+
<key>beginCaptures</key>
|
1077
|
+
<dict>
|
1078
|
+
<key>0</key>
|
1079
|
+
<dict>
|
1080
|
+
<key>name</key>
|
1081
|
+
<string>punctuation.definition.string.begin.java</string>
|
1082
|
+
</dict>
|
1083
|
+
</dict>
|
1084
|
+
<key>end</key>
|
1085
|
+
<string>'</string>
|
1086
|
+
<key>endCaptures</key>
|
1087
|
+
<dict>
|
1088
|
+
<key>0</key>
|
1089
|
+
<dict>
|
1090
|
+
<key>name</key>
|
1091
|
+
<string>punctuation.definition.string.end.java</string>
|
1092
|
+
</dict>
|
1093
|
+
</dict>
|
1094
|
+
<key>name</key>
|
1095
|
+
<string>string.quoted.single.java</string>
|
1096
|
+
<key>patterns</key>
|
1097
|
+
<array>
|
1098
|
+
<dict>
|
1099
|
+
<key>match</key>
|
1100
|
+
<string>\\.</string>
|
1101
|
+
<key>name</key>
|
1102
|
+
<string>constant.character.escape.java</string>
|
1103
|
+
</dict>
|
1104
|
+
</array>
|
1105
|
+
</dict>
|
1106
|
+
</array>
|
1107
|
+
</dict>
|
1108
|
+
<key>throws</key>
|
1109
|
+
<dict>
|
1110
|
+
<key>begin</key>
|
1111
|
+
<string>throws</string>
|
1112
|
+
<key>beginCaptures</key>
|
1113
|
+
<dict>
|
1114
|
+
<key>0</key>
|
1115
|
+
<dict>
|
1116
|
+
<key>name</key>
|
1117
|
+
<string>storage.modifier.java</string>
|
1118
|
+
</dict>
|
1119
|
+
</dict>
|
1120
|
+
<key>end</key>
|
1121
|
+
<string>(?={|;)</string>
|
1122
|
+
<key>name</key>
|
1123
|
+
<string>meta.throwables.java</string>
|
1124
|
+
<key>patterns</key>
|
1125
|
+
<array>
|
1126
|
+
<dict>
|
1127
|
+
<key>include</key>
|
1128
|
+
<string>#object-types</string>
|
1129
|
+
</dict>
|
1130
|
+
</array>
|
1131
|
+
</dict>
|
1132
|
+
<key>values</key>
|
1133
|
+
<dict>
|
1134
|
+
<key>patterns</key>
|
1135
|
+
<array>
|
1136
|
+
<dict>
|
1137
|
+
<key>include</key>
|
1138
|
+
<string>#strings</string>
|
1139
|
+
</dict>
|
1140
|
+
<dict>
|
1141
|
+
<key>include</key>
|
1142
|
+
<string>#object-types</string>
|
1143
|
+
</dict>
|
1144
|
+
<dict>
|
1145
|
+
<key>include</key>
|
1146
|
+
<string>#constants-and-special-vars</string>
|
1147
|
+
</dict>
|
1148
|
+
</array>
|
1149
|
+
</dict>
|
1150
|
+
</dict>
|
1151
|
+
<key>scopeName</key>
|
1152
|
+
<string>source.java</string>
|
1153
|
+
<key>uuid</key>
|
1154
|
+
<string>2B449DF6-6B1D-11D9-94EC-000D93589AF6</string>
|
1155
|
+
</dict>
|
1156
|
+
</plist>
|