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.
Files changed (155) hide show
  1. data/.project +18 -0
  2. data/bin/geanyfy.rb +4 -41
  3. data/lib/rmthemegen/basis_theme.tmTheme +971 -0
  4. data/lib/rmthemegen/geany.filetypes.all +2945 -0
  5. data/lib/rmthemegen/plist.html +246 -0
  6. data/lib/rmthemegen/plist_to_tokenlist.rb +242 -0
  7. data/lib/rmthemegen/rmtg_rubymine.rb +196 -0
  8. data/lib/rmthemegen/rmtg_textmate.rb +262 -0
  9. data/lib/rmthemegen/rmthemegen_187.rb +32 -233
  10. data/lib/rmthemegen/rmthemegen_parent.rb +235 -0
  11. data/lib/rmthemegen/rmthemegen_to_css.rb +1 -0
  12. data/lib/rmthemegen/syntaxes/Apache.plist +544 -0
  13. data/lib/rmthemegen/syntaxes/Bibtex.plist +406 -0
  14. data/lib/rmthemegen/syntaxes/Blog___HTML__.plist +88 -0
  15. data/lib/rmthemegen/syntaxes/Blog___Markdown__.plist +89 -0
  16. data/lib/rmthemegen/syntaxes/Blog___Text__.plist +74 -0
  17. data/lib/rmthemegen/syntaxes/Blog___Textile__.plist +74 -0
  18. data/lib/rmthemegen/syntaxes/C.plist +1126 -0
  19. data/lib/rmthemegen/syntaxes/CSS.plist +543 -0
  20. data/lib/rmthemegen/syntaxes/C____.plist +521 -0
  21. data/lib/rmthemegen/syntaxes/ClojureRepl.plist +40 -0
  22. data/lib/rmthemegen/syntaxes/Diff.plist +229 -0
  23. data/lib/rmthemegen/syntaxes/GroovyRepl.plist +40 -0
  24. data/lib/rmthemegen/syntaxes/HTML.plist +960 -0
  25. data/lib/rmthemegen/syntaxes/HTML___Rails__.plist +92 -0
  26. data/lib/rmthemegen/syntaxes/Haskell.plist +646 -0
  27. data/lib/rmthemegen/syntaxes/Io.plist +225 -0
  28. data/lib/rmthemegen/syntaxes/Java.plist +1156 -0
  29. data/lib/rmthemegen/syntaxes/JavaProperties.plist +70 -0
  30. data/lib/rmthemegen/syntaxes/JavaScript.plist +712 -0
  31. data/lib/rmthemegen/syntaxes/LaTeX.plist +1601 -0
  32. data/lib/rmthemegen/syntaxes/LaTeX_Beamer.plist +106 -0
  33. data/lib/rmthemegen/syntaxes/LaTeX_Log.plist +141 -0
  34. data/lib/rmthemegen/syntaxes/Lisp.plist +160 -0
  35. data/lib/rmthemegen/syntaxes/Literate_Haskell.plist +90 -0
  36. data/lib/rmthemegen/syntaxes/Makefile.plist +103 -0
  37. data/lib/rmthemegen/syntaxes/Markdown.plist +1192 -0
  38. data/lib/rmthemegen/syntaxes/Mirah.plist +22 -0
  39. data/lib/rmthemegen/syntaxes/PHP.plist +3481 -0
  40. data/lib/rmthemegen/syntaxes/PHP.xml +3481 -0
  41. data/lib/rmthemegen/syntaxes/Perl.plist +3209 -0
  42. data/lib/rmthemegen/syntaxes/Plain_text.plist +83 -0
  43. data/lib/rmthemegen/syntaxes/Processing.plist +296 -0
  44. data/lib/rmthemegen/syntaxes/Rez.plist +219 -0
  45. data/lib/rmthemegen/syntaxes/Ruby.plist +2891 -0
  46. data/lib/rmthemegen/syntaxes/RubyRepl.plist +40 -0
  47. data/lib/rmthemegen/syntaxes/Ruby_on_Rails.plist +288 -0
  48. data/lib/rmthemegen/syntaxes/SQL.plist +705 -0
  49. data/lib/rmthemegen/syntaxes/SQL___Rails__.plist +51 -0
  50. data/lib/rmthemegen/syntaxes/Shell__Unix__Generic.plist +1855 -0
  51. data/lib/rmthemegen/syntaxes/TeX.plist +246 -0
  52. data/lib/rmthemegen/syntaxes/TeX_Math.plist +132 -0
  53. data/lib/rmthemegen/syntaxes/Textile.plist +490 -0
  54. data/lib/rmthemegen/syntaxes/Vala.plist +285 -0
  55. data/lib/rmthemegen/syntaxes/XML.plist +576 -0
  56. data/lib/rmthemegen/syntaxes/XSL.plist +157 -0
  57. data/lib/rmthemegen/syntaxes/YAML.plist +467 -0
  58. data/lib/rmthemegen/textmate_themes/Active4D.tmTheme +407 -0
  59. data/lib/rmthemegen/textmate_themes/All Hallow's Eve Custom.tmTheme +273 -0
  60. data/lib/rmthemegen/textmate_themes/All Hallow's Eve.tmTheme +277 -0
  61. data/lib/rmthemegen/textmate_themes/Amy.tmTheme +557 -0
  62. data/lib/rmthemegen/textmate_themes/BBEdit.tmTheme +437 -0
  63. data/lib/rmthemegen/textmate_themes/Black Pearl II.tmTheme +496 -0
  64. data/lib/rmthemegen/textmate_themes/Black Pearl.tmTheme +400 -0
  65. data/lib/rmthemegen/textmate_themes/Blackboard Black.tmTheme +350 -0
  66. data/lib/rmthemegen/textmate_themes/Blackboard.tmTheme +350 -0
  67. data/lib/rmthemegen/textmate_themes/Bongzilla.tmTheme +223 -0
  68. data/lib/rmthemegen/textmate_themes/Brilliance Black.tmTheme +2619 -0
  69. data/lib/rmthemegen/textmate_themes/Brilliance Dull.tmTheme +2243 -0
  70. data/lib/rmthemegen/textmate_themes/CSSEdit.tmTheme +203 -0
  71. data/lib/rmthemegen/textmate_themes/Clouds Midnight.tmTheme +361 -0
  72. data/lib/rmthemegen/textmate_themes/Clouds.tmTheme +348 -0
  73. data/lib/rmthemegen/textmate_themes/Cobalt.tmTheme +559 -0
  74. data/lib/rmthemegen/textmate_themes/Coda.tmTheme +313 -0
  75. data/lib/rmthemegen/textmate_themes/Cool Glow.tmTheme +350 -0
  76. data/lib/rmthemegen/textmate_themes/Dawn.tmTheme +437 -0
  77. data/lib/rmthemegen/textmate_themes/Django (Smoothy).tmTheme +453 -0
  78. data/lib/rmthemegen/textmate_themes/Django.tmTheme +436 -0
  79. data/lib/rmthemegen/textmate_themes/Eiffel.tmTheme +439 -0
  80. data/lib/rmthemegen/textmate_themes/Emacs Strict.tmTheme +241 -0
  81. data/lib/rmthemegen/textmate_themes/Espresso Libre.tmTheme +402 -0
  82. data/lib/rmthemegen/textmate_themes/Espresso Tutti.tmTheme +392 -0
  83. data/lib/rmthemegen/textmate_themes/Espresso.tmTheme +329 -0
  84. data/lib/rmthemegen/textmate_themes/Fade to Grey.tmTheme +308 -0
  85. data/lib/rmthemegen/textmate_themes/Fluidvision.tmTheme +443 -0
  86. data/lib/rmthemegen/textmate_themes/ForLaTeX.tmTheme +214 -0
  87. data/lib/rmthemegen/textmate_themes/Freckle.tmTheme +279 -0
  88. data/lib/rmthemegen/textmate_themes/Friendship Bracelet.tmTheme +303 -0
  89. data/lib/rmthemegen/textmate_themes/GitHub.tmTheme +653 -0
  90. data/lib/rmthemegen/textmate_themes/GlitterBomb.tmTheme +387 -0
  91. data/lib/rmthemegen/textmate_themes/Happy happy joy joy 2.tmTheme +841 -0
  92. data/lib/rmthemegen/textmate_themes/IDLE.tmTheme +235 -0
  93. data/lib/rmthemegen/textmate_themes/IR_Black.tmTheme +810 -0
  94. data/lib/rmthemegen/textmate_themes/IR_White.tmTheme +792 -0
  95. data/lib/rmthemegen/textmate_themes/LAZY.tmTheme +291 -0
  96. data/lib/rmthemegen/textmate_themes/Lowlight.tmTheme +605 -0
  97. data/lib/rmthemegen/textmate_themes/Mac Classic.tmTheme +450 -0
  98. data/lib/rmthemegen/textmate_themes/Made of Code.tmTheme +695 -0
  99. data/lib/rmthemegen/textmate_themes/MagicWB (Amiga).tmTheme +376 -0
  100. data/lib/rmthemegen/textmate_themes/Merbivore Soft.tmTheme +285 -0
  101. data/lib/rmthemegen/textmate_themes/Merbivore.tmTheme +285 -0
  102. data/lib/rmthemegen/textmate_themes/Monokai.tmTheme +289 -0
  103. data/lib/rmthemegen/textmate_themes/MultiMarkdown.tmTheme +183 -0
  104. data/lib/rmthemegen/textmate_themes/Pastels on Dark.tmTheme +701 -0
  105. data/lib/rmthemegen/textmate_themes/Pastie.tmTheme +321 -0
  106. data/lib/rmthemegen/textmate_themes/Putty.tmTheme +275 -0
  107. data/lib/rmthemegen/textmate_themes/RDark.tmTheme +235 -0
  108. data/lib/rmthemegen/textmate_themes/Rails Envy.tmTheme +299 -0
  109. data/lib/rmthemegen/textmate_themes/Railscasts.tmTheme +278 -0
  110. data/lib/rmthemegen/textmate_themes/Ryan Light.tmTheme +232 -0
  111. data/lib/rmthemegen/textmate_themes/Slush & Poppies.tmTheme +336 -0
  112. data/lib/rmthemegen/textmate_themes/Smoothy.tmTheme +623 -0
  113. data/lib/rmthemegen/textmate_themes/SpaceCadet.tmTheme +212 -0
  114. data/lib/rmthemegen/textmate_themes/Spectacular.tmTheme +436 -0
  115. data/lib/rmthemegen/textmate_themes/Starlight.tmTheme +111 -0
  116. data/lib/rmthemegen/textmate_themes/Summer Camp Mod.tmTheme +229 -0
  117. data/lib/rmthemegen/textmate_themes/Summer Camp.tmTheme +229 -0
  118. data/lib/rmthemegen/textmate_themes/Sunburst.tmTheme +665 -0
  119. data/lib/rmthemegen/textmate_themes/Swyphs II.tmTheme +306 -0
  120. data/lib/rmthemegen/textmate_themes/Tango.tmTheme +450 -0
  121. data/lib/rmthemegen/textmate_themes/Text Ex Machina.tmTheme +295 -0
  122. data/lib/rmthemegen/textmate_themes/Tubster.tmTheme +280 -0
  123. data/lib/rmthemegen/textmate_themes/Twilight.tmTheme +518 -0
  124. data/lib/rmthemegen/textmate_themes/Vibrant Fin.tmTheme +447 -0
  125. data/lib/rmthemegen/textmate_themes/Vibrant Ink.tmTheme +447 -0
  126. data/lib/rmthemegen/textmate_themes/Vibrant Tango.tmTheme +438 -0
  127. data/lib/rmthemegen/textmate_themes/WhysPoignant.tmTheme +191 -0
  128. data/lib/rmthemegen/textmate_themes/Zenburnesque.tmTheme +343 -0
  129. data/lib/rmthemegen/textmate_themes/[ Argonaut ].tmTheme +387 -0
  130. data/lib/rmthemegen/textmate_themes/choco.tmTheme +542 -0
  131. data/lib/rmthemegen/textmate_themes/fake.tmTheme +669 -0
  132. data/lib/rmthemegen/textmate_themes/iLife 05.tmTheme +619 -0
  133. data/lib/rmthemegen/textmate_themes/iPlastic.tmTheme +286 -0
  134. data/lib/rmthemegen/textmate_themes/idleFingers.tmTheme +380 -0
  135. data/lib/rmthemegen/textmate_themes/krTheme.tmTheme +551 -0
  136. data/lib/rmthemegen/textmate_themes/monoindustrial.tmTheme +451 -0
  137. data/lib/rmthemegen/token_list.rb +171 -101
  138. data/lib/rmthemegen/uv_addons.rb +176 -0
  139. data/rmthemegen.gemspec +4 -1
  140. data/spec/rmthemegen/plist_to_tokenlist_spec.rb +0 -0
  141. data/test/choco.css +138 -0
  142. data/test/choco.render +136 -0
  143. data/test/get_tm_scopes.rb +79 -0
  144. data/test/get_tm_tokens.rb +0 -3
  145. data/test/newtheme.sh +6 -0
  146. data/test/output +14 -0
  147. data/test/rexml.element.methods +100 -0
  148. data/test/scopes_harvested +61 -0
  149. data/test/scopes_harvested.rb +15 -0
  150. data/test/test_generate_themes.rb +75 -38
  151. metadata +198 -13
  152. data/lib/rmthemegen/index.html +0 -2
  153. data/lib/rmthemegen/rmthemegen_187_textmate.rb +0 -155
  154. data/test/rmt_beautiful_quality.tmTheme +0 -399
  155. data/test/rmt_beautiful_quality.xml +0 -2089
@@ -0,0 +1,1126 @@
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>.c</string>
8
+ <string>.h</string>
9
+ </array>
10
+ <key>firstLineMatch</key>
11
+ <string>-[*]-( Mode:)? C -[*]-</string>
12
+ <key>foldingStartMarker</key>
13
+ <string>(?x)
14
+ /\*\*(?!\*)
15
+ |^(?![^{]*?//|[^{]*?/\*(?!.*?\*/.*?\{)).*?\{\s*($|//|/\*(?!.*?\*/.*\S))
16
+ </string>
17
+ <key>foldingStopMarker</key>
18
+ <string>(?&lt;!\*)\*\*/|^\s*\}</string>
19
+ <key>keyEquivalent</key>
20
+ <string>^~C</string>
21
+ <key>name</key>
22
+ <string>C</string>
23
+ <key>patterns</key>
24
+ <array>
25
+ <dict>
26
+ <key>include</key>
27
+ <string>#preprocessor-rule-enabled</string>
28
+ </dict>
29
+ <dict>
30
+ <key>include</key>
31
+ <string>#preprocessor-rule-disabled</string>
32
+ </dict>
33
+ <dict>
34
+ <key>include</key>
35
+ <string>#preprocessor-rule-other</string>
36
+ </dict>
37
+ <dict>
38
+ <key>include</key>
39
+ <string>#comments</string>
40
+ </dict>
41
+ <dict>
42
+ <key>match</key>
43
+ <string>\b(break|case|continue|default|do|else|for|goto|if|_Pragma|return|switch|while)\b</string>
44
+ <key>name</key>
45
+ <string>keyword.control.c</string>
46
+ </dict>
47
+ <dict>
48
+ <key>match</key>
49
+ <string>\b(asm|__asm__|auto|bool|_Bool|char|_Complex|double|enum|float|_Imaginary|int|long|short|signed|struct|typedef|union|unsigned|void)\b</string>
50
+ <key>name</key>
51
+ <string>storage.type.c</string>
52
+ </dict>
53
+ <dict>
54
+ <key>match</key>
55
+ <string>\b(const|extern|register|restrict|static|volatile|inline)\b</string>
56
+ <key>name</key>
57
+ <string>storage.modifier.c</string>
58
+ </dict>
59
+ <dict>
60
+ <key>comment</key>
61
+ <string>common C constant naming idiom -- kConstantVariable</string>
62
+ <key>match</key>
63
+ <string>\bk[A-Z]\w*\b</string>
64
+ <key>name</key>
65
+ <string>constant.other.variable.mac-classic.c</string>
66
+ </dict>
67
+ <dict>
68
+ <key>match</key>
69
+ <string>\bg[A-Z]\w*\b</string>
70
+ <key>name</key>
71
+ <string>variable.other.readwrite.global.mac-classic.c</string>
72
+ </dict>
73
+ <dict>
74
+ <key>match</key>
75
+ <string>\bs[A-Z]\w*\b</string>
76
+ <key>name</key>
77
+ <string>variable.other.readwrite.static.mac-classic.c</string>
78
+ </dict>
79
+ <dict>
80
+ <key>match</key>
81
+ <string>\b(NULL|true|false|TRUE|FALSE)\b</string>
82
+ <key>name</key>
83
+ <string>constant.language.c</string>
84
+ </dict>
85
+ <dict>
86
+ <key>include</key>
87
+ <string>#sizeof</string>
88
+ </dict>
89
+ <dict>
90
+ <key>match</key>
91
+ <string>\b((0(x|X)[0-9a-fA-F]*)|(([0-9]+\.?[0-9]*)|(\.[0-9]+))((e|E)(\+|-)?[0-9]+)?)(L|l|UL|ul|u|U|F|f|ll|LL|ull|ULL)?\b</string>
92
+ <key>name</key>
93
+ <string>constant.numeric.c</string>
94
+ </dict>
95
+ <dict>
96
+ <key>begin</key>
97
+ <string>"</string>
98
+ <key>beginCaptures</key>
99
+ <dict>
100
+ <key>0</key>
101
+ <dict>
102
+ <key>name</key>
103
+ <string>punctuation.definition.string.begin.c</string>
104
+ </dict>
105
+ </dict>
106
+ <key>end</key>
107
+ <string>"</string>
108
+ <key>endCaptures</key>
109
+ <dict>
110
+ <key>0</key>
111
+ <dict>
112
+ <key>name</key>
113
+ <string>punctuation.definition.string.end.c</string>
114
+ </dict>
115
+ </dict>
116
+ <key>name</key>
117
+ <string>string.quoted.double.c</string>
118
+ <key>patterns</key>
119
+ <array>
120
+ <dict>
121
+ <key>include</key>
122
+ <string>#string_escaped_char</string>
123
+ </dict>
124
+ <dict>
125
+ <key>include</key>
126
+ <string>#string_placeholder</string>
127
+ </dict>
128
+ </array>
129
+ </dict>
130
+ <dict>
131
+ <key>begin</key>
132
+ <string>'</string>
133
+ <key>beginCaptures</key>
134
+ <dict>
135
+ <key>0</key>
136
+ <dict>
137
+ <key>name</key>
138
+ <string>punctuation.definition.string.begin.c</string>
139
+ </dict>
140
+ </dict>
141
+ <key>end</key>
142
+ <string>'</string>
143
+ <key>endCaptures</key>
144
+ <dict>
145
+ <key>0</key>
146
+ <dict>
147
+ <key>name</key>
148
+ <string>punctuation.definition.string.end.c</string>
149
+ </dict>
150
+ </dict>
151
+ <key>name</key>
152
+ <string>string.quoted.single.c</string>
153
+ <key>patterns</key>
154
+ <array>
155
+ <dict>
156
+ <key>include</key>
157
+ <string>#string_escaped_char</string>
158
+ </dict>
159
+ </array>
160
+ </dict>
161
+ <dict>
162
+ <key>begin</key>
163
+ <string>(?x)
164
+ ^\s*\#\s*(define)\s+ # define
165
+ ((?&lt;id&gt;[a-zA-Z_][a-zA-Z0-9_]*)) # macro name
166
+ (?: # and optionally:
167
+ (\() # an open parenthesis
168
+ (
169
+ \s* \g&lt;id&gt; \s* # first argument
170
+ ((,) \s* \g&lt;id&gt; \s*)* # additional arguments
171
+ (?:\.\.\.)? # varargs ellipsis?
172
+ )
173
+ (\)) # a close parenthesis
174
+ )?
175
+ </string>
176
+ <key>beginCaptures</key>
177
+ <dict>
178
+ <key>1</key>
179
+ <dict>
180
+ <key>name</key>
181
+ <string>keyword.control.import.define.c</string>
182
+ </dict>
183
+ <key>2</key>
184
+ <dict>
185
+ <key>name</key>
186
+ <string>entity.name.function.preprocessor.c</string>
187
+ </dict>
188
+ <key>4</key>
189
+ <dict>
190
+ <key>name</key>
191
+ <string>punctuation.definition.parameters.c</string>
192
+ </dict>
193
+ <key>5</key>
194
+ <dict>
195
+ <key>name</key>
196
+ <string>variable.parameter.preprocessor.c</string>
197
+ </dict>
198
+ <key>7</key>
199
+ <dict>
200
+ <key>name</key>
201
+ <string>punctuation.separator.parameters.c</string>
202
+ </dict>
203
+ <key>8</key>
204
+ <dict>
205
+ <key>name</key>
206
+ <string>punctuation.definition.parameters.c</string>
207
+ </dict>
208
+ </dict>
209
+ <key>end</key>
210
+ <string>(?=(?://|/\*))|$</string>
211
+ <key>name</key>
212
+ <string>meta.preprocessor.macro.c</string>
213
+ <key>patterns</key>
214
+ <array>
215
+ <dict>
216
+ <key>match</key>
217
+ <string>(?&gt;\\\s*\n)</string>
218
+ <key>name</key>
219
+ <string>punctuation.separator.continuation.c</string>
220
+ </dict>
221
+ <dict>
222
+ <key>include</key>
223
+ <string>$base</string>
224
+ </dict>
225
+ </array>
226
+ </dict>
227
+ <dict>
228
+ <key>begin</key>
229
+ <string>^\s*#\s*(error|warning)\b</string>
230
+ <key>captures</key>
231
+ <dict>
232
+ <key>1</key>
233
+ <dict>
234
+ <key>name</key>
235
+ <string>keyword.control.import.error.c</string>
236
+ </dict>
237
+ </dict>
238
+ <key>end</key>
239
+ <string>$</string>
240
+ <key>name</key>
241
+ <string>meta.preprocessor.diagnostic.c</string>
242
+ <key>patterns</key>
243
+ <array>
244
+ <dict>
245
+ <key>match</key>
246
+ <string>(?&gt;\\\s*\n)</string>
247
+ <key>name</key>
248
+ <string>punctuation.separator.continuation.c</string>
249
+ </dict>
250
+ </array>
251
+ </dict>
252
+ <dict>
253
+ <key>begin</key>
254
+ <string>^\s*#\s*(include|import)\b\s+</string>
255
+ <key>captures</key>
256
+ <dict>
257
+ <key>1</key>
258
+ <dict>
259
+ <key>name</key>
260
+ <string>keyword.control.import.include.c</string>
261
+ </dict>
262
+ </dict>
263
+ <key>end</key>
264
+ <string>(?=(?://|/\*))|$</string>
265
+ <key>name</key>
266
+ <string>meta.preprocessor.c.include</string>
267
+ <key>patterns</key>
268
+ <array>
269
+ <dict>
270
+ <key>match</key>
271
+ <string>(?&gt;\\\s*\n)</string>
272
+ <key>name</key>
273
+ <string>punctuation.separator.continuation.c</string>
274
+ </dict>
275
+ <dict>
276
+ <key>begin</key>
277
+ <string>"</string>
278
+ <key>beginCaptures</key>
279
+ <dict>
280
+ <key>0</key>
281
+ <dict>
282
+ <key>name</key>
283
+ <string>punctuation.definition.string.begin.c</string>
284
+ </dict>
285
+ </dict>
286
+ <key>end</key>
287
+ <string>"</string>
288
+ <key>endCaptures</key>
289
+ <dict>
290
+ <key>0</key>
291
+ <dict>
292
+ <key>name</key>
293
+ <string>punctuation.definition.string.end.c</string>
294
+ </dict>
295
+ </dict>
296
+ <key>name</key>
297
+ <string>string.quoted.double.include.c</string>
298
+ </dict>
299
+ <dict>
300
+ <key>begin</key>
301
+ <string>&lt;</string>
302
+ <key>beginCaptures</key>
303
+ <dict>
304
+ <key>0</key>
305
+ <dict>
306
+ <key>name</key>
307
+ <string>punctuation.definition.string.begin.c</string>
308
+ </dict>
309
+ </dict>
310
+ <key>end</key>
311
+ <string>&gt;</string>
312
+ <key>endCaptures</key>
313
+ <dict>
314
+ <key>0</key>
315
+ <dict>
316
+ <key>name</key>
317
+ <string>punctuation.definition.string.end.c</string>
318
+ </dict>
319
+ </dict>
320
+ <key>name</key>
321
+ <string>string.quoted.other.lt-gt.include.c</string>
322
+ </dict>
323
+ </array>
324
+ </dict>
325
+ <dict>
326
+ <key>include</key>
327
+ <string>#pragma-mark</string>
328
+ </dict>
329
+ <dict>
330
+ <key>begin</key>
331
+ <string>^\s*#\s*(define|defined|elif|else|if|ifdef|ifndef|line|pragma|undef)\b</string>
332
+ <key>captures</key>
333
+ <dict>
334
+ <key>1</key>
335
+ <dict>
336
+ <key>name</key>
337
+ <string>keyword.control.import.c</string>
338
+ </dict>
339
+ </dict>
340
+ <key>end</key>
341
+ <string>(?=(?://|/\*))|$</string>
342
+ <key>name</key>
343
+ <string>meta.preprocessor.c</string>
344
+ <key>patterns</key>
345
+ <array>
346
+ <dict>
347
+ <key>match</key>
348
+ <string>(?&gt;\\\s*\n)</string>
349
+ <key>name</key>
350
+ <string>punctuation.separator.continuation.c</string>
351
+ </dict>
352
+ </array>
353
+ </dict>
354
+ <dict>
355
+ <key>match</key>
356
+ <string>\b(u_char|u_short|u_int|u_long|ushort|uint|u_quad_t|quad_t|qaddr_t|caddr_t|daddr_t|dev_t|fixpt_t|blkcnt_t|blksize_t|gid_t|in_addr_t|in_port_t|ino_t|key_t|mode_t|nlink_t|id_t|pid_t|off_t|segsz_t|swblk_t|uid_t|id_t|clock_t|size_t|ssize_t|time_t|useconds_t|suseconds_t)\b</string>
357
+ <key>name</key>
358
+ <string>support.type.sys-types.c</string>
359
+ </dict>
360
+ <dict>
361
+ <key>match</key>
362
+ <string>\b(pthread_attr_t|pthread_cond_t|pthread_condattr_t|pthread_mutex_t|pthread_mutexattr_t|pthread_once_t|pthread_rwlock_t|pthread_rwlockattr_t|pthread_t|pthread_key_t)\b</string>
363
+ <key>name</key>
364
+ <string>support.type.pthread.c</string>
365
+ </dict>
366
+ <dict>
367
+ <key>match</key>
368
+ <string>\b(int8_t|int16_t|int32_t|int64_t|uint8_t|uint16_t|uint32_t|uint64_t|int_least8_t|int_least16_t|int_least32_t|int_least64_t|uint_least8_t|uint_least16_t|uint_least32_t|uint_least64_t|int_fast8_t|int_fast16_t|int_fast32_t|int_fast64_t|uint_fast8_t|uint_fast16_t|uint_fast32_t|uint_fast64_t|intptr_t|uintptr_t|intmax_t|intmax_t|uintmax_t|uintmax_t)\b</string>
369
+ <key>name</key>
370
+ <string>support.type.stdint.c</string>
371
+ </dict>
372
+ <dict>
373
+ <key>match</key>
374
+ <string>\b(noErr|kNilOptions|kInvalidID|kVariableLengthArray)\b</string>
375
+ <key>name</key>
376
+ <string>support.constant.mac-classic.c</string>
377
+ </dict>
378
+ <dict>
379
+ <key>match</key>
380
+ <string>\b(AbsoluteTime|Boolean|Byte|ByteCount|ByteOffset|BytePtr|CompTimeValue|ConstLogicalAddress|ConstStrFileNameParam|ConstStringPtr|Duration|Fixed|FixedPtr|Float32|Float32Point|Float64|Float80|Float96|FourCharCode|Fract|FractPtr|Handle|ItemCount|LogicalAddress|OptionBits|OSErr|OSStatus|OSType|OSTypePtr|PhysicalAddress|ProcessSerialNumber|ProcessSerialNumberPtr|ProcHandle|Ptr|ResType|ResTypePtr|ShortFixed|ShortFixedPtr|SignedByte|SInt16|SInt32|SInt64|SInt8|Size|StrFileName|StringHandle|StringPtr|TimeBase|TimeRecord|TimeScale|TimeValue|TimeValue64|UInt16|UInt32|UInt64|UInt8|UniChar|UniCharCount|UniCharCountPtr|UniCharPtr|UnicodeScalarValue|UniversalProcHandle|UniversalProcPtr|UnsignedFixed|UnsignedFixedPtr|UnsignedWide|UTF16Char|UTF32Char|UTF8Char)\b</string>
381
+ <key>name</key>
382
+ <string>support.type.mac-classic.c</string>
383
+ </dict>
384
+ <dict>
385
+ <key>include</key>
386
+ <string>#block</string>
387
+ </dict>
388
+ <dict>
389
+ <key>begin</key>
390
+ <string>(?x)
391
+ (?: ^ # begin-of-line
392
+ |
393
+ (?: (?= \s ) (?&lt;!else|new|return) (?&lt;=\w) # or word + space before name
394
+ | (?= \s*[A-Za-z_] ) (?&lt;!&amp;&amp;) (?&lt;=[*&amp;&gt;]) # or type modifier before name
395
+ )
396
+ )
397
+ (\s*) (?!(while|for|do|if|else|switch|catch|enumerate|return|r?iterate)\s*\()
398
+ (
399
+ (?: [A-Za-z_][A-Za-z0-9_]*+ | :: )++ | # actual name
400
+ (?: (?&lt;=operator) (?: [-*&amp;&lt;&gt;=+!]+ | \(\) | \[\] ) ) # if it is a C++ operator
401
+ )
402
+ \s*(?=\()</string>
403
+ <key>beginCaptures</key>
404
+ <dict>
405
+ <key>1</key>
406
+ <dict>
407
+ <key>name</key>
408
+ <string>punctuation.whitespace.function.leading.c</string>
409
+ </dict>
410
+ <key>3</key>
411
+ <dict>
412
+ <key>name</key>
413
+ <string>entity.name.function.c</string>
414
+ </dict>
415
+ <key>4</key>
416
+ <dict>
417
+ <key>name</key>
418
+ <string>punctuation.definition.parameters.c</string>
419
+ </dict>
420
+ </dict>
421
+ <key>end</key>
422
+ <string>(?&lt;=\})|(?=#)|(;)</string>
423
+ <key>name</key>
424
+ <string>meta.function.c</string>
425
+ <key>patterns</key>
426
+ <array>
427
+ <dict>
428
+ <key>include</key>
429
+ <string>#comments</string>
430
+ </dict>
431
+ <dict>
432
+ <key>include</key>
433
+ <string>#parens</string>
434
+ </dict>
435
+ <dict>
436
+ <key>match</key>
437
+ <string>\bconst\b</string>
438
+ <key>name</key>
439
+ <string>storage.modifier.c</string>
440
+ </dict>
441
+ <dict>
442
+ <key>include</key>
443
+ <string>#block</string>
444
+ </dict>
445
+ </array>
446
+ </dict>
447
+ </array>
448
+ <key>repository</key>
449
+ <dict>
450
+ <key>access</key>
451
+ <dict>
452
+ <key>match</key>
453
+ <string>\.[a-zA-Z_][a-zA-Z_0-9]*\b(?!\s*\()</string>
454
+ <key>name</key>
455
+ <string>variable.other.dot-access.c</string>
456
+ </dict>
457
+ <key>block</key>
458
+ <dict>
459
+ <key>begin</key>
460
+ <string>\{</string>
461
+ <key>end</key>
462
+ <string>\}</string>
463
+ <key>name</key>
464
+ <string>meta.block.c</string>
465
+ <key>patterns</key>
466
+ <array>
467
+ <dict>
468
+ <key>include</key>
469
+ <string>#block_innards</string>
470
+ </dict>
471
+ </array>
472
+ </dict>
473
+ <key>block_innards</key>
474
+ <dict>
475
+ <key>patterns</key>
476
+ <array>
477
+ <dict>
478
+ <key>include</key>
479
+ <string>#preprocessor-rule-enabled-block</string>
480
+ </dict>
481
+ <dict>
482
+ <key>include</key>
483
+ <string>#preprocessor-rule-disabled-block</string>
484
+ </dict>
485
+ <dict>
486
+ <key>include</key>
487
+ <string>#preprocessor-rule-other-block</string>
488
+ </dict>
489
+ <dict>
490
+ <key>include</key>
491
+ <string>#sizeof</string>
492
+ </dict>
493
+ <dict>
494
+ <key>include</key>
495
+ <string>#access</string>
496
+ </dict>
497
+ <dict>
498
+ <key>captures</key>
499
+ <dict>
500
+ <key>1</key>
501
+ <dict>
502
+ <key>name</key>
503
+ <string>punctuation.whitespace.support.function.leading.c</string>
504
+ </dict>
505
+ <key>2</key>
506
+ <dict>
507
+ <key>name</key>
508
+ <string>support.function.C99.c</string>
509
+ </dict>
510
+ </dict>
511
+ <key>match</key>
512
+ <string>(\s*)\b(hypot(f|l)?|s(scanf|ystem|nprintf|ca(nf|lb(n(f|l)?|ln(f|l)?))|i(n(h(f|l)?|f|l)?|gn(al|bit))|tr(s(tr|pn)|nc(py|at|mp)|c(spn|hr|oll|py|at|mp)|to(imax|d|u(l(l)?|max)|k|f|l(d|l)?)|error|pbrk|ftime|len|rchr|xfrm)|printf|et(jmp|vbuf|locale|buf)|qrt(f|l)?|w(scanf|printf)|rand)|n(e(arbyint(f|l)?|xt(toward(f|l)?|after(f|l)?))|an(f|l)?)|c(s(in(h(f|l)?|f|l)?|qrt(f|l)?)|cos(h(f)?|f|l)?|imag(f|l)?|t(ime|an(h(f|l)?|f|l)?)|o(s(h(f|l)?|f|l)?|nj(f|l)?|pysign(f|l)?)|p(ow(f|l)?|roj(f|l)?)|e(il(f|l)?|xp(f|l)?)|l(o(ck|g(f|l)?)|earerr)|a(sin(h(f|l)?|f|l)?|cos(h(f|l)?|f|l)?|tan(h(f|l)?|f|l)?|lloc|rg(f|l)?|bs(f|l)?)|real(f|l)?|brt(f|l)?)|t(ime|o(upper|lower)|an(h(f|l)?|f|l)?|runc(f|l)?|gamma(f|l)?|mp(nam|file))|i(s(space|n(ormal|an)|cntrl|inf|digit|u(nordered|pper)|p(unct|rint)|finite|w(space|c(ntrl|type)|digit|upper|p(unct|rint)|lower|al(num|pha)|graph|xdigit|blank)|l(ower|ess(equal|greater)?)|al(num|pha)|gr(eater(equal)?|aph)|xdigit|blank)|logb(f|l)?|max(div|abs))|di(v|fftime)|_Exit|unget(c|wc)|p(ow(f|l)?|ut(s|c(har)?|wc(har)?)|error|rintf)|e(rf(c(f|l)?|f|l)?|x(it|p(2(f|l)?|f|l|m1(f|l)?)?))|v(s(scanf|nprintf|canf|printf|w(scanf|printf))|printf|f(scanf|printf|w(scanf|printf))|w(scanf|printf)|a_(start|copy|end|arg))|qsort|f(s(canf|e(tpos|ek))|close|tell|open|dim(f|l)?|p(classify|ut(s|c|w(s|c))|rintf)|e(holdexcept|set(e(nv|xceptflag)|round)|clearexcept|testexcept|of|updateenv|r(aiseexcept|ror)|get(e(nv|xceptflag)|round))|flush|w(scanf|ide|printf|rite)|loor(f|l)?|abs(f|l)?|get(s|c|pos|w(s|c))|re(open|e|ad|xp(f|l)?)|m(in(f|l)?|od(f|l)?|a(f|l|x(f|l)?)?))|l(d(iv|exp(f|l)?)|o(ngjmp|cal(time|econv)|g(1(p(f|l)?|0(f|l)?)|2(f|l)?|f|l|b(f|l)?)?)|abs|l(div|abs|r(int(f|l)?|ound(f|l)?))|r(int(f|l)?|ound(f|l)?)|gamma(f|l)?)|w(scanf|c(s(s(tr|pn)|nc(py|at|mp)|c(spn|hr|oll|py|at|mp)|to(imax|d|u(l(l)?|max)|k|f|l(d|l)?|mbs)|pbrk|ftime|len|r(chr|tombs)|xfrm)|to(b|mb)|rtomb)|printf|mem(set|c(hr|py|mp)|move))|a(s(sert|ctime|in(h(f|l)?|f|l)?)|cos(h(f|l)?|f|l)?|t(o(i|f|l(l)?)|exit|an(h(f|l)?|2(f|l)?|f|l)?)|b(s|ort))|g(et(s|c(har)?|env|wc(har)?)|mtime)|r(int(f|l)?|ound(f|l)?|e(name|alloc|wind|m(ove|quo(f|l)?|ainder(f|l)?))|a(nd|ise))|b(search|towc)|m(odf(f|l)?|em(set|c(hr|py|mp)|move)|ktime|alloc|b(s(init|towcs|rtowcs)|towc|len|r(towc|len))))\b</string>
513
+ </dict>
514
+ <dict>
515
+ <key>captures</key>
516
+ <dict>
517
+ <key>1</key>
518
+ <dict>
519
+ <key>name</key>
520
+ <string>punctuation.whitespace.function-call.leading.c</string>
521
+ </dict>
522
+ <key>2</key>
523
+ <dict>
524
+ <key>name</key>
525
+ <string>support.function.any-method.c</string>
526
+ </dict>
527
+ <key>3</key>
528
+ <dict>
529
+ <key>name</key>
530
+ <string>punctuation.definition.parameters.c</string>
531
+ </dict>
532
+ </dict>
533
+ <key>match</key>
534
+ <string>(?x) (?: (?= \s ) (?:(?&lt;=else|new|return) | (?&lt;!\w)) (\s+))?
535
+ (\b
536
+ (?!(while|for|do|if|else|switch|catch|enumerate|return|r?iterate)\s*\()(?:(?!NS)[A-Za-z_][A-Za-z0-9_]*+\b | :: )++ # actual name
537
+ )
538
+ \s*(\()</string>
539
+ <key>name</key>
540
+ <string>meta.function-call.c</string>
541
+ </dict>
542
+ <dict>
543
+ <key>captures</key>
544
+ <dict>
545
+ <key>1</key>
546
+ <dict>
547
+ <key>name</key>
548
+ <string>variable.other.c</string>
549
+ </dict>
550
+ <key>2</key>
551
+ <dict>
552
+ <key>name</key>
553
+ <string>punctuation.definition.parameters.c</string>
554
+ </dict>
555
+ </dict>
556
+ <key>match</key>
557
+ <string>(?x)
558
+ (?x)
559
+ (?:
560
+ (?: (?= \s ) (?&lt;!else|new|return) (?&lt;=\w)\s+ # or word + space before name
561
+ )
562
+ )
563
+ (
564
+ (?: [A-Za-z_][A-Za-z0-9_]*+ | :: )++ | # actual name
565
+ (?: (?&lt;=operator) (?: [-*&amp;&lt;&gt;=+!]+ | \(\) | \[\] ) )? # if it is a C++ operator
566
+ )
567
+ \s*(\()</string>
568
+ <key>name</key>
569
+ <string>meta.initialization.c</string>
570
+ </dict>
571
+ <dict>
572
+ <key>include</key>
573
+ <string>#block</string>
574
+ </dict>
575
+ <dict>
576
+ <key>include</key>
577
+ <string>$base</string>
578
+ </dict>
579
+ </array>
580
+ </dict>
581
+ <key>comments</key>
582
+ <dict>
583
+ <key>patterns</key>
584
+ <array>
585
+ <dict>
586
+ <key>captures</key>
587
+ <dict>
588
+ <key>1</key>
589
+ <dict>
590
+ <key>name</key>
591
+ <string>meta.toc-list.banner.block.c</string>
592
+ </dict>
593
+ </dict>
594
+ <key>match</key>
595
+ <string>^/\* =(\s*.*?)\s*= \*/$\n?</string>
596
+ <key>name</key>
597
+ <string>comment.block.c</string>
598
+ </dict>
599
+ <dict>
600
+ <key>begin</key>
601
+ <string>/\*</string>
602
+ <key>captures</key>
603
+ <dict>
604
+ <key>0</key>
605
+ <dict>
606
+ <key>name</key>
607
+ <string>punctuation.definition.comment.c</string>
608
+ </dict>
609
+ </dict>
610
+ <key>end</key>
611
+ <string>\*/</string>
612
+ <key>name</key>
613
+ <string>comment.block.c</string>
614
+ </dict>
615
+ <dict>
616
+ <key>match</key>
617
+ <string>\*/.*\n</string>
618
+ <key>name</key>
619
+ <string>invalid.illegal.stray-comment-end.c</string>
620
+ </dict>
621
+ <dict>
622
+ <key>captures</key>
623
+ <dict>
624
+ <key>1</key>
625
+ <dict>
626
+ <key>name</key>
627
+ <string>meta.toc-list.banner.line.c</string>
628
+ </dict>
629
+ </dict>
630
+ <key>match</key>
631
+ <string>^// =(\s*.*?)\s*=\s*$\n?</string>
632
+ <key>name</key>
633
+ <string>comment.line.banner.c++</string>
634
+ </dict>
635
+ <dict>
636
+ <key>begin</key>
637
+ <string>//</string>
638
+ <key>beginCaptures</key>
639
+ <dict>
640
+ <key>0</key>
641
+ <dict>
642
+ <key>name</key>
643
+ <string>punctuation.definition.comment.c</string>
644
+ </dict>
645
+ </dict>
646
+ <key>end</key>
647
+ <string>$\n?</string>
648
+ <key>name</key>
649
+ <string>comment.line.double-slash.c++</string>
650
+ <key>patterns</key>
651
+ <array>
652
+ <dict>
653
+ <key>match</key>
654
+ <string>(?&gt;\\\s*\n)</string>
655
+ <key>name</key>
656
+ <string>punctuation.separator.continuation.c++</string>
657
+ </dict>
658
+ </array>
659
+ </dict>
660
+ </array>
661
+ </dict>
662
+ <key>disabled</key>
663
+ <dict>
664
+ <key>begin</key>
665
+ <string>^\s*#\s*if(n?def)?\b.*$</string>
666
+ <key>comment</key>
667
+ <string>eat nested preprocessor if(def)s</string>
668
+ <key>end</key>
669
+ <string>^\s*#\s*endif\b.*$</string>
670
+ <key>patterns</key>
671
+ <array>
672
+ <dict>
673
+ <key>include</key>
674
+ <string>#disabled</string>
675
+ </dict>
676
+ <dict>
677
+ <key>include</key>
678
+ <string>#pragma-mark</string>
679
+ </dict>
680
+ </array>
681
+ </dict>
682
+ <key>parens</key>
683
+ <dict>
684
+ <key>begin</key>
685
+ <string>\(</string>
686
+ <key>end</key>
687
+ <string>\)</string>
688
+ <key>name</key>
689
+ <string>meta.parens.c</string>
690
+ <key>patterns</key>
691
+ <array>
692
+ <dict>
693
+ <key>include</key>
694
+ <string>$base</string>
695
+ </dict>
696
+ </array>
697
+ </dict>
698
+ <key>pragma-mark</key>
699
+ <dict>
700
+ <key>captures</key>
701
+ <dict>
702
+ <key>1</key>
703
+ <dict>
704
+ <key>name</key>
705
+ <string>meta.preprocessor.c</string>
706
+ </dict>
707
+ <key>2</key>
708
+ <dict>
709
+ <key>name</key>
710
+ <string>keyword.control.import.pragma.c</string>
711
+ </dict>
712
+ <key>3</key>
713
+ <dict>
714
+ <key>name</key>
715
+ <string>meta.toc-list.pragma-mark.c</string>
716
+ </dict>
717
+ </dict>
718
+ <key>match</key>
719
+ <string>^\s*(#\s*(pragma\s+mark)\s+(.*))</string>
720
+ <key>name</key>
721
+ <string>meta.section</string>
722
+ </dict>
723
+ <key>preprocessor-rule-disabled</key>
724
+ <dict>
725
+ <key>begin</key>
726
+ <string>^\s*(#(if)\s+(0)\b).*</string>
727
+ <key>captures</key>
728
+ <dict>
729
+ <key>1</key>
730
+ <dict>
731
+ <key>name</key>
732
+ <string>meta.preprocessor.c</string>
733
+ </dict>
734
+ <key>2</key>
735
+ <dict>
736
+ <key>name</key>
737
+ <string>keyword.control.import.if.c</string>
738
+ </dict>
739
+ <key>3</key>
740
+ <dict>
741
+ <key>name</key>
742
+ <string>constant.numeric.preprocessor.c</string>
743
+ </dict>
744
+ </dict>
745
+ <key>end</key>
746
+ <string>^\s*(#\s*(endif)\b)</string>
747
+ <key>patterns</key>
748
+ <array>
749
+ <dict>
750
+ <key>begin</key>
751
+ <string>^\s*(#\s*(else)\b)</string>
752
+ <key>captures</key>
753
+ <dict>
754
+ <key>1</key>
755
+ <dict>
756
+ <key>name</key>
757
+ <string>meta.preprocessor.c</string>
758
+ </dict>
759
+ <key>2</key>
760
+ <dict>
761
+ <key>name</key>
762
+ <string>keyword.control.import.else.c</string>
763
+ </dict>
764
+ </dict>
765
+ <key>end</key>
766
+ <string>(?=^\s*#\s*endif\b.*$)</string>
767
+ <key>patterns</key>
768
+ <array>
769
+ <dict>
770
+ <key>include</key>
771
+ <string>$base</string>
772
+ </dict>
773
+ </array>
774
+ </dict>
775
+ <dict>
776
+ <key>begin</key>
777
+ <string></string>
778
+ <key>end</key>
779
+ <string>(?=^\s*#\s*(else|endif)\b.*$)</string>
780
+ <key>name</key>
781
+ <string>comment.block.preprocessor.if-branch</string>
782
+ <key>patterns</key>
783
+ <array>
784
+ <dict>
785
+ <key>include</key>
786
+ <string>#disabled</string>
787
+ </dict>
788
+ <dict>
789
+ <key>include</key>
790
+ <string>#pragma-mark</string>
791
+ </dict>
792
+ </array>
793
+ </dict>
794
+ </array>
795
+ </dict>
796
+ <key>preprocessor-rule-disabled-block</key>
797
+ <dict>
798
+ <key>begin</key>
799
+ <string>^\s*(#(if)\s+(0)\b).*</string>
800
+ <key>captures</key>
801
+ <dict>
802
+ <key>1</key>
803
+ <dict>
804
+ <key>name</key>
805
+ <string>meta.preprocessor.c</string>
806
+ </dict>
807
+ <key>2</key>
808
+ <dict>
809
+ <key>name</key>
810
+ <string>keyword.control.import.if.c</string>
811
+ </dict>
812
+ <key>3</key>
813
+ <dict>
814
+ <key>name</key>
815
+ <string>constant.numeric.preprocessor.c</string>
816
+ </dict>
817
+ </dict>
818
+ <key>end</key>
819
+ <string>^\s*(#\s*(endif)\b)</string>
820
+ <key>patterns</key>
821
+ <array>
822
+ <dict>
823
+ <key>begin</key>
824
+ <string>^\s*(#\s*(else)\b)</string>
825
+ <key>captures</key>
826
+ <dict>
827
+ <key>1</key>
828
+ <dict>
829
+ <key>name</key>
830
+ <string>meta.preprocessor.c</string>
831
+ </dict>
832
+ <key>2</key>
833
+ <dict>
834
+ <key>name</key>
835
+ <string>keyword.control.import.else.c</string>
836
+ </dict>
837
+ </dict>
838
+ <key>end</key>
839
+ <string>(?=^\s*#\s*endif\b.*$)</string>
840
+ <key>patterns</key>
841
+ <array>
842
+ <dict>
843
+ <key>include</key>
844
+ <string>#block_innards</string>
845
+ </dict>
846
+ </array>
847
+ </dict>
848
+ <dict>
849
+ <key>begin</key>
850
+ <string></string>
851
+ <key>end</key>
852
+ <string>(?=^\s*#\s*(else|endif)\b.*$)</string>
853
+ <key>name</key>
854
+ <string>comment.block.preprocessor.if-branch.in-block</string>
855
+ <key>patterns</key>
856
+ <array>
857
+ <dict>
858
+ <key>include</key>
859
+ <string>#disabled</string>
860
+ </dict>
861
+ <dict>
862
+ <key>include</key>
863
+ <string>#pragma-mark</string>
864
+ </dict>
865
+ </array>
866
+ </dict>
867
+ </array>
868
+ </dict>
869
+ <key>preprocessor-rule-enabled</key>
870
+ <dict>
871
+ <key>begin</key>
872
+ <string>^\s*(#(if)\s+(0*1)\b)</string>
873
+ <key>captures</key>
874
+ <dict>
875
+ <key>1</key>
876
+ <dict>
877
+ <key>name</key>
878
+ <string>meta.preprocessor.c</string>
879
+ </dict>
880
+ <key>2</key>
881
+ <dict>
882
+ <key>name</key>
883
+ <string>keyword.control.import.if.c</string>
884
+ </dict>
885
+ <key>3</key>
886
+ <dict>
887
+ <key>name</key>
888
+ <string>constant.numeric.preprocessor.c</string>
889
+ </dict>
890
+ </dict>
891
+ <key>end</key>
892
+ <string>^\s*(#\s*(endif)\b)</string>
893
+ <key>patterns</key>
894
+ <array>
895
+ <dict>
896
+ <key>begin</key>
897
+ <string>^\s*(#\s*(else)\b).*</string>
898
+ <key>captures</key>
899
+ <dict>
900
+ <key>1</key>
901
+ <dict>
902
+ <key>name</key>
903
+ <string>meta.preprocessor.c</string>
904
+ </dict>
905
+ <key>2</key>
906
+ <dict>
907
+ <key>name</key>
908
+ <string>keyword.control.import.else.c</string>
909
+ </dict>
910
+ </dict>
911
+ <key>contentName</key>
912
+ <string>comment.block.preprocessor.else-branch</string>
913
+ <key>end</key>
914
+ <string>(?=^\s*#\s*endif\b.*$)</string>
915
+ <key>patterns</key>
916
+ <array>
917
+ <dict>
918
+ <key>include</key>
919
+ <string>#disabled</string>
920
+ </dict>
921
+ <dict>
922
+ <key>include</key>
923
+ <string>#pragma-mark</string>
924
+ </dict>
925
+ </array>
926
+ </dict>
927
+ <dict>
928
+ <key>begin</key>
929
+ <string></string>
930
+ <key>end</key>
931
+ <string>(?=^\s*#\s*(else|endif)\b.*$)</string>
932
+ <key>patterns</key>
933
+ <array>
934
+ <dict>
935
+ <key>include</key>
936
+ <string>$base</string>
937
+ </dict>
938
+ </array>
939
+ </dict>
940
+ </array>
941
+ </dict>
942
+ <key>preprocessor-rule-enabled-block</key>
943
+ <dict>
944
+ <key>begin</key>
945
+ <string>^\s*(#(if)\s+(0*1)\b)</string>
946
+ <key>captures</key>
947
+ <dict>
948
+ <key>1</key>
949
+ <dict>
950
+ <key>name</key>
951
+ <string>meta.preprocessor.c</string>
952
+ </dict>
953
+ <key>2</key>
954
+ <dict>
955
+ <key>name</key>
956
+ <string>keyword.control.import.if.c</string>
957
+ </dict>
958
+ <key>3</key>
959
+ <dict>
960
+ <key>name</key>
961
+ <string>constant.numeric.preprocessor.c</string>
962
+ </dict>
963
+ </dict>
964
+ <key>end</key>
965
+ <string>^\s*(#\s*(endif)\b)</string>
966
+ <key>patterns</key>
967
+ <array>
968
+ <dict>
969
+ <key>begin</key>
970
+ <string>^\s*(#\s*(else)\b).*</string>
971
+ <key>captures</key>
972
+ <dict>
973
+ <key>1</key>
974
+ <dict>
975
+ <key>name</key>
976
+ <string>meta.preprocessor.c</string>
977
+ </dict>
978
+ <key>2</key>
979
+ <dict>
980
+ <key>name</key>
981
+ <string>keyword.control.import.else.c</string>
982
+ </dict>
983
+ </dict>
984
+ <key>contentName</key>
985
+ <string>comment.block.preprocessor.else-branch.in-block</string>
986
+ <key>end</key>
987
+ <string>(?=^\s*#\s*endif\b.*$)</string>
988
+ <key>patterns</key>
989
+ <array>
990
+ <dict>
991
+ <key>include</key>
992
+ <string>#disabled</string>
993
+ </dict>
994
+ <dict>
995
+ <key>include</key>
996
+ <string>#pragma-mark</string>
997
+ </dict>
998
+ </array>
999
+ </dict>
1000
+ <dict>
1001
+ <key>begin</key>
1002
+ <string></string>
1003
+ <key>end</key>
1004
+ <string>(?=^\s*#\s*(else|endif)\b.*$)</string>
1005
+ <key>patterns</key>
1006
+ <array>
1007
+ <dict>
1008
+ <key>include</key>
1009
+ <string>#block_innards</string>
1010
+ </dict>
1011
+ </array>
1012
+ </dict>
1013
+ </array>
1014
+ </dict>
1015
+ <key>preprocessor-rule-other</key>
1016
+ <dict>
1017
+ <key>begin</key>
1018
+ <string>^\s*(#\s*(if(n?def)?)\b.*?(?:(?=(?://|/\*))|$))</string>
1019
+ <key>captures</key>
1020
+ <dict>
1021
+ <key>1</key>
1022
+ <dict>
1023
+ <key>name</key>
1024
+ <string>meta.preprocessor.c</string>
1025
+ </dict>
1026
+ <key>2</key>
1027
+ <dict>
1028
+ <key>name</key>
1029
+ <string>keyword.control.import.c</string>
1030
+ </dict>
1031
+ </dict>
1032
+ <key>end</key>
1033
+ <string>^\s*(#\s*(endif)\b).*$</string>
1034
+ <key>patterns</key>
1035
+ <array>
1036
+ <dict>
1037
+ <key>include</key>
1038
+ <string>$base</string>
1039
+ </dict>
1040
+ </array>
1041
+ </dict>
1042
+ <key>preprocessor-rule-other-block</key>
1043
+ <dict>
1044
+ <key>begin</key>
1045
+ <string>^\s*(#\s*(if(n?def)?)\b.*?(?:(?=(?://|/\*))|$))</string>
1046
+ <key>captures</key>
1047
+ <dict>
1048
+ <key>1</key>
1049
+ <dict>
1050
+ <key>name</key>
1051
+ <string>meta.preprocessor.c</string>
1052
+ </dict>
1053
+ <key>2</key>
1054
+ <dict>
1055
+ <key>name</key>
1056
+ <string>keyword.control.import.c</string>
1057
+ </dict>
1058
+ </dict>
1059
+ <key>end</key>
1060
+ <string>^\s*(#\s*(endif)\b).*$</string>
1061
+ <key>patterns</key>
1062
+ <array>
1063
+ <dict>
1064
+ <key>include</key>
1065
+ <string>#block_innards</string>
1066
+ </dict>
1067
+ </array>
1068
+ </dict>
1069
+ <key>sizeof</key>
1070
+ <dict>
1071
+ <key>match</key>
1072
+ <string>\b(sizeof)\b</string>
1073
+ <key>name</key>
1074
+ <string>keyword.operator.sizeof.c</string>
1075
+ </dict>
1076
+ <key>string_escaped_char</key>
1077
+ <dict>
1078
+ <key>patterns</key>
1079
+ <array>
1080
+ <dict>
1081
+ <key>match</key>
1082
+ <string>\\(\\|[abefnprtv'"?]|[0-3]\d{,2}|[4-7]\d?|x[a-fA-F0-9]{,2})</string>
1083
+ <key>name</key>
1084
+ <string>constant.character.escape.c</string>
1085
+ </dict>
1086
+ <dict>
1087
+ <key>match</key>
1088
+ <string>\\.</string>
1089
+ <key>name</key>
1090
+ <string>invalid.illegal.unknown-escape.c</string>
1091
+ </dict>
1092
+ </array>
1093
+ </dict>
1094
+ <key>string_placeholder</key>
1095
+ <dict>
1096
+ <key>patterns</key>
1097
+ <array>
1098
+ <dict>
1099
+ <key>match</key>
1100
+ <string>(?x)%
1101
+ (\d+\$)? # field (argument #)
1102
+ [#0\- +']* # flags
1103
+ [,;:_]? # separator character (AltiVec)
1104
+ ((-?\d+)|\*(-?\d+\$)?)? # minimum field width
1105
+ (\.((-?\d+)|\*(-?\d+\$)?)?)? # precision
1106
+ (hh|h|ll|l|j|t|z|q|L|vh|vl|v|hv|hl)? # length modifier
1107
+ [diouxXDOUeEfFgGaACcSspn%] # conversion type
1108
+ </string>
1109
+ <key>name</key>
1110
+ <string>constant.other.placeholder.c</string>
1111
+ </dict>
1112
+ <dict>
1113
+ <key>match</key>
1114
+ <string>%</string>
1115
+ <key>name</key>
1116
+ <string>invalid.illegal.placeholder.c</string>
1117
+ </dict>
1118
+ </array>
1119
+ </dict>
1120
+ </dict>
1121
+ <key>scopeName</key>
1122
+ <string>source.c</string>
1123
+ <key>uuid</key>
1124
+ <string>25066DC2-6B1D-11D9-9D5B-000D93589AF6</string>
1125
+ </dict>
1126
+ </plist>