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,277 @@
1
+ {
2
+ "author": "Chris Thomas",
3
+ "name": "Mac Classic",
4
+ "settings": [
5
+ {
6
+ "settings": {
7
+ "background": "#FFFFFF",
8
+ "caret": "#000000",
9
+ "foreground": "#000000",
10
+ "invisibles": "#BFBFBF",
11
+ "lineHighlight": "#00000012",
12
+ "selection": "#4D97FF54"
13
+ }
14
+ },
15
+ {
16
+ "name": "Comment",
17
+ "scope": "comment",
18
+ "settings": {
19
+ "fontStyle": "italic",
20
+ "foreground": "#0066FF"
21
+ }
22
+ },
23
+ {
24
+ "name": "Keyword",
25
+ "scope": "keyword, storage",
26
+ "settings": {
27
+ "fontStyle": "bold",
28
+ "foreground": "#0000FF"
29
+ }
30
+ },
31
+ {
32
+ "name": "Number",
33
+ "scope": "constant.numeric",
34
+ "settings": {
35
+ "fontStyle": "",
36
+ "foreground": "#0000CD"
37
+ }
38
+ },
39
+ {
40
+ "name": "User-defined constant",
41
+ "scope": "constant",
42
+ "settings": {
43
+ "fontStyle": "bold",
44
+ "foreground": "#C5060B"
45
+ }
46
+ },
47
+ {
48
+ "name": "Built-in constant",
49
+ "scope": "constant.language",
50
+ "settings": {
51
+ "fontStyle": "bold",
52
+ "foreground": "#585CF6"
53
+ }
54
+ },
55
+ {
56
+ "name": "Variable",
57
+ "scope": "variable.language, variable.other",
58
+ "settings": {
59
+ "fontStyle": "",
60
+ "foreground": "#318495"
61
+ }
62
+ },
63
+ {
64
+ "name": "String",
65
+ "scope": "string",
66
+ "settings": {
67
+ "fontStyle": "",
68
+ "foreground": "#036A07"
69
+ }
70
+ },
71
+ {
72
+ "name": "String interpolation",
73
+ "scope": "constant.character.escape, string source",
74
+ "settings": {
75
+ "fontStyle": "",
76
+ "foreground": "#26B31A"
77
+ }
78
+ },
79
+ {
80
+ "name": "Preprocessor line",
81
+ "scope": "meta.preprocessor",
82
+ "settings": {
83
+ "fontStyle": "",
84
+ "foreground": "#1A921C"
85
+ }
86
+ },
87
+ {
88
+ "name": "Preprocessor directive",
89
+ "scope": "keyword.control.import",
90
+ "settings": {
91
+ "fontStyle": "bold",
92
+ "foreground": "#0C450D"
93
+ }
94
+ },
95
+ {
96
+ "name": "Function name",
97
+ "scope": "entity.name.function, support.function.any-method",
98
+ "settings": {
99
+ "fontStyle": "bold",
100
+ "foreground": "#0000A2"
101
+ }
102
+ },
103
+ {
104
+ "name": "Type name",
105
+ "scope": "entity.name.type",
106
+ "settings": {
107
+ "fontStyle": "underline"
108
+ }
109
+ },
110
+ {
111
+ "name": "Inherited class name",
112
+ "scope": "entity.other.inherited-class",
113
+ "settings": {
114
+ "fontStyle": "italic"
115
+ }
116
+ },
117
+ {
118
+ "name": "Function parameter",
119
+ "scope": "variable.parameter",
120
+ "settings": {
121
+ "fontStyle": "italic"
122
+ }
123
+ },
124
+ {
125
+ "name": "Function argument and result types",
126
+ "scope": "storage.type.method",
127
+ "settings": {
128
+ "fontStyle": "",
129
+ "foreground": "#70727E"
130
+ }
131
+ },
132
+ {
133
+ "name": "Section",
134
+ "scope": "meta.section entity.name.section, declaration.section entity.name.section",
135
+ "settings": {
136
+ "fontStyle": "italic"
137
+ }
138
+ },
139
+ {
140
+ "name": "Library function",
141
+ "scope": "support.function",
142
+ "settings": {
143
+ "fontStyle": "bold",
144
+ "foreground": "#3C4C72"
145
+ }
146
+ },
147
+ {
148
+ "name": "Library object",
149
+ "scope": "support.class, support.type",
150
+ "settings": {
151
+ "fontStyle": "bold",
152
+ "foreground": "#6D79DE"
153
+ }
154
+ },
155
+ {
156
+ "name": "Library constant",
157
+ "scope": "support.constant",
158
+ "settings": {
159
+ "fontStyle": "bold",
160
+ "foreground": "#06960E"
161
+ }
162
+ },
163
+ {
164
+ "name": "Library variable",
165
+ "scope": "support.variable",
166
+ "settings": {
167
+ "fontStyle": "bold",
168
+ "foreground": "#21439C"
169
+ }
170
+ },
171
+ {
172
+ "name": "JS: Operator",
173
+ "scope": "keyword.operator.js",
174
+ "settings": {
175
+ "foreground": "#687687"
176
+ }
177
+ },
178
+ {
179
+ "name": "Invalid",
180
+ "scope": "invalid",
181
+ "settings": {
182
+ "background": "#990000",
183
+ "foreground": "#FFFFFF"
184
+ }
185
+ },
186
+ {
187
+ "name": "Invalid trailing whitespace",
188
+ "scope": "invalid.deprecated.trailing-whitespace",
189
+ "settings": {
190
+ "background": "#FFD0D0"
191
+ }
192
+ },
193
+ {
194
+ "name": "Embedded source",
195
+ "scope": "text source, string.unquoted",
196
+ "settings": {
197
+ "background": "#0000000D"
198
+ }
199
+ },
200
+ {
201
+ "name": "Embedded embedded source",
202
+ "scope": "text source string.unquoted, text source text source",
203
+ "settings": {
204
+ "background": "#0000000F"
205
+ }
206
+ },
207
+ {
208
+ "name": "Markup XML declaration",
209
+ "scope": "meta.tag.preprocessor.xml",
210
+ "settings": {
211
+ "fontStyle": "",
212
+ "foreground": "#68685B"
213
+ }
214
+ },
215
+ {
216
+ "name": "Markup DOCTYPE",
217
+ "scope": "meta.tag.sgml.doctype, meta.tag.sgml.doctype entity, meta.tag.sgml.doctype string, meta.tag.preprocessor.xml, meta.tag.preprocessor.xml entity, meta.tag.preprocessor.xml string",
218
+ "settings": {
219
+ "fontStyle": "",
220
+ "foreground": "#888888"
221
+ }
222
+ },
223
+ {
224
+ "name": "Markup DTD",
225
+ "scope": "string.quoted.docinfo.doctype.DTD",
226
+ "settings": {
227
+ "fontStyle": "italic"
228
+ }
229
+ },
230
+ {
231
+ "name": "Markup tag",
232
+ "scope": "meta.tag, declaration.tag",
233
+ "settings": {
234
+ "fontStyle": "",
235
+ "foreground": "#1C02FF"
236
+ }
237
+ },
238
+ {
239
+ "name": "Markup name of tag",
240
+ "scope": "entity.name.tag",
241
+ "settings": {
242
+ "fontStyle": "bold"
243
+ }
244
+ },
245
+ {
246
+ "name": "Markup tag attribute",
247
+ "scope": "entity.other.attribute-name",
248
+ "settings": {
249
+ "fontStyle": "italic"
250
+ }
251
+ },
252
+ {
253
+ "name": "Markup: Heading",
254
+ "scope": "markup.heading",
255
+ "settings": {
256
+ "fontStyle": "bold",
257
+ "foreground": "#0C07FF"
258
+ }
259
+ },
260
+ {
261
+ "name": "Markup: Quote",
262
+ "scope": "markup.quote",
263
+ "settings": {
264
+ "fontStyle": "italic",
265
+ "foreground": "#000000"
266
+ }
267
+ },
268
+ {
269
+ "name": "Markup: List",
270
+ "scope": "markup.list",
271
+ "settings": {
272
+ "foreground": "#B90690"
273
+ }
274
+ }
275
+ ],
276
+ "uuid": "71D40D9D-AE48-11D9-920A-000D93589AF6"
277
+ }
@@ -0,0 +1,231 @@
1
+ {
2
+ "author": "Allan Odgaard",
3
+ "comment": "Inspired by the original 8 MagicWB colors from Martin Huttenloher",
4
+ "name": "MagicWB (Amiga)",
5
+ "settings": [
6
+ {
7
+ "settings": {
8
+ "background": "#969696",
9
+ "caret": "#FFFFFF",
10
+ "foreground": "#000000",
11
+ "invisibles": "#FF38FF",
12
+ "lineHighlight": "#00000012",
13
+ "selection": "#B1B1B1"
14
+ }
15
+ },
16
+ {
17
+ "name": "Comment",
18
+ "scope": "comment",
19
+ "settings": {
20
+ "fontStyle": "italic",
21
+ "foreground": "#8D2E75"
22
+ }
23
+ },
24
+ {
25
+ "name": "String",
26
+ "scope": "string",
27
+ "settings": {
28
+ "background": "#FF000033",
29
+ "fontStyle": "",
30
+ "foreground": "#FFFFFF"
31
+ }
32
+ },
33
+ {
34
+ "name": "Number",
35
+ "scope": "constant.numeric",
36
+ "settings": {
37
+ "foreground": "#FFFFFF"
38
+ }
39
+ },
40
+ {
41
+ "name": "Constant: Built-in",
42
+ "scope": "constant.language",
43
+ "settings": {
44
+ "fontStyle": "bold",
45
+ "foreground": "#FFA995"
46
+ }
47
+ },
48
+ {
49
+ "name": "Constant: User-defined",
50
+ "scope": "constant.character, constant.other",
51
+ "settings": {
52
+ "background": "#0000FF33",
53
+ "fontStyle": "",
54
+ "foreground": "#FFA995"
55
+ }
56
+ },
57
+ {
58
+ "name": "Variable",
59
+ "scope": "variable.language, variable.other",
60
+ "settings": {
61
+ "foreground": "#FFA995"
62
+ }
63
+ },
64
+ {
65
+ "name": "Keyword",
66
+ "scope": "keyword",
67
+ "settings": {
68
+ "fontStyle": "bold"
69
+ }
70
+ },
71
+ {
72
+ "name": "Storage",
73
+ "scope": "storage",
74
+ "settings": {
75
+ "fontStyle": "bold",
76
+ "foreground": "#3A68A3"
77
+ }
78
+ },
79
+ {
80
+ "name": "Type Name",
81
+ "scope": "entity.name.type",
82
+ "settings": {
83
+ "fontStyle": "underline"
84
+ }
85
+ },
86
+ {
87
+ "name": "Inherited Class",
88
+ "scope": "entity.other.inherited-class",
89
+ "settings": {
90
+ "fontStyle": "italic"
91
+ }
92
+ },
93
+ {
94
+ "name": "Function Name",
95
+ "scope": "entity.name.function",
96
+ "settings": {
97
+ "fontStyle": "",
98
+ "foreground": "#FFA995"
99
+ }
100
+ },
101
+ {
102
+ "name": "Function Argument",
103
+ "scope": "variable.parameter",
104
+ "settings": {
105
+ "fontStyle": "italic"
106
+ }
107
+ },
108
+ {
109
+ "name": "Entity Name",
110
+ "scope": "entity.name",
111
+ "settings": {
112
+ "fontStyle": "bold",
113
+ "foreground": "#0000FF"
114
+ }
115
+ },
116
+ {
117
+ "name": "Tag Attribute",
118
+ "scope": "entity.other.attribute-name",
119
+ "settings": {
120
+ "fontStyle": "italic",
121
+ "foreground": "#3A68A3"
122
+ }
123
+ },
124
+ {
125
+ "name": "Library Function",
126
+ "scope": "support.function",
127
+ "settings": {
128
+ "foreground": "#E5B3FF"
129
+ }
130
+ },
131
+ {
132
+ "name": "Objective-C Method Call",
133
+ "scope": "support.function.any-method",
134
+ "settings": {
135
+ "fontStyle": "",
136
+ "foreground": "#000000"
137
+ }
138
+ },
139
+ {
140
+ "name": "Objective-C Method Call - :",
141
+ "scope": "support.function.any-method - punctuation",
142
+ "settings": {
143
+ "fontStyle": "italic"
144
+ }
145
+ },
146
+ {
147
+ "name": "Library Constant",
148
+ "scope": "support.constant",
149
+ "settings": {
150
+ "foreground": "#FFFFFF"
151
+ }
152
+ },
153
+ {
154
+ "name": "Library Class\/Type",
155
+ "scope": "support.type, support.class",
156
+ "settings": {
157
+ "foreground": "#FFA995"
158
+ }
159
+ },
160
+ {
161
+ "name": "Library Variable",
162
+ "scope": "support.variable",
163
+ "settings": {
164
+ "foreground": "#3A68A3"
165
+ }
166
+ },
167
+ {
168
+ "name": "Invalid",
169
+ "scope": "invalid",
170
+ "settings": {
171
+ "background": "#797979",
172
+ "foreground": "#FFFFFF"
173
+ }
174
+ },
175
+ {
176
+ "name": "Include <system>",
177
+ "scope": "string.quoted.other.lt-gt.include",
178
+ "settings": {
179
+ "background": "#969696",
180
+ "fontStyle": "italic",
181
+ "foreground": "#FFA995"
182
+ }
183
+ },
184
+ {
185
+ "name": "Include \"user\"",
186
+ "scope": "string.quoted.double.include",
187
+ "settings": {
188
+ "background": "#969696",
189
+ "foreground": "#FFA995"
190
+ }
191
+ },
192
+ {
193
+ "name": "Markup: List Item",
194
+ "scope": "markup.list",
195
+ "settings": {
196
+ "foreground": "#4D4E60"
197
+ }
198
+ },
199
+ {
200
+ "name": "Markup: Raw",
201
+ "scope": "markup.raw",
202
+ "settings": {
203
+ "background": "#0000FF",
204
+ "foreground": "#FFFFFF"
205
+ }
206
+ },
207
+ {
208
+ "name": "Markup: Quote (Email)",
209
+ "scope": "markup.quote",
210
+ "settings": {
211
+ "foreground": "#00F0C9"
212
+ }
213
+ },
214
+ {
215
+ "name": "Markup: Quote Double (Email)",
216
+ "scope": "markup.quote markup.quote",
217
+ "settings": {
218
+ "fontStyle": "",
219
+ "foreground": "#4C457E"
220
+ }
221
+ },
222
+ {
223
+ "name": "Embedded Source",
224
+ "scope": "text.html source",
225
+ "settings": {
226
+ "background": "#8A9ECB"
227
+ }
228
+ }
229
+ ],
230
+ "uuid": "B0A18BAA-6220-481C-9914-F6D3E51B5410"
231
+ }