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,114 @@
1
+ {
2
+ "name": "Happydeluxe",
3
+ "settings": [
4
+ {
5
+ "settings": {
6
+ "background": "#0E131E",
7
+ "caret": "#FFFFFF",
8
+ "foreground": "#FFFFFF",
9
+ "invisibles": "#646871",
10
+ "lineHighlight": "#00000078",
11
+ "selection": "#15285A"
12
+ }
13
+ },
14
+ {
15
+ "name": "Comment",
16
+ "scope": "comment",
17
+ "settings": {
18
+ "foreground": "#35497C"
19
+ }
20
+ },
21
+ {
22
+ "name": "String",
23
+ "scope": "string",
24
+ "settings": {
25
+ "foreground": "#FD66F9"
26
+ }
27
+ },
28
+ {
29
+ "name": "Variable",
30
+ "scope": "variable.language, variable.other",
31
+ "settings": {
32
+ "foreground": "#FFFFFF"
33
+ }
34
+ },
35
+ {
36
+ "name": "Keyword",
37
+ "scope": "keyword",
38
+ "settings": {
39
+ "foreground": "#FE9006"
40
+ }
41
+ },
42
+ {
43
+ "name": "Storage",
44
+ "scope": "storage",
45
+ "settings": {
46
+ "foreground": "#FE9006"
47
+ }
48
+ },
49
+ {
50
+ "name": "Invalid",
51
+ "scope": "invalid",
52
+ "settings": {
53
+ "foreground": "#FC2D07"
54
+ }
55
+ },
56
+ {
57
+ "name": "Built-in constant",
58
+ "scope": "constant.language",
59
+ "settings": {
60
+ "foreground": "#14DED1"
61
+ }
62
+ },
63
+ {
64
+ "name": "Class name",
65
+ "scope": "entity.name.class",
66
+ "settings": {
67
+ "foreground": "#14DED1"
68
+ }
69
+ },
70
+ {
71
+ "name": "Inherited class",
72
+ "scope": "entity.other.inherited-class",
73
+ "settings": {
74
+ "foreground": "#14DED1"
75
+ }
76
+ },
77
+ {
78
+ "name": "Tag name",
79
+ "scope": "entity.name.tag",
80
+ "settings": {
81
+ "foreground": "#14DED1"
82
+ }
83
+ },
84
+ {
85
+ "name": "Library function",
86
+ "scope": "support.function",
87
+ "settings": {
88
+ "foreground": "#14DED1"
89
+ }
90
+ },
91
+ {
92
+ "name": "Library constant",
93
+ "scope": "support.constant",
94
+ "settings": {
95
+ "foreground": "#14DED1"
96
+ }
97
+ },
98
+ {
99
+ "name": "Library class\/type",
100
+ "scope": "support.type, support.class",
101
+ "settings": {
102
+ "foreground": "#14DED1"
103
+ }
104
+ },
105
+ {
106
+ "name": "Library variable",
107
+ "scope": "support.other.variable",
108
+ "settings": {
109
+ "foreground": "#14DED1"
110
+ }
111
+ }
112
+ ],
113
+ "uuid": "456763C8-249C-4421-BABC-67EF3126FABD"
114
+ }
@@ -0,0 +1,393 @@
1
+ {
2
+ "comment": "iLife 05 2.0 \u2014 by Thomas Aylott of subtleGradient.com",
3
+ "name": "iLife 05",
4
+ "settings": [
5
+ {
6
+ "settings": {
7
+ "background": "#FFFFFFFC",
8
+ "caret": "#A600F6",
9
+ "foreground": "#333333",
10
+ "invisibles": "#D76A004D",
11
+ "lineHighlight": "#FFFF551A",
12
+ "selection": "#A600F640"
13
+ }
14
+ },
15
+ {
16
+ "name": "text",
17
+ "scope": "text",
18
+ "settings": {
19
+ "background": "#F2F1F2F2",
20
+ "foreground": "#333333"
21
+ }
22
+ },
23
+ {
24
+ "name": "source",
25
+ "scope": "source -meta.source.embedded",
26
+ "settings": {
27
+ "background": "#FFFFFFF2",
28
+ "foreground": "#565859"
29
+ }
30
+ },
31
+ {
32
+ "name": "meta.source.embedded",
33
+ "scope": "meta.source.embedded",
34
+ "settings": {
35
+ "foreground": "#C8415C"
36
+ }
37
+ },
38
+ {
39
+ "name": "meta.source.embedded source",
40
+ "scope": "meta.source.embedded source",
41
+ "settings": {
42
+ "background": "#FFFFFFF2",
43
+ "foreground": "#666666"
44
+ }
45
+ },
46
+ {
47
+ "name": "meta.source.embedded.bound",
48
+ "scope": "meta.source.embedded.bound",
49
+ "settings": {
50
+ "background": "#E6FAFF",
51
+ "foreground": "#308095"
52
+ }
53
+ },
54
+ {
55
+ "name": "meta.source.embedded.return-value",
56
+ "scope": "meta.source.embedded.return-value",
57
+ "settings": {
58
+ "background": "#F4FFE6",
59
+ "foreground": "#B6D48F"
60
+ }
61
+ },
62
+ {
63
+ "name": "string.interpolated",
64
+ "scope": "string.interpolated",
65
+ "settings": {
66
+ "background": "#FFFF55BF"
67
+ }
68
+ },
69
+ {
70
+ "name": "html tags",
71
+ "scope": "meta.tag, declaration.tag",
72
+ "settings": {
73
+ "background": "#39A0BA1A",
74
+ "foreground": "#39A0BA"
75
+ }
76
+ },
77
+ {
78
+ "name": "Tag name",
79
+ "scope": "entity.name.tag",
80
+ "settings": {
81
+ "fontStyle": "bold",
82
+ "foreground": "#308095"
83
+ }
84
+ },
85
+ {
86
+ "name": "Tag attribute",
87
+ "scope": "entity.other.attribute-name",
88
+ "settings": {
89
+
90
+ }
91
+ },
92
+ {
93
+ "name": "Tag attribute value",
94
+ "scope": "meta.tag string -(text source), declaration.tag string -(text source)",
95
+ "settings": {
96
+ "fontStyle": "",
97
+ "foreground": "#69B200"
98
+ }
99
+ },
100
+ {
101
+ "name": "String Source",
102
+ "scope": "meta.tag string &(text source), declaration.tag string &(text source), source string source",
103
+ "settings": {
104
+ "background": "#FFFFFF",
105
+ "fontStyle": ""
106
+ }
107
+ },
108
+ {
109
+ "name": "source.ruby.embedded.source",
110
+ "scope": "source string source",
111
+ "settings": {
112
+ "background": "#ECEBEC",
113
+ "foreground": "#000000"
114
+ }
115
+ },
116
+ {
117
+ "name": "Comment",
118
+ "scope": "comment",
119
+ "settings": {
120
+ "background": "#00000008",
121
+ "fontStyle": "italic",
122
+ "foreground": "#B35EED"
123
+ }
124
+ },
125
+ {
126
+ "name": "String",
127
+ "scope": "string",
128
+ "settings": {
129
+ "background": "#FFFBBC1A",
130
+ "fontStyle": "",
131
+ "foreground": "#69B200"
132
+ }
133
+ },
134
+ {
135
+ "name": "String Source String",
136
+ "scope": "String Source String, meta.tag string source string",
137
+ "settings": {
138
+ "fontStyle": ""
139
+ }
140
+ },
141
+ {
142
+ "name": "Number",
143
+ "scope": "constant.numeric",
144
+ "settings": {
145
+ "fontStyle": "bold",
146
+ "foreground": "#69B200"
147
+ }
148
+ },
149
+ {
150
+ "name": "Built-in constant",
151
+ "scope": "constant.language",
152
+ "settings": {
153
+ "fontStyle": "bold",
154
+ "foreground": "#1C7A1F"
155
+ }
156
+ },
157
+ {
158
+ "name": "User-defined constant",
159
+ "scope": "constant.character, constant.other",
160
+ "settings": {
161
+ "background": "#B6D48F26",
162
+ "foreground": "#1C7A1F"
163
+ }
164
+ },
165
+ {
166
+ "name": "constant.character, constant.other",
167
+ "scope": "text source constant.character, text source constant.other",
168
+ "settings": {
169
+ "background": "#FFFEF4"
170
+ }
171
+ },
172
+ {
173
+ "name": "Variable",
174
+ "scope": "variable.language, variable.other, variable",
175
+ "settings": {
176
+ "fontStyle": "bold",
177
+ "foreground": "#308095"
178
+ }
179
+ },
180
+ {
181
+ "name": "Keyword",
182
+ "scope": "keyword",
183
+ "settings": {
184
+ "background": "#FCE8EC1A",
185
+ "fontStyle": "bold",
186
+ "foreground": "#000000"
187
+ }
188
+ },
189
+ {
190
+ "name": "keyword",
191
+ "scope": "text source keyword",
192
+ "settings": {
193
+ "background": "#C5425D0D"
194
+ }
195
+ },
196
+ {
197
+ "name": "Storage",
198
+ "scope": "storage",
199
+ "settings": {
200
+ "background": "#9999991A",
201
+ "fontStyle": "bold",
202
+ "foreground": "#999999"
203
+ }
204
+ },
205
+ {
206
+ "name": "Class name",
207
+ "scope": "entity.name.class",
208
+ "settings": {
209
+ "fontStyle": ""
210
+ }
211
+ },
212
+ {
213
+ "name": "Inherited class",
214
+ "scope": "entity.other.inherited-class",
215
+ "settings": {
216
+
217
+ }
218
+ },
219
+ {
220
+ "name": "support.function",
221
+ "scope": "support.function",
222
+ "settings": {
223
+ "background": "#D4275508",
224
+ "fontStyle": "",
225
+ "foreground": "#D42755"
226
+ }
227
+ },
228
+ {
229
+ "name": "Function name",
230
+ "scope": "entity.name.function, storage.type.function",
231
+ "settings": {
232
+ "background": "#69B200",
233
+ "fontStyle": "bold",
234
+ "foreground": "#FFFFFF"
235
+ }
236
+ },
237
+ {
238
+ "name": "meta.property.function",
239
+ "scope": "meta.property.function, meta.function",
240
+ "settings": {
241
+ "background": "#1C7A1F",
242
+ "foreground": "#B6D48F"
243
+ }
244
+ },
245
+ {
246
+ "name": "Function argument",
247
+ "scope": "variable.parameter.function",
248
+ "settings": {
249
+ "fontStyle": "bold",
250
+ "foreground": "#62D6F4"
251
+ }
252
+ },
253
+ {
254
+ "name": "Library function",
255
+ "scope": "support.function",
256
+ "settings": {
257
+
258
+ }
259
+ },
260
+ {
261
+ "name": "Library constant",
262
+ "scope": "support.constant",
263
+ "settings": {
264
+ "background": "#B6D48F40",
265
+ "foreground": "#69B200"
266
+ }
267
+ },
268
+ {
269
+ "name": "Library class\/type",
270
+ "scope": "support.type, support.class",
271
+ "settings": {
272
+ "fontStyle": ""
273
+ }
274
+ },
275
+ {
276
+ "name": "Library variable",
277
+ "scope": "support.other.variable",
278
+ "settings": {
279
+
280
+ }
281
+ },
282
+ {
283
+ "name": "Invalid",
284
+ "scope": "invalid",
285
+ "settings": {
286
+
287
+ }
288
+ },
289
+ {
290
+ "name": "support.class",
291
+ "scope": "support.class",
292
+ "settings": {
293
+ "background": "#1C7A1F0D",
294
+ "foreground": "#1C7A1F"
295
+ }
296
+ },
297
+ {
298
+ "name": "support.class.collection",
299
+ "scope": "support.class.collection",
300
+ "settings": {
301
+ "fontStyle": "bold"
302
+ }
303
+ },
304
+ {
305
+ "name": "meta.round-brackets1",
306
+ "scope": "meta.round-brackets, meta.property-list, comment.block.conditional",
307
+ "settings": {
308
+ "background": "#39A0BA1A"
309
+ }
310
+ },
311
+ {
312
+ "name": "meta.round-brackets2",
313
+ "scope": " meta.round-brackets meta.round-brackets, comment.block.conditional comment.block.conditional",
314
+ "settings": {
315
+ "background": "#39A0BA0D"
316
+ }
317
+ },
318
+ {
319
+ "name": "meta.round-brackets3",
320
+ "scope": " meta.round-brackets meta.round-brackets meta.round-brackets, comment.block.conditional comment.block.conditional comment.block.conditional",
321
+ "settings": {
322
+ "background": "#39A0BA0D"
323
+ }
324
+ },
325
+ {
326
+ "name": "meta.round-brackets4",
327
+ "scope": " meta.round-brackets meta.round-brackets meta.round-brackets meta.round-brackets, comment.block.conditional comment.block.conditional comment.block.conditional comment.block.conditional",
328
+ "settings": {
329
+ "background": "#39A0BA0D"
330
+ }
331
+ },
332
+ {
333
+ "name": "meta.round-brackets5",
334
+ "scope": " meta.round-brackets meta.round-brackets meta.round-brackets meta.round-brackets meta.round-brackets, comment.block.conditional comment.block.conditional comment.block.conditional comment.block.conditional comment.block.conditional",
335
+ "settings": {
336
+ "background": "#39A0BA0D",
337
+ "foreground": "#191919"
338
+ }
339
+ },
340
+ {
341
+ "name": "meta.round-brackets6",
342
+ "scope": " meta.round-brackets meta.round-brackets meta.round-brackets meta.round-brackets meta.round-brackets meta.round-brackets, comment.block.conditional comment.block.conditional comment.block.conditional comment.block.conditional comment.block.conditional comment.block.conditional",
343
+ "settings": {
344
+ "background": "#39A0BA0D"
345
+ }
346
+ },
347
+ {
348
+ "name": "text.plain",
349
+ "scope": "text.plain",
350
+ "settings": {
351
+ "background": "#FFFFFF"
352
+ }
353
+ },
354
+ {
355
+ "name": "special seperator",
356
+ "scope": "keyword.other.go.sql",
357
+ "settings": {
358
+ "background": "#FFFF551A",
359
+ "foreground": "#D76A00"
360
+ }
361
+ },
362
+ {
363
+ "name": "meta.leading-space",
364
+ "scope": "meta.leading-space",
365
+ "settings": {
366
+ "background": "#FFFF551A"
367
+ }
368
+ },
369
+ {
370
+ "name": "source.css",
371
+ "scope": "source.css",
372
+ "settings": {
373
+
374
+ }
375
+ },
376
+ {
377
+ "name": "meta.property.value.css",
378
+ "scope": "meta.property-value.css",
379
+ "settings": {
380
+ "background": "#39A0BA1A",
381
+ "foreground": "#39A0BA"
382
+ }
383
+ },
384
+ {
385
+ "name": "support.constant.property-value.css",
386
+ "scope": "support.constant.property-value.css",
387
+ "settings": {
388
+ "foreground": "#AA5500"
389
+ }
390
+ }
391
+ ],
392
+ "uuid": "E1333B1D-AFEC-4314-8211-89809FB3AE5E"
393
+ }