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,226 @@
1
+ {
2
+ "name": "Ruby Blue",
3
+ "settings": [
4
+ {
5
+ "settings": {
6
+ "background": "#121E31",
7
+ "caret": "#FFFFFF",
8
+ "foreground": "#FFFFFF",
9
+ "invisibles": "#404040",
10
+ "lineHighlight": "#253E5A",
11
+ "selection": "#38566F"
12
+ }
13
+ },
14
+ {
15
+ "name": "Text base",
16
+ "scope": "text",
17
+ "settings": {
18
+ "background": "#0D151EF2",
19
+ "foreground": "#8AA6C1"
20
+ }
21
+ },
22
+ {
23
+ "name": "Source base",
24
+ "scope": "source",
25
+ "settings": {
26
+ "background": "#233244E6",
27
+ "foreground": "#FFFFFF"
28
+ }
29
+ },
30
+ {
31
+ "name": "Comment",
32
+ "scope": "comment",
33
+ "settings": {
34
+ "fontStyle": "italic",
35
+ "foreground": "#428BDD"
36
+ }
37
+ },
38
+ {
39
+ "name": "Constant",
40
+ "scope": "constant",
41
+ "settings": {
42
+ "foreground": "#8AA6C1"
43
+ }
44
+ },
45
+ {
46
+ "name": "Keyword",
47
+ "scope": "keyword",
48
+ "settings": {
49
+ "fontStyle": "",
50
+ "foreground": "#F8BB00"
51
+ }
52
+ },
53
+ {
54
+ "name": "Pre-processor Line",
55
+ "scope": "other.preprocessor.c",
56
+ "settings": {
57
+ "background": "#0C151E",
58
+ "fontStyle": "",
59
+ "foreground": "#B6B9F9"
60
+ }
61
+ },
62
+ {
63
+ "name": "Pre-processor Directive",
64
+ "scope": "entity.name.preprocessor",
65
+ "settings": {
66
+ "fontStyle": ""
67
+ }
68
+ },
69
+ {
70
+ "name": "Function name",
71
+ "scope": "entity.name.function",
72
+ "settings": {
73
+ "fontStyle": ""
74
+ }
75
+ },
76
+ {
77
+ "name": "Function argument",
78
+ "scope": "variable.parameter",
79
+ "settings": {
80
+ "fontStyle": "italic",
81
+ "foreground": "#8AA6C1"
82
+ }
83
+ },
84
+ {
85
+ "name": "Block comment",
86
+ "scope": "source comment.block",
87
+ "settings": {
88
+ "background": "#21374FF2",
89
+ "foreground": "#438AD7"
90
+ }
91
+ },
92
+ {
93
+ "name": "String",
94
+ "scope": "string",
95
+ "settings": {
96
+ "foreground": "#1DC116"
97
+ }
98
+ },
99
+ {
100
+ "name": "String escapes",
101
+ "scope": "string constant.character.escape",
102
+ "settings": {
103
+ "foreground": "#EDDD37"
104
+ }
105
+ },
106
+ {
107
+ "name": "String (executed)",
108
+ "scope": "string.interpolated",
109
+ "settings": {
110
+ "background": "#CACACA",
111
+ "foreground": "#080808"
112
+ }
113
+ },
114
+ {
115
+ "name": "Regular expression",
116
+ "scope": "string.regexp",
117
+ "settings": {
118
+ "foreground": "#CA4344"
119
+ }
120
+ },
121
+ {
122
+ "name": "String (literal)",
123
+ "scope": "string.literal",
124
+ "settings": {
125
+ "foreground": "#E2CE00"
126
+ }
127
+ },
128
+ {
129
+ "name": "Numbers",
130
+ "scope": "constant.numeric",
131
+ "settings": {
132
+ "foreground": "#EDDD3D"
133
+ }
134
+ },
135
+ {
136
+ "name": "Symbols",
137
+ "scope": "constant.other",
138
+ "settings": {
139
+ "foreground": "#B53B3C"
140
+ }
141
+ },
142
+ {
143
+ "name": "Operators",
144
+ "scope": "keyword.operator",
145
+ "settings": {
146
+ "foreground": "#8AA6C1"
147
+ }
148
+ },
149
+ {
150
+ "name": "String escapes (executed)",
151
+ "scope": "string.interpolated constant.character.escape",
152
+ "settings": {
153
+ "foreground": "#468434"
154
+ }
155
+ },
156
+ {
157
+ "name": "Class name",
158
+ "scope": "entity.name.class",
159
+ "settings": {
160
+ "fontStyle": ""
161
+ }
162
+ },
163
+ {
164
+ "name": "Class inheritance",
165
+ "scope": "entity.other.inherited-class",
166
+ "settings": {
167
+ "fontStyle": "italic"
168
+ }
169
+ },
170
+ {
171
+ "name": "Tag name",
172
+ "scope": "entity.name.tag",
173
+ "settings": {
174
+ "fontStyle": ""
175
+ }
176
+ },
177
+ {
178
+ "name": "Tag attribute",
179
+ "scope": "entity.other.attribute-name",
180
+ "settings": {
181
+ "fontStyle": ""
182
+ }
183
+ },
184
+ {
185
+ "name": "Support function",
186
+ "scope": "support.function",
187
+ "settings": {
188
+ "fontStyle": "",
189
+ "foreground": "#B43D3D"
190
+ }
191
+ },
192
+ {
193
+ "name": "diff header",
194
+ "scope": "meta.diff, meta.diff.header",
195
+ "settings": {
196
+ "background": "#344668",
197
+ "foreground": "#FFFFFF"
198
+ }
199
+ },
200
+ {
201
+ "name": "diff deleted",
202
+ "scope": "markup.deleted",
203
+ "settings": {
204
+ "background": "#7A3942",
205
+ "foreground": "#FFFFFF"
206
+ }
207
+ },
208
+ {
209
+ "name": "diff inserted",
210
+ "scope": "markup.inserted",
211
+ "settings": {
212
+ "background": "#6DB04E",
213
+ "foreground": "#FFFFFF"
214
+ }
215
+ },
216
+ {
217
+ "name": "diff changed",
218
+ "scope": "markup.changed",
219
+ "settings": {
220
+ "background": "#968C44",
221
+ "foreground": "#FFFFFF"
222
+ }
223
+ }
224
+ ],
225
+ "uuid": "68DD7B60-826B-4250-8787-F757615C1987"
226
+ }
@@ -0,0 +1,361 @@
1
+ {
2
+ "name": "Sin City (that yellow bastard)",
3
+ "settings": [
4
+ {
5
+ "settings": {
6
+ "background": "#2A2A2AFC",
7
+ "caret": "#FFFF55",
8
+ "foreground": "#A6A6A6",
9
+ "invisibles": "#BFBFBF",
10
+ "lineHighlight": "#AA55001A",
11
+ "selection": "#AA550059"
12
+ }
13
+ },
14
+ {
15
+ "name": "Source Comment",
16
+ "scope": "source comment -text",
17
+ "settings": {
18
+ "background": "#303030",
19
+ "fontStyle": "italic",
20
+ "foreground": "#666666"
21
+ }
22
+ },
23
+ {
24
+ "name": "Comment",
25
+ "scope": "comment, declaration.sgml.html",
26
+ "settings": {
27
+ "background": "#575757",
28
+ "fontStyle": "italic",
29
+ "foreground": "#999999"
30
+ }
31
+ },
32
+ {
33
+ "name": "Keyword",
34
+ "scope": "keyword, storage",
35
+ "settings": {
36
+ "fontStyle": "bold",
37
+ "foreground": "#EDEDED"
38
+ }
39
+ },
40
+ {
41
+ "name": "Number",
42
+ "scope": "constant.numeric",
43
+ "settings": {
44
+ "fontStyle": "",
45
+ "foreground": "#AAAAAA"
46
+ }
47
+ },
48
+ {
49
+ "name": "User-defined constant",
50
+ "scope": "constant",
51
+ "settings": {
52
+ "fontStyle": "bold",
53
+ "foreground": "#C5C5C5"
54
+ }
55
+ },
56
+ {
57
+ "name": "Built-in constant",
58
+ "scope": "constant.language",
59
+ "settings": {
60
+ "fontStyle": "bold",
61
+ "foreground": "#F6F6F6"
62
+ }
63
+ },
64
+ {
65
+ "name": "Variable",
66
+ "scope": "variable.language, variable.other",
67
+ "settings": {
68
+ "background": "#0000AA0D",
69
+ "fontStyle": "",
70
+ "foreground": "#808080"
71
+ }
72
+ },
73
+ {
74
+ "name": "String",
75
+ "scope": "string",
76
+ "settings": {
77
+ "fontStyle": "",
78
+ "foreground": "#9B9B9B"
79
+ }
80
+ },
81
+ {
82
+ "name": "String interpolation",
83
+ "scope": "constant.character.escaped, constant.character.escape, string source",
84
+ "settings": {
85
+ "fontStyle": "",
86
+ "foreground": "#E4E4E4"
87
+ }
88
+ },
89
+ {
90
+ "name": "Preprocessor line",
91
+ "scope": "other.preprocessor",
92
+ "settings": {
93
+ "fontStyle": "",
94
+ "foreground": "#929292"
95
+ }
96
+ },
97
+ {
98
+ "name": "Preprocessor directive",
99
+ "scope": "entity.name.preprocessor",
100
+ "settings": {
101
+ "fontStyle": "bold",
102
+ "foreground": "#FFFFFF"
103
+ }
104
+ },
105
+ {
106
+ "name": "Function name",
107
+ "scope": "entity.name.function, keyword.other.name-of-parameter.objc",
108
+ "settings": {
109
+ "fontStyle": "bold",
110
+ "foreground": "#FFFFFF"
111
+ }
112
+ },
113
+ {
114
+ "name": "Class name",
115
+ "scope": "entity.name.class",
116
+ "settings": {
117
+ "fontStyle": "underline"
118
+ }
119
+ },
120
+ {
121
+ "name": "Inherited class name",
122
+ "scope": "entity.other.inherited-class",
123
+ "settings": {
124
+ "fontStyle": "italic"
125
+ }
126
+ },
127
+ {
128
+ "name": "Function parameter",
129
+ "scope": "variable.parameter",
130
+ "settings": {
131
+ "fontStyle": "italic"
132
+ }
133
+ },
134
+ {
135
+ "name": "Function argument and result types",
136
+ "scope": "storage.type.method",
137
+ "settings": {
138
+ "fontStyle": "",
139
+ "foreground": "#9C9C9C"
140
+ }
141
+ },
142
+ {
143
+ "name": "Section",
144
+ "scope": "meta.section entity.name.section, declaration.section entity.name.section",
145
+ "settings": {
146
+ "fontStyle": "italic"
147
+ }
148
+ },
149
+ {
150
+ "name": "Library function",
151
+ "scope": "support.function",
152
+ "settings": {
153
+ "fontStyle": "bold",
154
+ "foreground": "#D9D9D9"
155
+ }
156
+ },
157
+ {
158
+ "name": "Library object",
159
+ "scope": "support.class, support.type",
160
+ "settings": {
161
+ "fontStyle": "bold",
162
+ "foreground": "#DEDEDE"
163
+ }
164
+ },
165
+ {
166
+ "name": "Library constant",
167
+ "scope": "support.constant",
168
+ "settings": {
169
+ "fontStyle": "bold",
170
+ "foreground": "#AFAFAF"
171
+ }
172
+ },
173
+ {
174
+ "name": "Library variable",
175
+ "scope": "support.other.variable",
176
+ "settings": {
177
+ "fontStyle": "bold",
178
+ "foreground": "#E0E0E0"
179
+ }
180
+ },
181
+ {
182
+ "name": "JS: Operator",
183
+ "scope": "keyword.operator.js",
184
+ "settings": {
185
+ "foreground": "#878787"
186
+ }
187
+ },
188
+ {
189
+ "name": "Invalid",
190
+ "scope": "invalid",
191
+ "settings": {
192
+ "background": "#999999",
193
+ "foreground": "#FFFFFF"
194
+ }
195
+ },
196
+ {
197
+ "name": "Invalid trailing whitespace",
198
+ "scope": "invalid.trailing-whitespace",
199
+ "settings": {
200
+ "background": "#FFFFFF"
201
+ }
202
+ },
203
+ {
204
+ "name": "Embedded source",
205
+ "scope": "text source, string.unquoted, meta.source",
206
+ "settings": {
207
+ "background": "#F5F5F530"
208
+ }
209
+ },
210
+ {
211
+ "name": "Markup XML declaration",
212
+ "scope": "meta.xml-processing, declaration.xml-processing",
213
+ "settings": {
214
+ "fontStyle": "",
215
+ "foreground": "#8F8F8F"
216
+ }
217
+ },
218
+ {
219
+ "name": "Markup DOCTYPE",
220
+ "scope": "meta.doctype, declaration.doctype",
221
+ "settings": {
222
+ "fontStyle": "",
223
+ "foreground": "#888888"
224
+ }
225
+ },
226
+ {
227
+ "name": "Markup DTD",
228
+ "scope": "meta.doctype.DTD, declaration.doctype.DTD",
229
+ "settings": {
230
+ "fontStyle": "italic"
231
+ }
232
+ },
233
+ {
234
+ "name": "Markup tag",
235
+ "scope": "meta.tag, declaration.tag",
236
+ "settings": {
237
+ "background": "#FFFFFF08",
238
+ "fontStyle": "",
239
+ "foreground": "#F2F2F2"
240
+ }
241
+ },
242
+ {
243
+ "name": "Markup name of tag",
244
+ "scope": "entity.name.tag",
245
+ "settings": {
246
+ "fontStyle": "bold"
247
+ }
248
+ },
249
+ {
250
+ "name": "Markup tag attribute",
251
+ "scope": "entity.other.attribute-name",
252
+ "settings": {
253
+ "fontStyle": "italic"
254
+ }
255
+ },
256
+ {
257
+ "name": "function name",
258
+ "scope": "meta.function, storage.type.function, support.function, entity.name.function",
259
+ "settings": {
260
+ "background": "#00AAAA0D",
261
+ "foreground": "#FFFFFF"
262
+ }
263
+ },
264
+ {
265
+ "name": "meta.round-brackets",
266
+ "scope": "meta.round-brackets, string.regexp.group, string.regexp.character-class",
267
+ "settings": {
268
+ "background": "#0000001A"
269
+ }
270
+ },
271
+ {
272
+ "name": "meta.round-brackets 2",
273
+ "scope": "meta.round-brackets meta.round-brackets ",
274
+ "settings": {
275
+ "background": "#0000001A"
276
+ }
277
+ },
278
+ {
279
+ "name": "meta.round-brackets 3",
280
+ "scope": "meta.round-brackets meta.round-brackets meta.round-brackets ",
281
+ "settings": {
282
+ "background": "#0000001A"
283
+ }
284
+ },
285
+ {
286
+ "name": "meta.round-brackets 4",
287
+ "scope": "meta.round-brackets meta.round-brackets meta.round-brackets meta.round-brackets ",
288
+ "settings": {
289
+ "background": "#0000001A"
290
+ }
291
+ },
292
+ {
293
+ "name": "meta.round-brackets 5",
294
+ "scope": "meta.round-brackets meta.round-brackets meta.round-brackets meta.round-brackets meta.round-brackets ",
295
+ "settings": {
296
+ "background": "#0000001A"
297
+ }
298
+ },
299
+ {
300
+ "name": "keyword.operator",
301
+ "scope": "keyword.operator.js",
302
+ "settings": {
303
+ "foreground": "#555555"
304
+ }
305
+ },
306
+ {
307
+ "name": "Sin",
308
+ "scope": "string, keyword.other.release-notes, constant.character.escaped",
309
+ "settings": {
310
+ "background": "#AA55001A",
311
+ "foreground": "#D89F69"
312
+ }
313
+ },
314
+ {
315
+ "name": "More Sin",
316
+ "scope": "string -string.quoted.double.ruby.mod, keyword.other.release-notes, constant.character.escaped",
317
+ "settings": {
318
+ "foreground": "#FFFF08"
319
+ }
320
+ },
321
+ {
322
+ "name": "Mild Sin",
323
+ "scope": "string.regexp, constant.character, constant.numeric, constant.language -constant.language.pseudo-variable, string.quoted constant.character.escaped",
324
+ "settings": {
325
+ "background": "#AA55001A",
326
+ "foreground": "#D76A00"
327
+ }
328
+ },
329
+ {
330
+ "name": "Evil Sin",
331
+ "scope": "string source",
332
+ "settings": {
333
+ "background": "#AAAAAA26"
334
+ }
335
+ },
336
+ {
337
+ "name": "DOOM",
338
+ "scope": "invalid",
339
+ "settings": {
340
+ "background": "#AA0000BF"
341
+ }
342
+ },
343
+ {
344
+ "name": "The Devil You Say?",
345
+ "scope": "keyword.other.go.sql",
346
+ "settings": {
347
+ "background": "#000000",
348
+ "fontStyle": "bold italic underline",
349
+ "foreground": "#404040"
350
+ }
351
+ },
352
+ {
353
+ "name": "meta.tab",
354
+ "scope": "meta.even-tab",
355
+ "settings": {
356
+ "background": "#FEFEFE08"
357
+ }
358
+ }
359
+ ],
360
+ "uuid": "FEF57928-E3DE-4382-ADD8-9CA5B50C97EF"
361
+ }