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,633 @@
1
+ {
2
+ "name": "Twilight BG FG",
3
+ "settings": [
4
+ {
5
+ "settings": {
6
+ "background": "#000000",
7
+ "caret": "#A7A7A7",
8
+ "foreground": "#A6A6A6",
9
+ "invisibles": "#FFFFFF21",
10
+ "lineHighlight": "#FFFFFF12",
11
+ "selection": "#DDF0FF33"
12
+ }
13
+ },
14
+ {
15
+ "name": "Comment",
16
+ "scope": "comment",
17
+ "settings": {
18
+ "background": "#5F5A6040",
19
+ "fontStyle": ""
20
+ }
21
+ },
22
+ {
23
+ "name": "Constant",
24
+ "scope": "constant",
25
+ "settings": {
26
+ "background": "#CF6A4C21"
27
+ }
28
+ },
29
+ {
30
+ "name": "Entity",
31
+ "scope": "entity",
32
+ "settings": {
33
+ "background": "#9B703F21",
34
+ "fontStyle": ""
35
+ }
36
+ },
37
+ {
38
+ "name": "Keyword",
39
+ "scope": "keyword",
40
+ "settings": {
41
+ "background": "#CDA86921",
42
+ "fontStyle": ""
43
+ }
44
+ },
45
+ {
46
+ "name": "Storage",
47
+ "scope": "storage",
48
+ "settings": {
49
+ "background": "#F9EE9821",
50
+ "fontStyle": ""
51
+ }
52
+ },
53
+ {
54
+ "name": "String",
55
+ "scope": "string",
56
+ "settings": {
57
+ "background": "#8F9D6A21",
58
+ "fontStyle": ""
59
+ }
60
+ },
61
+ {
62
+ "name": "Support",
63
+ "scope": "support",
64
+ "settings": {
65
+ "background": "#9B859D21",
66
+ "fontStyle": ""
67
+ }
68
+ },
69
+ {
70
+ "name": "Variable",
71
+ "scope": "variable",
72
+ "settings": {
73
+ "background": "#7587A621"
74
+ }
75
+ },
76
+ {
77
+ "name": "Invalid \u2013 Deprecated",
78
+ "scope": "invalid.deprecated",
79
+ "settings": {
80
+ "background": "#D2A8A121",
81
+ "fontStyle": "italic underline"
82
+ }
83
+ },
84
+ {
85
+ "name": "Invalid \u2013 Illegal",
86
+ "scope": "invalid.illegal",
87
+ "settings": {
88
+ "background": "#F8F8F821"
89
+ }
90
+ },
91
+ {
92
+ "name": "-----------------------------------",
93
+ "settings": {
94
+
95
+ }
96
+ },
97
+ {
98
+ "name": "\u2666 Embedded Source",
99
+ "scope": "text source, meta.source",
100
+ "settings": {
101
+
102
+ }
103
+ },
104
+ {
105
+ "name": "\u2666 Embedded Source (Bright)",
106
+ "scope": "text.html.ruby source",
107
+ "settings": {
108
+
109
+ }
110
+ },
111
+ {
112
+ "name": "\u2666 Entity inherited-class",
113
+ "scope": "entity.other.inherited-class",
114
+ "settings": {
115
+ "background": "#9B5C2E21",
116
+ "fontStyle": "italic"
117
+ }
118
+ },
119
+ {
120
+ "name": "\u2666 String embedded-source",
121
+ "scope": "string.quoted source",
122
+ "settings": {
123
+ "background": "#DAEFA30D",
124
+ "fontStyle": ""
125
+ }
126
+ },
127
+ {
128
+ "name": "\u2666 String constant",
129
+ "scope": "string constant",
130
+ "settings": {
131
+ "background": "#DDF2A421"
132
+ }
133
+ },
134
+ {
135
+ "name": "\u2666 String.regexp",
136
+ "scope": "string.regexp",
137
+ "settings": {
138
+ "background": "#E9C06221"
139
+ }
140
+ },
141
+ {
142
+ "name": "\u2666 String.regexp.\u00abspecial\u00bb",
143
+ "scope": "string.regexp constant.character.escaped, string.regexp source.ruby.embedded, string.regexp string.regexp.arbitrary-repitition",
144
+ "settings": {
145
+ "background": "#CF7D3421"
146
+ }
147
+ },
148
+ {
149
+ "name": "\u2666 String variable",
150
+ "scope": "string variable",
151
+ "settings": {
152
+ "background": "#8A9A9521"
153
+ }
154
+ },
155
+ {
156
+ "name": "\u2666 Support.function",
157
+ "scope": "support.function",
158
+ "settings": {
159
+ "background": "#DAD08521",
160
+ "fontStyle": ""
161
+ }
162
+ },
163
+ {
164
+ "name": "\u2666 Support.constant",
165
+ "scope": "support.constant",
166
+ "settings": {
167
+ "background": "#CF6A4C21",
168
+ "fontStyle": ""
169
+ }
170
+ },
171
+ {
172
+ "name": "c C\/C++ Preprocessor Line",
173
+ "scope": "other.preprocessor.c",
174
+ "settings": {
175
+ "background": "#8996A821"
176
+ }
177
+ },
178
+ {
179
+ "name": "c C\/C++ Preprocessor Directive",
180
+ "scope": "other.preprocessor.c entity",
181
+ "settings": {
182
+ "background": "#AFC4DB21"
183
+ }
184
+ },
185
+ {
186
+ "name": "\u2718 Doctype\/XML Processing",
187
+ "scope": "declaration.sgml.html declaration.doctype, declaration.sgml.html declaration.doctype entity, declaration.sgml.html declaration.doctype string, declaration.xml-processing, declaration.xml-processing entity, declaration.xml-processing string",
188
+ "settings": {
189
+ "background": "#49494921"
190
+ }
191
+ },
192
+ {
193
+ "name": "\u2718 Meta.tag.\u00aball\u00bb",
194
+ "scope": "declaration.tag, declaration.tag entity, meta.tag, meta.tag entity",
195
+ "settings": {
196
+ "background": "#AC885B21"
197
+ }
198
+ },
199
+ {
200
+ "name": "\u2718 Meta.tag.inline",
201
+ "scope": "declaration.tag.inline, declaration.tag.inline entity, source entity.name.tag, source entity.other.attribute-name, meta.tag.inline, meta.tag.inline entity",
202
+ "settings": {
203
+ "background": "#E0C58921"
204
+ }
205
+ },
206
+ {
207
+ "name": "\u00a7 css tag-name",
208
+ "scope": "meta.selector.css entity.name.tag",
209
+ "settings": {
210
+ "background": "#CDA86921"
211
+ }
212
+ },
213
+ {
214
+ "name": "\u00a7 css:pseudo-class",
215
+ "scope": "meta.selector.css entity.other.attribute-name.tag.pseudo-class",
216
+ "settings": {
217
+ "background": "#8F9D6A21"
218
+ }
219
+ },
220
+ {
221
+ "name": "\u00a7 css#id",
222
+ "scope": "meta.selector.css entity.other.attribute-name.id",
223
+ "settings": {
224
+ "background": "#8B98AB21"
225
+ }
226
+ },
227
+ {
228
+ "name": "\u00a7 css.class",
229
+ "scope": "meta.selector.css entity.other.attribute-name.class",
230
+ "settings": {
231
+ "background": "#9B703F21"
232
+ }
233
+ },
234
+ {
235
+ "name": "\u00a7 css property-name:",
236
+ "scope": "support.type.property-name.css",
237
+ "settings": {
238
+ "background": "#C5AF7521"
239
+ }
240
+ },
241
+ {
242
+ "name": "\u00a7 css property-value;",
243
+ "scope": "meta.property-group support.constant.property-value.css, meta.property-value support.constant.property-value.css",
244
+ "settings": {
245
+ "background": "#F9EE9821"
246
+ }
247
+ },
248
+ {
249
+ "name": "\u00a7 css @at-rule",
250
+ "scope": "meta.preprocessor.at-rule keyword.control.at-rule",
251
+ "settings": {
252
+ "background": "#8693A521"
253
+ }
254
+ },
255
+ {
256
+ "name": "\u00a7 css additional-constants",
257
+ "scope": "meta.property-value support.constant.named-color.css, meta.property-value constant",
258
+ "settings": {
259
+ "background": "#CA784021"
260
+ }
261
+ },
262
+ {
263
+ "name": "\u00a7 css constructor.argument",
264
+ "scope": "meta.constructor.argument.css",
265
+ "settings": {
266
+ "background": "#8F9D6A21"
267
+ }
268
+ },
269
+ {
270
+ "name": "\u2387 diff.header",
271
+ "scope": "meta.diff, meta.diff.header",
272
+ "settings": {
273
+ "background": "#92DAFF80",
274
+ "fontStyle": "italic"
275
+ }
276
+ },
277
+ {
278
+ "name": "\u2387 diff.deleted",
279
+ "scope": "markup.deleted",
280
+ "settings": {
281
+ "background": "#FFA79280"
282
+ }
283
+ },
284
+ {
285
+ "name": "\u2387 diff.changed",
286
+ "scope": "markup.changed",
287
+ "settings": {
288
+ "background": "#FFFB9280"
289
+ }
290
+ },
291
+ {
292
+ "name": "\u2387 diff.inserted",
293
+ "scope": "markup.inserted",
294
+ "settings": {
295
+ "background": "#ABFF9280"
296
+ }
297
+ },
298
+ {
299
+ "name": "Comment",
300
+ "scope": "comment",
301
+ "settings": {
302
+ "fontStyle": "",
303
+ "foreground": "#918A93"
304
+ }
305
+ },
306
+ {
307
+ "name": "Constant",
308
+ "scope": "constant",
309
+ "settings": {
310
+ "foreground": "#CF6A4C"
311
+ }
312
+ },
313
+ {
314
+ "name": "Entity",
315
+ "scope": "entity",
316
+ "settings": {
317
+ "fontStyle": "",
318
+ "foreground": "#9B703F"
319
+ }
320
+ },
321
+ {
322
+ "name": "Keyword",
323
+ "scope": "keyword",
324
+ "settings": {
325
+ "fontStyle": "",
326
+ "foreground": "#CDA869"
327
+ }
328
+ },
329
+ {
330
+ "name": "Storage",
331
+ "scope": "storage",
332
+ "settings": {
333
+ "fontStyle": "",
334
+ "foreground": "#F9EE98"
335
+ }
336
+ },
337
+ {
338
+ "name": "String",
339
+ "scope": "string",
340
+ "settings": {
341
+ "fontStyle": "underline",
342
+ "foreground": "#8F9D6A"
343
+ }
344
+ },
345
+ {
346
+ "name": "Support",
347
+ "scope": "support",
348
+ "settings": {
349
+ "fontStyle": "",
350
+ "foreground": "#9B859D"
351
+ }
352
+ },
353
+ {
354
+ "name": "Variable",
355
+ "scope": "variable",
356
+ "settings": {
357
+ "foreground": "#7587A6"
358
+ }
359
+ },
360
+ {
361
+ "name": "Invalid \u2013 Deprecated",
362
+ "scope": "invalid.deprecated",
363
+ "settings": {
364
+ "fontStyle": "italic underline",
365
+ "foreground": "#D2A8A1"
366
+ }
367
+ },
368
+ {
369
+ "name": "Invalid \u2013 Illegal",
370
+ "scope": "invalid.illegal",
371
+ "settings": {
372
+ "background": "#562D56BF",
373
+ "foreground": "#F8F8F8"
374
+ }
375
+ },
376
+ {
377
+ "name": "-----------------------------------",
378
+ "settings": {
379
+
380
+ }
381
+ },
382
+ {
383
+ "name": "\u2666 Embedded Source Brackets",
384
+ "scope": "meta.source.embedded",
385
+ "settings": {
386
+ "background": "#B0B3BA14",
387
+ "foreground": "#665235"
388
+ }
389
+ },
390
+ {
391
+ "name": "\u2666 Embedded Source",
392
+ "scope": "text source, meta.source",
393
+ "settings": {
394
+ "background": "#B0B3BA29",
395
+ "foreground": "#A6A6A6"
396
+ }
397
+ },
398
+ {
399
+ "name": "\u2666 Embedded Source (Bright)",
400
+ "scope": "text.html.ruby source",
401
+ "settings": {
402
+ "background": "#B1B3BA21"
403
+ }
404
+ },
405
+ {
406
+ "name": "\u2666 Entity inherited-class",
407
+ "scope": "entity.other.inherited-class",
408
+ "settings": {
409
+ "fontStyle": "italic",
410
+ "foreground": "#9B5C2E"
411
+ }
412
+ },
413
+ {
414
+ "name": "\u2666 String embedded-source",
415
+ "scope": "string.quoted source",
416
+ "settings": {
417
+ "fontStyle": "",
418
+ "foreground": "#DAEFA3"
419
+ }
420
+ },
421
+ {
422
+ "name": "\u2666 String constant",
423
+ "scope": "string constant",
424
+ "settings": {
425
+ "foreground": "#DDF2A4"
426
+ }
427
+ },
428
+ {
429
+ "name": "\u2666 String.regexp",
430
+ "scope": "string.regexp",
431
+ "settings": {
432
+ "foreground": "#E9C062"
433
+ }
434
+ },
435
+ {
436
+ "name": "\u2666 String.regexp.\u00abspecial\u00bb",
437
+ "scope": "string.regexp constant.character.escaped, string.regexp source.ruby.embedded, string.regexp string.regexp.arbitrary-repitition",
438
+ "settings": {
439
+ "foreground": "#CF7D34"
440
+ }
441
+ },
442
+ {
443
+ "name": "\u2666 String variable",
444
+ "scope": "string variable",
445
+ "settings": {
446
+ "foreground": "#8A9A95"
447
+ }
448
+ },
449
+ {
450
+ "name": "\u2666 Support.function",
451
+ "scope": "support.function",
452
+ "settings": {
453
+ "fontStyle": "",
454
+ "foreground": "#DAD085"
455
+ }
456
+ },
457
+ {
458
+ "name": "\u2666 Support.constant",
459
+ "scope": "support.constant",
460
+ "settings": {
461
+ "fontStyle": "",
462
+ "foreground": "#CF6A4C"
463
+ }
464
+ },
465
+ {
466
+ "name": "c C\/C++ Preprocessor Line",
467
+ "scope": "other.preprocessor.c",
468
+ "settings": {
469
+ "foreground": "#8996A8"
470
+ }
471
+ },
472
+ {
473
+ "name": "c C\/C++ Preprocessor Directive",
474
+ "scope": "other.preprocessor.c entity",
475
+ "settings": {
476
+ "foreground": "#AFC4DB"
477
+ }
478
+ },
479
+ {
480
+ "name": "\u2718 Doctype\/XML Processing",
481
+ "scope": "declaration.sgml.html declaration.doctype, declaration.sgml.html declaration.doctype entity, declaration.sgml.html declaration.doctype string, declaration.xml-processing, declaration.xml-processing entity, declaration.xml-processing string",
482
+ "settings": {
483
+ "foreground": "#494949"
484
+ }
485
+ },
486
+ {
487
+ "name": "\u2718 Meta.tag.\u00aball\u00bb",
488
+ "scope": "declaration.tag, declaration.tag entity, meta.tag, meta.tag entity",
489
+ "settings": {
490
+ "foreground": "#AC885B"
491
+ }
492
+ },
493
+ {
494
+ "name": "\u2718 Meta.tag.inline",
495
+ "scope": "declaration.tag.inline, declaration.tag.inline entity, source entity.name.tag, source entity.other.attribute-name, meta.tag.inline, meta.tag.inline entity",
496
+ "settings": {
497
+ "foreground": "#E0C589"
498
+ }
499
+ },
500
+ {
501
+ "name": "\u00a7 css tag-name",
502
+ "scope": "meta.selector.css entity.name.tag",
503
+ "settings": {
504
+ "foreground": "#CDA869"
505
+ }
506
+ },
507
+ {
508
+ "name": "\u00a7 css:pseudo-class",
509
+ "scope": "meta.selector.css entity.other.attribute-name.tag.pseudo-class",
510
+ "settings": {
511
+ "foreground": "#8F9D6A"
512
+ }
513
+ },
514
+ {
515
+ "name": "\u00a7 css#id",
516
+ "scope": "meta.selector.css entity.other.attribute-name.id",
517
+ "settings": {
518
+ "foreground": "#8B98AB"
519
+ }
520
+ },
521
+ {
522
+ "name": "\u00a7 css.class",
523
+ "scope": "meta.selector.css entity.other.attribute-name.class",
524
+ "settings": {
525
+ "foreground": "#9B703F"
526
+ }
527
+ },
528
+ {
529
+ "name": "\u00a7 css property-name:",
530
+ "scope": "support.type.property-name.css",
531
+ "settings": {
532
+ "foreground": "#C5AF75"
533
+ }
534
+ },
535
+ {
536
+ "name": "\u00a7 css property-value;",
537
+ "scope": "meta.property-group support.constant.property-value.css, meta.property-value support.constant.property-value.css",
538
+ "settings": {
539
+ "foreground": "#F9EE98"
540
+ }
541
+ },
542
+ {
543
+ "name": "\u00a7 css @at-rule",
544
+ "scope": "meta.preprocessor.at-rule keyword.control.at-rule",
545
+ "settings": {
546
+ "foreground": "#8693A5"
547
+ }
548
+ },
549
+ {
550
+ "name": "\u00a7 css additional-constants",
551
+ "scope": "meta.property-value support.constant.named-color.css, meta.property-value constant",
552
+ "settings": {
553
+ "foreground": "#CA7821"
554
+ }
555
+ },
556
+ {
557
+ "name": "\u00a7 css constructor.argument",
558
+ "scope": "meta.constructor.argument.css",
559
+ "settings": {
560
+ "foreground": "#8F9D6A"
561
+ }
562
+ },
563
+ {
564
+ "name": "\u2387 diff.header",
565
+ "scope": "meta.diff, meta.diff.header",
566
+ "settings": {
567
+ "background": "#0E2231",
568
+ "fontStyle": "italic",
569
+ "foreground": "#F8F8F8"
570
+ }
571
+ },
572
+ {
573
+ "name": "\u2387 diff.deleted",
574
+ "scope": "markup.deleted",
575
+ "settings": {
576
+ "background": "#420E09",
577
+ "foreground": "#F8F8F8"
578
+ }
579
+ },
580
+ {
581
+ "name": "\u2387 diff.changed",
582
+ "scope": "markup.changed",
583
+ "settings": {
584
+ "background": "#4A410D",
585
+ "foreground": "#F8F8F8"
586
+ }
587
+ },
588
+ {
589
+ "name": "\u2387 diff.inserted",
590
+ "scope": "markup.inserted",
591
+ "settings": {
592
+ "background": "#253B22",
593
+ "foreground": "#F8F8F8"
594
+ }
595
+ },
596
+ {
597
+ "name": "meta.round-brackets ",
598
+ "scope": "meta.round-brackets",
599
+ "settings": {
600
+ "background": "#FFFFFF0D"
601
+ }
602
+ },
603
+ {
604
+ "name": "meta.round-brackets 2",
605
+ "scope": "meta.round-brackets meta.round-brackets ",
606
+ "settings": {
607
+ "background": "#FFFFFF0D"
608
+ }
609
+ },
610
+ {
611
+ "name": "meta.round-brackets 3",
612
+ "scope": "meta.round-brackets meta.round-brackets meta.round-brackets ",
613
+ "settings": {
614
+ "background": "#FFFFFF0D"
615
+ }
616
+ },
617
+ {
618
+ "name": "meta.round-brackets 4",
619
+ "scope": "meta.round-brackets meta.round-brackets meta.round-brackets meta.round-brackets ",
620
+ "settings": {
621
+ "background": "#FFFFFF0D"
622
+ }
623
+ },
624
+ {
625
+ "name": "meta.round-brackets 5",
626
+ "scope": "meta.round-brackets meta.round-brackets meta.round-brackets meta.round-brackets meta.round-brackets ",
627
+ "settings": {
628
+ "background": "#FFFFFF0D"
629
+ }
630
+ }
631
+ ],
632
+ "uuid": "A5B5C1DD-013B-45B1-9425-1B2C7C82836C"
633
+ }