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,321 @@
1
+ {
2
+ "author": "Michael Sheets",
3
+ "name": "Twilight",
4
+ "settings": [
5
+ {
6
+ "settings": {
7
+ "background": "#141414",
8
+ "caret": "#A7A7A7",
9
+ "foreground": "#F8F8F8",
10
+ "invisibles": "#FFFFFF40",
11
+ "lineHighlight": "#FFFFFF08",
12
+ "selection": "#DDF0FF33"
13
+ }
14
+ },
15
+ {
16
+ "name": "Comment",
17
+ "scope": "comment",
18
+ "settings": {
19
+ "fontStyle": "italic",
20
+ "foreground": "#5F5A60"
21
+ }
22
+ },
23
+ {
24
+ "name": "Constant",
25
+ "scope": "constant",
26
+ "settings": {
27
+ "foreground": "#CF6A4C"
28
+ }
29
+ },
30
+ {
31
+ "name": "Entity",
32
+ "scope": "entity",
33
+ "settings": {
34
+ "fontStyle": "",
35
+ "foreground": "#9B703F"
36
+ }
37
+ },
38
+ {
39
+ "name": "Keyword",
40
+ "scope": "keyword",
41
+ "settings": {
42
+ "fontStyle": "",
43
+ "foreground": "#CDA869"
44
+ }
45
+ },
46
+ {
47
+ "name": "Storage",
48
+ "scope": "storage",
49
+ "settings": {
50
+ "fontStyle": "",
51
+ "foreground": "#F9EE98"
52
+ }
53
+ },
54
+ {
55
+ "name": "String",
56
+ "scope": "string",
57
+ "settings": {
58
+ "fontStyle": "",
59
+ "foreground": "#8F9D6A"
60
+ }
61
+ },
62
+ {
63
+ "name": "Support",
64
+ "scope": "support",
65
+ "settings": {
66
+ "fontStyle": "",
67
+ "foreground": "#9B859D"
68
+ }
69
+ },
70
+ {
71
+ "name": "Variable",
72
+ "scope": "variable",
73
+ "settings": {
74
+ "foreground": "#7587A6"
75
+ }
76
+ },
77
+ {
78
+ "name": "Invalid \u2013 Deprecated",
79
+ "scope": "invalid.deprecated",
80
+ "settings": {
81
+ "fontStyle": "italic underline",
82
+ "foreground": "#D2A8A1"
83
+ }
84
+ },
85
+ {
86
+ "name": "Invalid \u2013 Illegal",
87
+ "scope": "invalid.illegal",
88
+ "settings": {
89
+ "background": "#562D56BF",
90
+ "foreground": "#F8F8F8"
91
+ }
92
+ },
93
+ {
94
+ "name": "-----------------------------------",
95
+ "settings": {
96
+
97
+ }
98
+ },
99
+ {
100
+ "name": "\u2666 Embedded Source",
101
+ "scope": "text source",
102
+ "settings": {
103
+ "background": "#B0B3BA14"
104
+ }
105
+ },
106
+ {
107
+ "name": "\u2666 Embedded Source (Bright)",
108
+ "scope": "text.html.ruby source",
109
+ "settings": {
110
+ "background": "#B1B3BA21"
111
+ }
112
+ },
113
+ {
114
+ "name": "\u2666 Entity inherited-class",
115
+ "scope": "entity.other.inherited-class",
116
+ "settings": {
117
+ "fontStyle": "italic",
118
+ "foreground": "#9B5C2E"
119
+ }
120
+ },
121
+ {
122
+ "name": "\u2666 String embedded-source",
123
+ "scope": "string source",
124
+ "settings": {
125
+ "fontStyle": "",
126
+ "foreground": "#DAEFA3"
127
+ }
128
+ },
129
+ {
130
+ "name": "\u2666 String constant",
131
+ "scope": "string constant",
132
+ "settings": {
133
+ "foreground": "#DDF2A4"
134
+ }
135
+ },
136
+ {
137
+ "name": "\u2666 String.regexp",
138
+ "scope": "string.regexp",
139
+ "settings": {
140
+ "fontStyle": "",
141
+ "foreground": "#E9C062"
142
+ }
143
+ },
144
+ {
145
+ "name": "\u2666 String.regexp.\u00abspecial\u00bb",
146
+ "scope": "string.regexp constant.character.escape, string.regexp source.ruby.embedded, string.regexp string.regexp.arbitrary-repitition",
147
+ "settings": {
148
+ "foreground": "#CF7D34"
149
+ }
150
+ },
151
+ {
152
+ "name": "\u2666 String variable",
153
+ "scope": "string variable",
154
+ "settings": {
155
+ "foreground": "#8A9A95"
156
+ }
157
+ },
158
+ {
159
+ "name": "\u2666 Support.function",
160
+ "scope": "support.function",
161
+ "settings": {
162
+ "fontStyle": "",
163
+ "foreground": "#DAD085"
164
+ }
165
+ },
166
+ {
167
+ "name": "\u2666 Support.constant",
168
+ "scope": "support.constant",
169
+ "settings": {
170
+ "fontStyle": "",
171
+ "foreground": "#CF6A4C"
172
+ }
173
+ },
174
+ {
175
+ "name": "c C\/C++ Preprocessor Line",
176
+ "scope": "meta.preprocessor.c",
177
+ "settings": {
178
+ "foreground": "#8996A8"
179
+ }
180
+ },
181
+ {
182
+ "name": "c C\/C++ Preprocessor Directive",
183
+ "scope": "meta.preprocessor.c keyword",
184
+ "settings": {
185
+ "foreground": "#AFC4DB"
186
+ }
187
+ },
188
+ {
189
+ "name": "\u2718 Doctype\/XML Processing",
190
+ "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",
191
+ "settings": {
192
+ "foreground": "#494949"
193
+ }
194
+ },
195
+ {
196
+ "name": "\u2718 Meta.tag.\u00aball\u00bb",
197
+ "scope": "declaration.tag, declaration.tag entity, meta.tag, meta.tag entity",
198
+ "settings": {
199
+ "foreground": "#AC885B"
200
+ }
201
+ },
202
+ {
203
+ "name": "\u2718 Meta.tag.inline",
204
+ "scope": "declaration.tag.inline, declaration.tag.inline entity, source entity.name.tag, source entity.other.attribute-name, meta.tag.inline, meta.tag.inline entity",
205
+ "settings": {
206
+ "foreground": "#E0C589"
207
+ }
208
+ },
209
+ {
210
+ "name": "\u00a7 css tag-name",
211
+ "scope": "meta.selector.css entity.name.tag",
212
+ "settings": {
213
+ "foreground": "#CDA869"
214
+ }
215
+ },
216
+ {
217
+ "name": "\u00a7 css:pseudo-class",
218
+ "scope": "meta.selector.css entity.other.attribute-name.tag.pseudo-class",
219
+ "settings": {
220
+ "foreground": "#8F9D6A"
221
+ }
222
+ },
223
+ {
224
+ "name": "\u00a7 css#id",
225
+ "scope": "meta.selector.css entity.other.attribute-name.id",
226
+ "settings": {
227
+ "foreground": "#8B98AB"
228
+ }
229
+ },
230
+ {
231
+ "name": "\u00a7 css.class",
232
+ "scope": "meta.selector.css entity.other.attribute-name.class",
233
+ "settings": {
234
+ "foreground": "#9B703F"
235
+ }
236
+ },
237
+ {
238
+ "name": "\u00a7 css property-name:",
239
+ "scope": "support.type.property-name.css",
240
+ "settings": {
241
+ "foreground": "#C5AF75"
242
+ }
243
+ },
244
+ {
245
+ "name": "\u00a7 css property-value;",
246
+ "scope": "meta.property-group support.constant.property-value.css, meta.property-value support.constant.property-value.css",
247
+ "settings": {
248
+ "foreground": "#F9EE98"
249
+ }
250
+ },
251
+ {
252
+ "name": "\u00a7 css @at-rule",
253
+ "scope": "meta.preprocessor.at-rule keyword.control.at-rule",
254
+ "settings": {
255
+ "foreground": "#8693A5"
256
+ }
257
+ },
258
+ {
259
+ "name": "\u00a7 css additional-constants",
260
+ "scope": "meta.property-value support.constant.named-color.css, meta.property-value constant",
261
+ "settings": {
262
+ "foreground": "#CA7840"
263
+ }
264
+ },
265
+ {
266
+ "name": "\u00a7 css constructor.argument",
267
+ "scope": "meta.constructor.argument.css",
268
+ "settings": {
269
+ "foreground": "#8F9D6A"
270
+ }
271
+ },
272
+ {
273
+ "name": "\u2387 diff.header",
274
+ "scope": "meta.diff, meta.diff.header, meta.separator",
275
+ "settings": {
276
+ "background": "#0E2231",
277
+ "fontStyle": "italic",
278
+ "foreground": "#F8F8F8"
279
+ }
280
+ },
281
+ {
282
+ "name": "\u2387 diff.deleted",
283
+ "scope": "markup.deleted",
284
+ "settings": {
285
+ "background": "#420E09",
286
+ "foreground": "#F8F8F8"
287
+ }
288
+ },
289
+ {
290
+ "name": "\u2387 diff.changed",
291
+ "scope": "markup.changed",
292
+ "settings": {
293
+ "background": "#4A410D",
294
+ "foreground": "#F8F8F8"
295
+ }
296
+ },
297
+ {
298
+ "name": "\u2387 diff.inserted",
299
+ "scope": "markup.inserted",
300
+ "settings": {
301
+ "background": "#253B22",
302
+ "foreground": "#F8F8F8"
303
+ }
304
+ },
305
+ {
306
+ "name": "Markup: List",
307
+ "scope": "markup.list",
308
+ "settings": {
309
+ "foreground": "#F9EE98"
310
+ }
311
+ },
312
+ {
313
+ "name": "Markup: Heading",
314
+ "scope": "markup.heading",
315
+ "settings": {
316
+ "foreground": "#CF6A4C"
317
+ }
318
+ }
319
+ ],
320
+ "uuid": "766026CB-703D-4610-B070-8DE07D967C5F"
321
+ }
@@ -0,0 +1,119 @@
1
+ {
2
+ "comment": "From Why\u2019s Poignant Guide to Ruby",
3
+ "name": "Why\u2019s Poignant",
4
+ "settings": [
5
+ {
6
+ "settings": {
7
+ "background": "#FFFEF9",
8
+ "caret": "#340019",
9
+ "foreground": "#2D669A",
10
+ "invisibles": "#FF98CA",
11
+ "lineHighlight": "#FFFFBE80",
12
+ "selection": "#3B88CD4D"
13
+ }
14
+ },
15
+ {
16
+ "name": "Why\u2019s (Poignant) Guide to Ruby",
17
+ "scope": "markup.bold",
18
+ "settings": {
19
+ "fontStyle": "bold"
20
+ }
21
+ },
22
+ {
23
+ "name": "http:\/\/poignantguide.net\/ruby\/",
24
+ "scope": "meta.link, markup.underline",
25
+ "settings": {
26
+ "fontStyle": "underline"
27
+ }
28
+ },
29
+ {
30
+ "name": "",
31
+ "settings": {
32
+
33
+ }
34
+ },
35
+ {
36
+ "name": "Class name",
37
+ "scope": "entity.name.class, entity.name.type.class, support.class, constant.language, variable.other.constant, entity.other.attribute-name, punctuation.definition.entity",
38
+ "settings": {
39
+ "fontStyle": "bold",
40
+ "foreground": "#4F1900"
41
+ }
42
+ },
43
+ {
44
+ "name": "Symbol",
45
+ "scope": "constant.character, constant.other, punctuation.definition.constant",
46
+ "settings": {
47
+ "foreground": "#000000"
48
+ }
49
+ },
50
+ {
51
+ "name": "Keyword",
52
+ "scope": "keyword, keyword.operator.setter, keyword.other.special-method, punctuation.delimiter.method, entity.name.tag",
53
+ "settings": {
54
+ "fontStyle": "bold",
55
+ "foreground": "#761B48"
56
+ }
57
+ },
58
+ {
59
+ "name": "Punctuation",
60
+ "scope": "punctuation, punctuation.definition.string, variable.other, meta.tag, support.type.property-name",
61
+ "settings": {
62
+ "foreground": "#9D3266"
63
+ }
64
+ },
65
+ {
66
+ "name": "String Punctuation",
67
+ "scope": "punctuation.definition.string",
68
+ "settings": {
69
+ "background": "#FFFEF9",
70
+ "foreground": "#9D3266"
71
+ }
72
+ },
73
+ {
74
+ "name": "Number",
75
+ "scope": "constant.numeric, constant.character.entity, constant.character.entity punctuation.definition.entity",
76
+ "settings": {
77
+ "foreground": "#2A9A66"
78
+ }
79
+ },
80
+ {
81
+ "name": "String",
82
+ "scope": "string",
83
+ "settings": {
84
+ "background": "#E8F5F5",
85
+ "foreground": "#2A9A66"
86
+ }
87
+ },
88
+ {
89
+ "name": "Regex",
90
+ "scope": "string.regexp",
91
+ "settings": {
92
+ "background": "#E8F1F5",
93
+ "foreground": "#443355"
94
+ }
95
+ },
96
+ {
97
+ "name": "Variable",
98
+ "scope": "variable.language, variable.other, variable.parameter.function, keyword.other.special-method, variable.other.block",
99
+ "settings": {
100
+ "foreground": "#2D669A"
101
+ }
102
+ },
103
+ {
104
+ "name": "Misc",
105
+ "scope": "constant.character, punctuation.definition.comment, punctuation.delimiter.object",
106
+ "settings": {
107
+ "fontStyle": "bold"
108
+ }
109
+ },
110
+ {
111
+ "name": "Comment",
112
+ "scope": "comment, punctuation.definition.comment",
113
+ "settings": {
114
+ "foreground": "#555555"
115
+ }
116
+ }
117
+ ],
118
+ "uuid": "FCBF0D29-1359-40DA-9CB6-C9BAF0F39617"
119
+ }
@@ -0,0 +1,237 @@
1
+ {
2
+ "author": "William D. Neumann",
3
+ "name": "Zenburnesque",
4
+ "settings": [
5
+ {
6
+ "settings": {
7
+ "background": "#404040",
8
+ "caret": "#FFFF66",
9
+ "foreground": "#DEDEDE",
10
+ "invisibles": "#A8A8A8",
11
+ "lineHighlight": "#A0804026",
12
+ "selection": "#A0A0C0"
13
+ }
14
+ },
15
+ {
16
+ "name": "Comment",
17
+ "scope": "comment",
18
+ "settings": {
19
+ "fontStyle": "italic",
20
+ "foreground": "#709070"
21
+ }
22
+ },
23
+ {
24
+ "name": "Directive",
25
+ "scope": "keyword.other.directive",
26
+ "settings": {
27
+ "fontStyle": "bold"
28
+ }
29
+ },
30
+ {
31
+ "name": "Line-number directives",
32
+ "scope": "keyword.other.directive.line-number",
33
+ "settings": {
34
+ "fontStyle": "underline"
35
+ }
36
+ },
37
+ {
38
+ "name": "Characters",
39
+ "scope": "constant.character",
40
+ "settings": {
41
+ "foreground": "#FF8080"
42
+ }
43
+ },
44
+ {
45
+ "name": "String",
46
+ "scope": "string",
47
+ "settings": {
48
+ "foreground": "#FF2020"
49
+ }
50
+ },
51
+ {
52
+ "name": "Number",
53
+ "scope": "constant.numeric",
54
+ "settings": {
55
+ "foreground": "#22C0FF"
56
+ }
57
+ },
58
+ {
59
+ "name": "Floating-point numbers",
60
+ "scope": "constant.numeric.floating-point",
61
+ "settings": {
62
+ "fontStyle": "underline"
63
+ }
64
+ },
65
+ {
66
+ "name": "Built-in constant",
67
+ "scope": "constant.language",
68
+ "settings": {
69
+
70
+ }
71
+ },
72
+ {
73
+ "name": "User-defined constant",
74
+ "scope": "constant.character, constant.other",
75
+ "settings": {
76
+
77
+ }
78
+ },
79
+ {
80
+ "name": "Variable",
81
+ "scope": "variable.parameter, variable.other",
82
+ "settings": {
83
+
84
+ }
85
+ },
86
+ {
87
+ "name": "Language Keyword",
88
+ "scope": "keyword",
89
+ "settings": {
90
+ "foreground": "#FFFFA0"
91
+ }
92
+ },
93
+ {
94
+ "name": "Module Keyword",
95
+ "scope": "entity.name.module, support.other.module",
96
+ "settings": {
97
+ "fontStyle": "bold",
98
+ "foreground": "#FF8000"
99
+ }
100
+ },
101
+ {
102
+ "name": "Operators",
103
+ "scope": "keyword.operator",
104
+ "settings": {
105
+ "foreground": "#FFFFA0"
106
+ }
107
+ },
108
+ {
109
+ "name": "Floating-point infix operators",
110
+ "scope": "source.ocaml keyword.operator.symbol.infix.floating-point",
111
+ "settings": {
112
+ "fontStyle": "underline"
113
+ }
114
+ },
115
+ {
116
+ "name": "Floating-point prefix operators",
117
+ "scope": "source.ocaml keyword.operator.symbol.prefix.floating-point",
118
+ "settings": {
119
+ "fontStyle": "underline"
120
+ }
121
+ },
122
+ {
123
+ "name": "Storage Types",
124
+ "scope": "storage.type",
125
+ "settings": {
126
+ "foreground": "#6080FF"
127
+ }
128
+ },
129
+ {
130
+ "name": "Variant Types",
131
+ "scope": "entity.name.class.variant",
132
+ "settings": {
133
+ "foreground": "#4080A0"
134
+ }
135
+ },
136
+ {
137
+ "name": "Storage",
138
+ "scope": "storage",
139
+ "settings": {
140
+
141
+ }
142
+ },
143
+ {
144
+ "name": "Type name",
145
+ "scope": "entity.name.type",
146
+ "settings": {
147
+ "foreground": "#F09040"
148
+ }
149
+ },
150
+ {
151
+ "name": "Inherited class",
152
+ "scope": "entity.other.inherited-class",
153
+ "settings": {
154
+
155
+ }
156
+ },
157
+ {
158
+ "name": "Function name",
159
+ "scope": "entity.name.function",
160
+ "settings": {
161
+ "fontStyle": "bold",
162
+ "foreground": "#FFCC66"
163
+ }
164
+ },
165
+ {
166
+ "name": "Type name",
167
+ "scope": "storage.type.user-defined",
168
+ "settings": {
169
+ "foreground": "#FFE000"
170
+ }
171
+ },
172
+ {
173
+ "name": "Class type name",
174
+ "scope": "entity.name.type.class.type",
175
+ "settings": {
176
+ "foreground": "#F4A020"
177
+ }
178
+ },
179
+ {
180
+ "name": "Function argument",
181
+ "scope": "variable.parameter",
182
+ "settings": {
183
+ "fontStyle": ""
184
+ }
185
+ },
186
+ {
187
+ "name": "Tag name",
188
+ "scope": "entity.name.tag",
189
+ "settings": {
190
+
191
+ }
192
+ },
193
+ {
194
+ "name": "Tag attribute",
195
+ "scope": "entity.other.attribute-name",
196
+ "settings": {
197
+
198
+ }
199
+ },
200
+ {
201
+ "name": "Library function",
202
+ "scope": "support.function",
203
+ "settings": {
204
+
205
+ }
206
+ },
207
+ {
208
+ "name": "Library constant",
209
+ "scope": "support.constant",
210
+ "settings": {
211
+
212
+ }
213
+ },
214
+ {
215
+ "name": "Library class\/type",
216
+ "scope": "support.type, support.class",
217
+ "settings": {
218
+
219
+ }
220
+ },
221
+ {
222
+ "name": "Library variable",
223
+ "scope": "support.variable",
224
+ "settings": {
225
+
226
+ }
227
+ },
228
+ {
229
+ "name": "Invalid",
230
+ "scope": "invalid",
231
+ "settings": {
232
+
233
+ }
234
+ }
235
+ ],
236
+ "uuid": "8D4988B9-ADD8-436F-B388-BC1360F8504B"
237
+ }