ver 2009.10.14

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 (188) hide show
  1. data/CHANGELOG +1404 -0
  2. data/MANIFEST +187 -0
  3. data/Rakefile +30 -0
  4. data/TODO +169 -0
  5. data/bin/ver +19 -0
  6. data/config/detect.rb +109 -0
  7. data/config/keymap/vim.rb +239 -0
  8. data/config/rc.rb +0 -0
  9. data/config/scratch +3 -0
  10. data/config/syntax/ANTLR.json +275 -0
  11. data/config/syntax/ASP VB.net.json +228 -0
  12. data/config/syntax/ASP.json +135 -0
  13. data/config/syntax/ActionScript.json +168 -0
  14. data/config/syntax/Ada.json +108 -0
  15. data/config/syntax/Apache.json +342 -0
  16. data/config/syntax/AppleScript.json +721 -0
  17. data/config/syntax/Bibtex.json +253 -0
  18. data/config/syntax/Blog (HTML).json +47 -0
  19. data/config/syntax/Blog (Markdown).json +50 -0
  20. data/config/syntax/Blog (Text).json +45 -0
  21. data/config/syntax/Blog (Textile).json +45 -0
  22. data/config/syntax/Bulletin Board.json +428 -0
  23. data/config/syntax/C++.json +323 -0
  24. data/config/syntax/C.json +694 -0
  25. data/config/syntax/CSS.json +346 -0
  26. data/config/syntax/DOT.json +79 -0
  27. data/config/syntax/Diff.json +136 -0
  28. data/config/syntax/Dylan.json +104 -0
  29. data/config/syntax/Eiffel.json +128 -0
  30. data/config/syntax/Erlang.json +1636 -0
  31. data/config/syntax/F-Script.json +137 -0
  32. data/config/syntax/FXScript.json +260 -0
  33. data/config/syntax/Gri.json +141 -0
  34. data/config/syntax/HTML (Mason).json +207 -0
  35. data/config/syntax/HTML (Rails).json +52 -0
  36. data/config/syntax/HTML (Tcl).json +42 -0
  37. data/config/syntax/HTML for ASP.net.json +736 -0
  38. data/config/syntax/HTML-ASP.json +45 -0
  39. data/config/syntax/HTML.json +614 -0
  40. data/config/syntax/Haskell.json +407 -0
  41. data/config/syntax/Inform.json +80 -0
  42. data/config/syntax/Ini.json +91 -0
  43. data/config/syntax/Io.json +142 -0
  44. data/config/syntax/Java.json +745 -0
  45. data/config/syntax/JavaProperties.json +42 -0
  46. data/config/syntax/JavaScript.json +446 -0
  47. data/config/syntax/LaTeX Beamer.json +65 -0
  48. data/config/syntax/LaTeX Log.json +88 -0
  49. data/config/syntax/LaTeX.json +962 -0
  50. data/config/syntax/Lighttpd.json +93 -0
  51. data/config/syntax/Lisp.json +101 -0
  52. data/config/syntax/Literate Haskell.json +55 -0
  53. data/config/syntax/Logtalk.json +289 -0
  54. data/config/syntax/Lua.json +146 -0
  55. data/config/syntax/M.json +744 -0
  56. data/config/syntax/MEL.json +161 -0
  57. data/config/syntax/MIPS.json +114 -0
  58. data/config/syntax/Mail.json +224 -0
  59. data/config/syntax/Makefile.json +66 -0
  60. data/config/syntax/Markdown.json +644 -0
  61. data/config/syntax/Modula-3.json +80 -0
  62. data/config/syntax/Movable Type.json +348 -0
  63. data/config/syntax/OCaml.json +1391 -0
  64. data/config/syntax/Objective-C++.json +21 -0
  65. data/config/syntax/OpenGL.json +24 -0
  66. data/config/syntax/PHP.json +2184 -0
  67. data/config/syntax/Pascal.json +128 -0
  68. data/config/syntax/Perl.json +2091 -0
  69. data/config/syntax/Plain text.json +49 -0
  70. data/config/syntax/Processing.json +188 -0
  71. data/config/syntax/Quake3 Config.json +54 -0
  72. data/config/syntax/R.json +157 -0
  73. data/config/syntax/Rez.json +137 -0
  74. data/config/syntax/Ruby on Rails.json +170 -0
  75. data/config/syntax/Ruby.json +1753 -0
  76. data/config/syntax/SQL (Rails).json +31 -0
  77. data/config/syntax/SQL.json +435 -0
  78. data/config/syntax/SWIG.json +96 -0
  79. data/config/syntax/Scheme.json +359 -0
  80. data/config/syntax/Shell-Unix-Generic.json +1198 -0
  81. data/config/syntax/Slate.json +265 -0
  82. data/config/syntax/Smarty.json +110 -0
  83. data/config/syntax/Standard ML.json +322 -0
  84. data/config/syntax/Subversion commit message.json +62 -0
  85. data/config/syntax/Tcl.json +278 -0
  86. data/config/syntax/TeX Math.json +83 -0
  87. data/config/syntax/TeX.json +157 -0
  88. data/config/syntax/Textile.json +273 -0
  89. data/config/syntax/Twiki.json +436 -0
  90. data/config/syntax/Vectorscript.json +97 -0
  91. data/config/syntax/XML strict.json +148 -0
  92. data/config/syntax/XML.json +301 -0
  93. data/config/syntax/XSL.json +96 -0
  94. data/config/syntax/YAML.json +293 -0
  95. data/config/syntax/iCalendar.json +51 -0
  96. data/config/syntax/reStructuredText.json +403 -0
  97. data/config/theme/Active4D.json +260 -0
  98. data/config/theme/All Hallow's Eve.json +171 -0
  99. data/config/theme/Amy.json +359 -0
  100. data/config/theme/BBEdit.json +269 -0
  101. data/config/theme/Bespin.json +322 -0
  102. data/config/theme/Blackboard.json +215 -0
  103. data/config/theme/BoysAndGirls01.json +156 -0
  104. data/config/theme/Brilliance Black.json +1695 -0
  105. data/config/theme/Brilliance Dull.json +1451 -0
  106. data/config/theme/Classic Modified.json +288 -0
  107. data/config/theme/Cobalt.json +345 -0
  108. data/config/theme/Cool Glow.json +215 -0
  109. data/config/theme/Dawn.json +258 -0
  110. data/config/theme/Eiffel.json +270 -0
  111. data/config/theme/Espresso Libre.json +247 -0
  112. data/config/theme/Fluidvision.json +272 -0
  113. data/config/theme/IDLE.json +159 -0
  114. data/config/theme/LAZY.json +178 -0
  115. data/config/theme/Mac Classic.json +277 -0
  116. data/config/theme/MagicWB (Amiga).json +231 -0
  117. data/config/theme/Merbivore Soft.json +181 -0
  118. data/config/theme/Merbivore.json +181 -0
  119. data/config/theme/Monokai.json +177 -0
  120. data/config/theme/Notepad2.json +166 -0
  121. data/config/theme/Pastels on Dark.json +437 -0
  122. data/config/theme/RubyBlue.json +226 -0
  123. data/config/theme/Sin City 2.json +361 -0
  124. data/config/theme/Slate.json +270 -0
  125. data/config/theme/Slush & Poppies.json +232 -0
  126. data/config/theme/SpaceCadet.json +143 -0
  127. data/config/theme/Sunburst.json +415 -0
  128. data/config/theme/Twilight BG FG.json +633 -0
  129. data/config/theme/Twilight.json +321 -0
  130. data/config/theme/Whys Poignant.json +119 -0
  131. data/config/theme/Zenburnesque.json +237 -0
  132. data/config/theme/barf.json +155 -0
  133. data/config/theme/fake.json +418 -0
  134. data/config/theme/happydeluxe.json +114 -0
  135. data/config/theme/iLife 05.json +393 -0
  136. data/config/theme/iPlastic.json +177 -0
  137. data/config/theme/mintBlue Dark.json +414 -0
  138. data/config/theme/mintBlue.json +415 -0
  139. data/config/theme/monoindustrial.json +276 -0
  140. data/config/theme/starlight.json +67 -0
  141. data/config/tutorial +74 -0
  142. data/config/welcome +115 -0
  143. data/help/index.verh +14 -0
  144. data/lib/ver.rb +156 -0
  145. data/lib/ver/entry.rb +97 -0
  146. data/lib/ver/keymap.rb +96 -0
  147. data/lib/ver/layout.rb +107 -0
  148. data/lib/ver/methods.rb +19 -0
  149. data/lib/ver/methods/completion.rb +116 -0
  150. data/lib/ver/methods/control.rb +340 -0
  151. data/lib/ver/methods/insert.rb +6 -0
  152. data/lib/ver/methods/move.rb +65 -0
  153. data/lib/ver/methods/search.rb +33 -0
  154. data/lib/ver/methods/select.rb +145 -0
  155. data/lib/ver/methods/views.rb +21 -0
  156. data/lib/ver/mode.rb +160 -0
  157. data/lib/ver/options.rb +207 -0
  158. data/lib/ver/plist.rb +106 -0
  159. data/lib/ver/status.rb +67 -0
  160. data/lib/ver/syntax.rb +68 -0
  161. data/lib/ver/syntax/detector.rb +53 -0
  162. data/lib/ver/syntax/processor.rb +48 -0
  163. data/lib/ver/text.rb +374 -0
  164. data/lib/ver/textpow.rb +357 -0
  165. data/lib/ver/theme.rb +162 -0
  166. data/lib/ver/vendor/fuzzy_file_finder.rb +340 -0
  167. data/lib/ver/view.rb +163 -0
  168. data/lib/ver/view/entry.rb +28 -0
  169. data/lib/ver/view/list.rb +137 -0
  170. data/lib/ver/view/list/buffer.rb +27 -0
  171. data/lib/ver/view/list/fuzzy_file_finder.rb +44 -0
  172. data/lib/ver/view/list/syntax.rb +13 -0
  173. data/lib/ver/view/list/theme.rb +13 -0
  174. data/spec/keymap.rb +224 -0
  175. data/tasks/bacon.rake +49 -0
  176. data/tasks/changelog.rake +18 -0
  177. data/tasks/gem.rake +22 -0
  178. data/tasks/gem_installer.rake +76 -0
  179. data/tasks/grancher.rake +12 -0
  180. data/tasks/install_dependencies.rake +6 -0
  181. data/tasks/manifest.rake +4 -0
  182. data/tasks/plist2json.rake +35 -0
  183. data/tasks/rcov.rake +18 -0
  184. data/tasks/release.rake +12 -0
  185. data/tasks/reversion.rake +8 -0
  186. data/tasks/syntax_list.rake +31 -0
  187. data/ver.gemspec +29 -0
  188. metadata +241 -0
@@ -0,0 +1,415 @@
1
+ {
2
+ "name": "mintBlue",
3
+ "settings": [
4
+ {
5
+ "settings": {
6
+ "background": "#FFFFFFF2",
7
+ "caret": "#D42755",
8
+ "foreground": "#323232",
9
+ "invisibles": "#92DAFF80",
10
+ "lineHighlight": "#00104705",
11
+ "selection": "#D89CF580"
12
+ }
13
+ },
14
+ {
15
+ "name": "source",
16
+ "scope": "source -meta.source.embedded, declaration.xml-processing",
17
+ "settings": {
18
+ "background": "#656565",
19
+ "fontStyle": "",
20
+ "foreground": "#ECEBEC"
21
+ }
22
+ },
23
+ {
24
+ "name": "meta.source.embedded",
25
+ "scope": "meta.source.embedded -meta.source.embedded.bound",
26
+ "settings": {
27
+ "background": "#565656",
28
+ "foreground": "#787878"
29
+ }
30
+ },
31
+ {
32
+ "name": "meta.source.embedded.bound",
33
+ "scope": "meta.source.embedded.bound",
34
+ "settings": {
35
+ "background": "#99D8F680",
36
+ "fontStyle": "",
37
+ "foreground": "#4C6C7B"
38
+ }
39
+ },
40
+ {
41
+ "name": "meta.source.embedded.bound source",
42
+ "scope": "meta.source.embedded.bound source",
43
+ "settings": {
44
+ "background": "#4C6C7B",
45
+ "foreground": "#DCEDF5"
46
+ }
47
+ },
48
+ {
49
+ "name": "meta.source.embedded.script-tag",
50
+ "scope": "meta.source.embedded.script-tag -(meta.source.embedded.script-tag source)",
51
+ "settings": {
52
+ "background": "#D42755",
53
+ "foreground": "#FFFFFF"
54
+ }
55
+ },
56
+ {
57
+ "name": "source.js",
58
+ "scope": "source.js",
59
+ "settings": {
60
+ "background": "#596459"
61
+ }
62
+ },
63
+ {
64
+ "name": "source string",
65
+ "scope": "source string, constant",
66
+ "settings": {
67
+ "fontStyle": "underline",
68
+ "foreground": "#BCDE90"
69
+ }
70
+ },
71
+ {
72
+ "name": "source string.quoted.single",
73
+ "scope": "source string.quoted.single",
74
+ "settings": {
75
+ "foreground": "#F9FAAB"
76
+ }
77
+ },
78
+ {
79
+ "name": "variable",
80
+ "scope": "variable -(text string source), support",
81
+ "settings": {
82
+ "foreground": "#99D8F6"
83
+ }
84
+ },
85
+ {
86
+ "name": "constant.character.entity",
87
+ "scope": "constant.character.entity",
88
+ "settings": {
89
+ "foreground": "#99D8F6"
90
+ }
91
+ },
92
+ {
93
+ "name": "text source",
94
+ "scope": "text source -(declaration.tag string)",
95
+ "settings": {
96
+
97
+ }
98
+ },
99
+ {
100
+ "name": "text string source",
101
+ "scope": "text string source -meta.source.embedded.bound, meta.source.embedded.return-value -meta.source.embedded.bound, text string meta.source.embedded",
102
+ "settings": {
103
+ "background": "#9BB474",
104
+ "fontStyle": "",
105
+ "foreground": "#FFFFFFE6"
106
+ }
107
+ },
108
+ {
109
+ "name": "source string source",
110
+ "scope": "source string source",
111
+ "settings": {
112
+ "background": "#878B8C",
113
+ "foreground": "#FFFFFF"
114
+ }
115
+ },
116
+ {
117
+ "name": "source comment",
118
+ "scope": "source comment",
119
+ "settings": {
120
+ "background": "#6B606B",
121
+ "foreground": "#BFA0D6"
122
+ }
123
+ },
124
+ {
125
+ "name": "text comment -source",
126
+ "scope": "text comment -source, declaration.sgml",
127
+ "settings": {
128
+ "background": "#9E7BB21A",
129
+ "foreground": "#AB90C0"
130
+ }
131
+ },
132
+ {
133
+ "name": "declaration.tag",
134
+ "scope": "declaration.tag, meta.tag",
135
+ "settings": {
136
+ "background": "#9CD8F540",
137
+ "foreground": "#99D8F6"
138
+ }
139
+ },
140
+ {
141
+ "name": "declaration.sgml",
142
+ "scope": "declaration.sgml",
143
+ "settings": {
144
+
145
+ }
146
+ },
147
+ {
148
+ "name": "entity.name.tag",
149
+ "scope": "entity.name.tag -source",
150
+ "settings": {
151
+ "background": "#9CD8F51A",
152
+ "fontStyle": "bold",
153
+ "foreground": "#33333340"
154
+ }
155
+ },
156
+ {
157
+ "name": "declaration.attribute-with-value.id",
158
+ "scope": "declaration.attribute-with-value.id",
159
+ "settings": {
160
+ "fontStyle": ""
161
+ }
162
+ },
163
+ {
164
+ "name": "entity.other.attribute-name",
165
+ "scope": "entity.other.attribute-name",
166
+ "settings": {
167
+ "fontStyle": "italic"
168
+ }
169
+ },
170
+ {
171
+ "name": "declaration.tag.html string",
172
+ "scope": "declaration.tag string -(declaration.tag string source string), meta.tag string -(meta.tag string source string), meta.tag string meta.source.embedded.return-value",
173
+ "settings": {
174
+ "foreground": "#6A8B56"
175
+ }
176
+ },
177
+ {
178
+ "name": "string",
179
+ "scope": "string",
180
+ "settings": {
181
+ "background": "#6B813E0D",
182
+ "fontStyle": "underline"
183
+ }
184
+ },
185
+ {
186
+ "name": "string.interpolated",
187
+ "scope": "string.interpolated",
188
+ "settings": {
189
+ "background": "#7B9F5380"
190
+ }
191
+ },
192
+ {
193
+ "name": "meta.ending-space",
194
+ "scope": "meta.ending-space -source",
195
+ "settings": {
196
+ "background": "#92DAFF1A",
197
+ "fontStyle": ""
198
+ }
199
+ },
200
+ {
201
+ "name": "source meta.ending-space",
202
+ "scope": "source meta.ending-space -(string meta.source)",
203
+ "settings": {
204
+ "background": "#0000001A"
205
+ }
206
+ },
207
+ {
208
+ "name": "source meta.leading-space",
209
+ "scope": "source meta.leading-space -(string meta.source)",
210
+ "settings": {
211
+ "fontStyle": "underline",
212
+ "foreground": "#5D5D5D"
213
+ }
214
+ },
215
+ {
216
+ "name": "source meta.odd-tab",
217
+ "scope": "source meta.even-tab -(string meta.source)",
218
+ "settings": {
219
+ "foreground": "#697074"
220
+ }
221
+ },
222
+ {
223
+ "name": "meta.leading-space",
224
+ "scope": "meta.leading-space -meta.round-brackets",
225
+ "settings": {
226
+ "background": "#92DAFF1A",
227
+ "fontStyle": ""
228
+ }
229
+ },
230
+ {
231
+ "name": "string meta.source meta.leading-space",
232
+ "scope": "string meta.source meta.leading-space, string meta.source meta.ending-space",
233
+ "settings": {
234
+ "background": "#F1F5E5"
235
+ }
236
+ },
237
+ {
238
+ "name": "string meta.source meta.ending-space",
239
+ "scope": "string meta.source meta.ending-space",
240
+ "settings": {
241
+ "background": "#9BB474"
242
+ }
243
+ },
244
+ {
245
+ "name": "meta.tab",
246
+ "scope": "meta.even-tab -meta.round-brackets",
247
+ "settings": {
248
+ "background": "#92DAFF1A"
249
+ }
250
+ },
251
+ {
252
+ "name": "round-brackets 0",
253
+ "scope": "meta.round-brackets",
254
+ "settings": {
255
+ "background": "#00000033",
256
+ "fontStyle": ""
257
+ }
258
+ },
259
+ {
260
+ "name": "round-brackets 1",
261
+ "scope": "meta.round-brackets meta.round-brackets",
262
+ "settings": {
263
+ "background": "#00000033",
264
+ "fontStyle": ""
265
+ }
266
+ },
267
+ {
268
+ "name": "round-brackets 2",
269
+ "scope": "meta.round-brackets meta.round-brackets meta.round-brackets",
270
+ "settings": {
271
+ "background": "#00000033",
272
+ "fontStyle": ""
273
+ }
274
+ },
275
+ {
276
+ "name": "round-brackets 3",
277
+ "scope": "meta.round-brackets meta.round-brackets meta.round-brackets meta.round-brackets",
278
+ "settings": {
279
+ "background": "#00000033",
280
+ "fontStyle": ""
281
+ }
282
+ },
283
+ {
284
+ "name": "round-brackets 4",
285
+ "scope": "meta.round-brackets meta.round-brackets meta.round-brackets meta.round-brackets meta.round-brackets",
286
+ "settings": {
287
+ "background": "#00000033",
288
+ "fontStyle": ""
289
+ }
290
+ },
291
+ {
292
+ "name": "round-brackets 5",
293
+ "scope": "meta.round-brackets meta.round-brackets meta.round-brackets meta.round-brackets meta.round-brackets meta.round-brackets",
294
+ "settings": {
295
+ "background": "#00000033",
296
+ "fontStyle": ""
297
+ }
298
+ },
299
+ {
300
+ "name": "round-brackets 6",
301
+ "scope": "meta.round-brackets meta.round-brackets meta.round-brackets meta.round-brackets meta.round-brackets meta.round-brackets meta.round-brackets",
302
+ "settings": {
303
+ "background": "#00000033",
304
+ "fontStyle": ""
305
+ }
306
+ },
307
+ {
308
+ "name": "round-brackets 7",
309
+ "scope": "meta.round-brackets meta.round-brackets meta.round-brackets meta.round-brackets meta.round-brackets meta.round-brackets meta.round-brackets meta.round-brackets",
310
+ "settings": {
311
+ "background": "#00000033",
312
+ "fontStyle": ""
313
+ }
314
+ },
315
+ {
316
+ "name": "round-brackets 8",
317
+ "scope": "meta.round-brackets meta.round-brackets meta.round-brackets meta.round-brackets meta.round-brackets meta.round-brackets meta.round-brackets meta.round-brackets meta.round-brackets",
318
+ "settings": {
319
+ "background": "#00000033",
320
+ "fontStyle": ""
321
+ }
322
+ },
323
+ {
324
+ "name": "round-brackets 9",
325
+ "scope": "meta.round-brackets meta.round-brackets meta.round-brackets meta.round-brackets meta.round-brackets meta.round-brackets meta.round-brackets meta.round-brackets meta.round-brackets meta.round-brackets",
326
+ "settings": {
327
+ "background": "#00000033",
328
+ "fontStyle": "underline"
329
+ }
330
+ },
331
+ {
332
+ "name": "text string source test",
333
+ "scope": "text string source test",
334
+ "settings": {
335
+ "background": "#86A175"
336
+ }
337
+ },
338
+ {
339
+ "name": "support.function",
340
+ "scope": "support.function",
341
+ "settings": {
342
+
343
+ }
344
+ },
345
+ {
346
+ "name": "keyword",
347
+ "scope": "keyword",
348
+ "settings": {
349
+ "fontStyle": "bold",
350
+ "foreground": "#B6D48F"
351
+ }
352
+ },
353
+ {
354
+ "name": "keyword.operator",
355
+ "scope": "keyword.operator",
356
+ "settings": {
357
+ "foreground": "#000000"
358
+ }
359
+ },
360
+ {
361
+ "name": "variable",
362
+ "scope": "variable &(text string source)",
363
+ "settings": {
364
+
365
+ }
366
+ },
367
+ {
368
+ "name": "variable.parameter.function",
369
+ "scope": "variable.parameter.function, meta.function variable, support.class",
370
+ "settings": {
371
+ "background": "#99D8F6",
372
+ "foreground": "#424252"
373
+ }
374
+ },
375
+ {
376
+ "name": "meta.function, storage.type",
377
+ "scope": "meta.function, storage.type, support.function, entity.name.function",
378
+ "settings": {
379
+ "background": "#C2DB90",
380
+ "foreground": "#344152"
381
+ }
382
+ },
383
+ {
384
+ "name": "meta.function, storage.type",
385
+ "scope": "meta.function -(text declaration.tag string source), storage.type -(text declaration.tag string source)",
386
+ "settings": {
387
+
388
+ }
389
+ },
390
+ {
391
+ "name": "storage, storage.type.function",
392
+ "scope": "storage, storage.type.function, declaration.class",
393
+ "settings": {
394
+ "background": "#F9FAAB",
395
+ "foreground": "#1C7A1F"
396
+ }
397
+ },
398
+ {
399
+ "name": "support.function, support.function entity.name.function",
400
+ "scope": "support.function, support.function entity.name.function",
401
+ "settings": {
402
+ "background": "#809960",
403
+ "foreground": "#BADF8B"
404
+ }
405
+ },
406
+ {
407
+ "name": "invalid",
408
+ "scope": "invalid -declaration.sgml -source",
409
+ "settings": {
410
+ "background": "#D42755"
411
+ }
412
+ }
413
+ ],
414
+ "uuid": "2D2CC1FA-BE95-4103-8254-D2CD0BC0730B"
415
+ }
@@ -0,0 +1,276 @@
1
+ {
2
+ "name": "monoindustrial",
3
+ "settings": [
4
+ {
5
+ "settings": {
6
+ "background": "#222C28",
7
+ "caret": "#FFFFFF",
8
+ "foreground": "#FFFFFF",
9
+ "invisibles": "#666C6880",
10
+ "lineHighlight": "#0C0D0C40",
11
+ "selection": "#91999466"
12
+ }
13
+ },
14
+ {
15
+ "name": "Comment",
16
+ "scope": "comment",
17
+ "settings": {
18
+ "background": "#151C19",
19
+ "fontStyle": "",
20
+ "foreground": "#666C68"
21
+ }
22
+ },
23
+ {
24
+ "name": "Type",
25
+ "scope": "storage, support.type",
26
+ "settings": {
27
+ "foreground": "#C23B00"
28
+ }
29
+ },
30
+ {
31
+ "name": "Embedded code",
32
+ "scope": "string.unquoted.embedded, text source, string.unquoted",
33
+ "settings": {
34
+ "background": "#151C19",
35
+ "foreground": "#FFFFFF"
36
+ }
37
+ },
38
+ {
39
+ "name": "String interpolation",
40
+ "scope": "constant.character.escaped, string source - string.unquoted.embedded, string string source",
41
+ "settings": {
42
+ "background": "#1A0700",
43
+ "foreground": "#E9470000"
44
+ }
45
+ },
46
+ {
47
+ "name": "String",
48
+ "scope": "string - string source, string source string, meta.scope.heredoc",
49
+ "settings": {
50
+ "background": "#1A0700",
51
+ "fontStyle": "",
52
+ "foreground": "#C23800"
53
+ }
54
+ },
55
+ {
56
+ "name": "Number",
57
+ "scope": "constant.numeric",
58
+ "settings": {
59
+ "foreground": "#E98800"
60
+ }
61
+ },
62
+ {
63
+ "name": "Variable",
64
+ "scope": "variable.language, variable.other",
65
+ "settings": {
66
+ "fontStyle": "",
67
+ "foreground": "#648BD2"
68
+ }
69
+ },
70
+ {
71
+ "name": "Constant",
72
+ "scope": "constant",
73
+ "settings": {
74
+ "foreground": "#E98800"
75
+ }
76
+ },
77
+ {
78
+ "name": "Preprocessor line",
79
+ "scope": "other.preprocessor",
80
+ "settings": {
81
+ "background": "#161D1A",
82
+ "fontStyle": "",
83
+ "foreground": "#A8B3AB"
84
+ }
85
+ },
86
+ {
87
+ "name": "Preprocessor directive",
88
+ "scope": "entity.name.preprocessor",
89
+ "settings": {
90
+ "background": "#161D1A",
91
+ "fontStyle": "",
92
+ "foreground": "#A8B3AB"
93
+ }
94
+ },
95
+ {
96
+ "name": "Function name",
97
+ "scope": "entity.name.function, keyword.operator, keyword.other.name-of-parameter",
98
+ "settings": {
99
+ "fontStyle": "",
100
+ "foreground": "#A8B3AB"
101
+ }
102
+ },
103
+ {
104
+ "name": "Class name",
105
+ "scope": "entity.name.class",
106
+ "settings": {
107
+ "fontStyle": "",
108
+ "foreground": "#9A2F00"
109
+ }
110
+ },
111
+ {
112
+ "name": "Function parameter",
113
+ "scope": "variable.parameter",
114
+ "settings": {
115
+ "fontStyle": "",
116
+ "foreground": "#648BD2"
117
+ }
118
+ },
119
+ {
120
+ "name": "Function argument and result types",
121
+ "scope": "storage.type.method",
122
+ "settings": {
123
+ "fontStyle": "",
124
+ "foreground": "#666C68"
125
+ }
126
+ },
127
+ {
128
+ "name": "Keyword",
129
+ "scope": "keyword, storage.type.function.php",
130
+ "settings": {
131
+ "fontStyle": "",
132
+ "foreground": "#A39E64"
133
+ }
134
+ },
135
+ {
136
+ "name": "Invalid",
137
+ "scope": "invalid",
138
+ "settings": {
139
+ "background": "#990000AD",
140
+ "foreground": "#FFFFFF"
141
+ }
142
+ },
143
+ {
144
+ "name": "Invalid trailing whitespace",
145
+ "scope": "invalid.trailing-whitespace",
146
+ "settings": {
147
+ "background": "#FFD0D0",
148
+ "foreground": "#000000"
149
+ }
150
+ },
151
+ {
152
+ "name": "Library function",
153
+ "scope": "support.function",
154
+ "settings": {
155
+ "fontStyle": "",
156
+ "foreground": "#588E60"
157
+ }
158
+ },
159
+ {
160
+ "name": "Library object",
161
+ "scope": "support.class, support.type, entity.name",
162
+ "settings": {
163
+ "fontStyle": "",
164
+ "foreground": "#5778B6"
165
+ }
166
+ },
167
+ {
168
+ "name": "Library constant",
169
+ "scope": "support.constant",
170
+ "settings": {
171
+ "foreground": "#C87500"
172
+ }
173
+ },
174
+ {
175
+ "name": "Library variable",
176
+ "scope": "support.other.variable",
177
+ "settings": {
178
+ "fontStyle": "",
179
+ "foreground": "#5879B7"
180
+ }
181
+ },
182
+ {
183
+ "name": "Markup XML declaration",
184
+ "scope": "declaration.xml-processing",
185
+ "settings": {
186
+ "fontStyle": "",
187
+ "foreground": "#68685B"
188
+ }
189
+ },
190
+ {
191
+ "name": "Markup DOCTYPE",
192
+ "scope": "declaration.doctype",
193
+ "settings": {
194
+ "fontStyle": "",
195
+ "foreground": "#888888"
196
+ }
197
+ },
198
+ {
199
+ "name": "Markup DTD",
200
+ "scope": "declaration.doctype.DTD",
201
+ "settings": {
202
+ "fontStyle": "",
203
+ "foreground": "#888888"
204
+ }
205
+ },
206
+ {
207
+ "name": "Markup tag",
208
+ "scope": "declaration.tag",
209
+ "settings": {
210
+ "fontStyle": "",
211
+ "foreground": "#A65EFF"
212
+ }
213
+ },
214
+ {
215
+ "name": "Markup name of tag",
216
+ "scope": "entity.name.tag",
217
+ "settings": {
218
+ "foreground": "#A65EFF"
219
+ }
220
+ },
221
+ {
222
+ "name": "Markup tag attribute",
223
+ "scope": "entity.other.attribute-name",
224
+ "settings": {
225
+ "fontStyle": "",
226
+ "foreground": "#909993"
227
+ }
228
+ },
229
+ {
230
+ "name": "Punctuation",
231
+ "scope": "punctuation",
232
+ "settings": {
233
+ "foreground": "#90999380"
234
+ }
235
+ },
236
+ {
237
+ "name": "Inherited class name",
238
+ "scope": "entity.other.inherited-class",
239
+ "settings": {
240
+ "fontStyle": "",
241
+ "foreground": "#7642B7"
242
+ }
243
+ },
244
+ {
245
+ "name": "Changed files (Subversion)",
246
+ "scope": "meta.scope.changed-files.svn, markup.inserted.svn, markup.changed.svn, markup.deleted.svn",
247
+ "settings": {
248
+ "background": "#00000059",
249
+ "fontStyle": "",
250
+ "foreground": "#FFFFFF"
251
+ }
252
+ },
253
+ {
254
+ "name": "Blocks, Expressions 1",
255
+ "scope": "meta.section",
256
+ "settings": {
257
+ "background": "#78807B0A"
258
+ }
259
+ },
260
+ {
261
+ "name": "Blocks, Expressions 2",
262
+ "scope": "meta.section meta.section",
263
+ "settings": {
264
+ "background": "#78807B0A"
265
+ }
266
+ },
267
+ {
268
+ "name": "Blocks, Expressions 3",
269
+ "scope": "meta.section meta.section meta.section",
270
+ "settings": {
271
+ "background": "#78807B0A"
272
+ }
273
+ }
274
+ ],
275
+ "uuid": "EEA328BA-54E5-49DC-81F3-1F25BF8AF163"
276
+ }