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,288 @@
1
+ {
2
+ "author": "Chris Thomas",
3
+ "name": "Classic Modified",
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, extract.custom.title.sql",
18
+ "settings": {
19
+ "fontStyle": "italic",
20
+ "foreground": "#CCCCCC"
21
+ }
22
+ },
23
+ {
24
+ "name": "Query Title",
25
+ "scope": "custom.title.sql",
26
+ "settings": {
27
+ "fontStyle": "",
28
+ "foreground": "#CC6633"
29
+ }
30
+ },
31
+ {
32
+ "name": "Keyword",
33
+ "scope": "keyword, storage",
34
+ "settings": {
35
+ "fontStyle": "bold",
36
+ "foreground": "#0000FF"
37
+ }
38
+ },
39
+ {
40
+ "name": "Number",
41
+ "scope": "constant.numeric",
42
+ "settings": {
43
+ "fontStyle": "",
44
+ "foreground": "#FF0000"
45
+ }
46
+ },
47
+ {
48
+ "name": "User-defined constant",
49
+ "scope": "constant",
50
+ "settings": {
51
+ "fontStyle": "",
52
+ "foreground": "#000000"
53
+ }
54
+ },
55
+ {
56
+ "name": "Built-in constant",
57
+ "scope": "constant.language",
58
+ "settings": {
59
+ "fontStyle": "bold",
60
+ "foreground": "#000CFF"
61
+ }
62
+ },
63
+ {
64
+ "name": "Variable",
65
+ "scope": "variable.language, variable.other",
66
+ "settings": {
67
+ "fontStyle": "",
68
+ "foreground": "#318495"
69
+ }
70
+ },
71
+ {
72
+ "name": "String",
73
+ "scope": "string",
74
+ "settings": {
75
+ "background": "#FFFFFF",
76
+ "fontStyle": "",
77
+ "foreground": "#666666"
78
+ }
79
+ },
80
+ {
81
+ "name": "String interpolation",
82
+ "scope": "constant.character.escape, string source",
83
+ "settings": {
84
+ "fontStyle": "",
85
+ "foreground": "#33CC33"
86
+ }
87
+ },
88
+ {
89
+ "name": "Preprocessor line",
90
+ "scope": "meta.preprocessor",
91
+ "settings": {
92
+ "fontStyle": "",
93
+ "foreground": "#1A921C"
94
+ }
95
+ },
96
+ {
97
+ "name": "Preprocessor directive",
98
+ "scope": "keyword.control.import",
99
+ "settings": {
100
+ "fontStyle": "bold",
101
+ "foreground": "#0C450D"
102
+ }
103
+ },
104
+ {
105
+ "name": "Function name",
106
+ "scope": "entity.name.function, support.function.any-method",
107
+ "settings": {
108
+ "fontStyle": "bold",
109
+ "foreground": "#000099"
110
+ }
111
+ },
112
+ {
113
+ "name": "Type name",
114
+ "scope": "entity.name.type",
115
+ "settings": {
116
+ "fontStyle": ""
117
+ }
118
+ },
119
+ {
120
+ "name": "Inherited class name",
121
+ "scope": "entity.other.inherited-class",
122
+ "settings": {
123
+ "fontStyle": ""
124
+ }
125
+ },
126
+ {
127
+ "name": "Function parameter",
128
+ "scope": "variable.parameter",
129
+ "settings": {
130
+ "fontStyle": ""
131
+ }
132
+ },
133
+ {
134
+ "name": "Function argument and result types",
135
+ "scope": "storage.type.method",
136
+ "settings": {
137
+ "fontStyle": "",
138
+ "foreground": "#70727E"
139
+ }
140
+ },
141
+ {
142
+ "name": "Section",
143
+ "scope": "meta.section entity.name.section, declaration.section entity.name.section",
144
+ "settings": {
145
+ "fontStyle": "italic",
146
+ "foreground": "#000000"
147
+ }
148
+ },
149
+ {
150
+ "name": "Library function",
151
+ "scope": "support.function",
152
+ "settings": {
153
+ "fontStyle": "",
154
+ "foreground": "#990099"
155
+ }
156
+ },
157
+ {
158
+ "name": "Library object",
159
+ "scope": "support.class, support.type",
160
+ "settings": {
161
+ "fontStyle": "",
162
+ "foreground": "#CC6633"
163
+ }
164
+ },
165
+ {
166
+ "name": "Library constant",
167
+ "scope": "support.constant",
168
+ "settings": {
169
+ "fontStyle": "",
170
+ "foreground": "#990099"
171
+ }
172
+ },
173
+ {
174
+ "name": "Library variable",
175
+ "scope": "support.variable",
176
+ "settings": {
177
+ "fontStyle": "",
178
+ "foreground": "#CC6633"
179
+ }
180
+ },
181
+ {
182
+ "name": "JS: Operator",
183
+ "scope": "keyword.operator.js",
184
+ "settings": {
185
+ "foreground": "#000000"
186
+ }
187
+ },
188
+ {
189
+ "name": "Invalid",
190
+ "scope": "invalid",
191
+ "settings": {
192
+ "background": "#990000",
193
+ "foreground": "#FFFFFF"
194
+ }
195
+ },
196
+ {
197
+ "name": "Invalid trailing whitespace",
198
+ "scope": "invalid.deprecated.trailing-whitespace",
199
+ "settings": {
200
+ "background": "#FFD0D0",
201
+ "foreground": "#00000000"
202
+ }
203
+ },
204
+ {
205
+ "name": "Embedded source",
206
+ "scope": "text source, string.unquoted",
207
+ "settings": {
208
+ "background": "#FFFFFF"
209
+ }
210
+ },
211
+ {
212
+ "name": "Embedded embedded source",
213
+ "scope": "text source string.unquoted, text source text source",
214
+ "settings": {
215
+ "background": "#0000000F"
216
+ }
217
+ },
218
+ {
219
+ "name": "Markup XML declaration",
220
+ "scope": "meta.tag.preprocessor.xml",
221
+ "settings": {
222
+ "fontStyle": "",
223
+ "foreground": "#68685B"
224
+ }
225
+ },
226
+ {
227
+ "name": "Markup DOCTYPE",
228
+ "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",
229
+ "settings": {
230
+ "fontStyle": "",
231
+ "foreground": "#888888"
232
+ }
233
+ },
234
+ {
235
+ "name": "Markup DTD",
236
+ "scope": "string.quoted.docinfo.doctype.DTD",
237
+ "settings": {
238
+ "fontStyle": "italic"
239
+ }
240
+ },
241
+ {
242
+ "name": "Markup tag",
243
+ "scope": "meta.tag, declaration.tag",
244
+ "settings": {
245
+ "fontStyle": "",
246
+ "foreground": "#1C02FF"
247
+ }
248
+ },
249
+ {
250
+ "name": "Markup name of tag",
251
+ "scope": "entity.name.tag",
252
+ "settings": {
253
+ "fontStyle": "bold"
254
+ }
255
+ },
256
+ {
257
+ "name": "Markup tag attribute",
258
+ "scope": "entity.other.attribute-name",
259
+ "settings": {
260
+ "fontStyle": "italic"
261
+ }
262
+ },
263
+ {
264
+ "name": "Markup: Heading",
265
+ "scope": "markup.heading",
266
+ "settings": {
267
+ "fontStyle": "bold",
268
+ "foreground": "#0C07FF"
269
+ }
270
+ },
271
+ {
272
+ "name": "Markup: Quote",
273
+ "scope": "markup.quote",
274
+ "settings": {
275
+ "fontStyle": "italic",
276
+ "foreground": "#000000"
277
+ }
278
+ },
279
+ {
280
+ "name": "Markup: List",
281
+ "scope": "markup.list",
282
+ "settings": {
283
+ "foreground": "#B90690"
284
+ }
285
+ }
286
+ ],
287
+ "uuid": "9E6E7BB1-7FCE-4989-B617-0BFA754F9E08"
288
+ }
@@ -0,0 +1,345 @@
1
+ {
2
+ "author": "Jacob Rus",
3
+ "comment": "Created by Jacob Rus. Based on \u2018Slate\u2019 by Wilson Miner",
4
+ "name": "Cobalt",
5
+ "settings": [
6
+ {
7
+ "settings": {
8
+ "background": "#002240",
9
+ "caret": "#FFFFFF",
10
+ "foreground": "#FFFFFF",
11
+ "invisibles": "#FFFFFF26",
12
+ "lineHighlight": "#00000059",
13
+ "selection": "#B36539BF"
14
+ }
15
+ },
16
+ {
17
+ "name": "Punctuation",
18
+ "scope": "punctuation - (punctuation.definition.string | punctuation.definition.comment)",
19
+ "settings": {
20
+ "fontStyle": "",
21
+ "foreground": "#E1EFFF"
22
+ }
23
+ },
24
+ {
25
+ "name": "Constant",
26
+ "scope": "constant",
27
+ "settings": {
28
+ "fontStyle": "",
29
+ "foreground": "#FF628C"
30
+ }
31
+ },
32
+ {
33
+ "name": "Entity",
34
+ "scope": "entity",
35
+ "settings": {
36
+ "fontStyle": "",
37
+ "foreground": "#FFDD00"
38
+ }
39
+ },
40
+ {
41
+ "name": "Keyword",
42
+ "scope": "keyword",
43
+ "settings": {
44
+ "fontStyle": "",
45
+ "foreground": "#FF9D00"
46
+ }
47
+ },
48
+ {
49
+ "name": "Storage",
50
+ "scope": "storage",
51
+ "settings": {
52
+ "fontStyle": "",
53
+ "foreground": "#FFEE80"
54
+ }
55
+ },
56
+ {
57
+ "name": "String",
58
+ "scope": "string -string.unquoted.old-plist -string.unquoted.heredoc, string.unquoted.heredoc string",
59
+ "settings": {
60
+ "fontStyle": "",
61
+ "foreground": "#3AD900"
62
+ }
63
+ },
64
+ {
65
+ "name": "Comment",
66
+ "scope": "comment",
67
+ "settings": {
68
+ "fontStyle": "italic",
69
+ "foreground": "#0088FF"
70
+ }
71
+ },
72
+ {
73
+ "name": "Support",
74
+ "scope": "support",
75
+ "settings": {
76
+ "fontStyle": "",
77
+ "foreground": "#80FFBB"
78
+ }
79
+ },
80
+ {
81
+ "name": "Variable",
82
+ "scope": "variable",
83
+ "settings": {
84
+ "fontStyle": "",
85
+ "foreground": "#CCCCCC"
86
+ }
87
+ },
88
+ {
89
+ "name": "Lang Variable",
90
+ "scope": "variable.language",
91
+ "settings": {
92
+ "fontStyle": "",
93
+ "foreground": "#FF80E1"
94
+ }
95
+ },
96
+ {
97
+ "name": "Function Call",
98
+ "scope": "meta.function-call",
99
+ "settings": {
100
+ "foreground": "#FFEE80"
101
+ }
102
+ },
103
+ {
104
+ "name": "Invalid",
105
+ "scope": "invalid",
106
+ "settings": {
107
+ "background": "#800F00",
108
+ "foreground": "#F8F8F8"
109
+ }
110
+ },
111
+ {
112
+ "name": "Embedded Source",
113
+ "scope": "text source, string.unquoted.heredoc, source source",
114
+ "settings": {
115
+ "background": "#223545",
116
+ "fontStyle": "",
117
+ "foreground": "#FFFFFF"
118
+ }
119
+ },
120
+ {
121
+ "name": "Entity inherited-class",
122
+ "scope": "entity.other.inherited-class",
123
+ "settings": {
124
+ "fontStyle": "italic",
125
+ "foreground": "#80FCFF"
126
+ }
127
+ },
128
+ {
129
+ "name": "String embedded-source",
130
+ "scope": "string.quoted source",
131
+ "settings": {
132
+ "fontStyle": "",
133
+ "foreground": "#9EFF80"
134
+ }
135
+ },
136
+ {
137
+ "name": "String constant",
138
+ "scope": "string constant",
139
+ "settings": {
140
+ "foreground": "#80FF82"
141
+ }
142
+ },
143
+ {
144
+ "name": "String.regexp",
145
+ "scope": "string.regexp",
146
+ "settings": {
147
+ "foreground": "#80FFC2"
148
+ }
149
+ },
150
+ {
151
+ "name": "String variable",
152
+ "scope": "string variable",
153
+ "settings": {
154
+ "foreground": "#EDEF7D"
155
+ }
156
+ },
157
+ {
158
+ "name": "Support.function",
159
+ "scope": "support.function",
160
+ "settings": {
161
+ "fontStyle": "",
162
+ "foreground": "#FFB054"
163
+ }
164
+ },
165
+ {
166
+ "name": "Support.constant",
167
+ "scope": "support.constant",
168
+ "settings": {
169
+ "fontStyle": "",
170
+ "foreground": "#EB939A"
171
+ }
172
+ },
173
+ {
174
+ "name": "Exception",
175
+ "scope": "support.type.exception",
176
+ "settings": {
177
+ "foreground": "#FF1E00"
178
+ }
179
+ },
180
+ {
181
+ "name": "C\/C++ Preprocessor Line",
182
+ "scope": "meta.preprocessor.c",
183
+ "settings": {
184
+ "foreground": "#8996A8"
185
+ }
186
+ },
187
+ {
188
+ "name": "C\/C++ Preprocessor Directive",
189
+ "scope": "meta.preprocessor.c keyword",
190
+ "settings": {
191
+ "foreground": "#AFC4DB"
192
+ }
193
+ },
194
+ {
195
+ "name": "Doctype\/XML Processing",
196
+ "scope": "meta.sgml.html meta.doctype, meta.sgml.html meta.doctype entity, meta.sgml.html meta.doctype string, meta.xml-processing, meta.xml-processing entity, meta.xml-processing string",
197
+ "settings": {
198
+ "foreground": "#73817D"
199
+ }
200
+ },
201
+ {
202
+ "name": "Meta.tag.A",
203
+ "scope": "meta.tag, meta.tag entity",
204
+ "settings": {
205
+ "foreground": "#9EFFFF"
206
+ }
207
+ },
208
+ {
209
+ "name": "css tag-name",
210
+ "scope": "meta.selector.css entity.name.tag",
211
+ "settings": {
212
+ "foreground": "#9EFFFF"
213
+ }
214
+ },
215
+ {
216
+ "name": "css#id",
217
+ "scope": "meta.selector.css entity.other.attribute-name.id",
218
+ "settings": {
219
+ "foreground": "#FFB454"
220
+ }
221
+ },
222
+ {
223
+ "name": "css.class",
224
+ "scope": "meta.selector.css entity.other.attribute-name.class",
225
+ "settings": {
226
+ "foreground": "#5FE461"
227
+ }
228
+ },
229
+ {
230
+ "name": "css property-name:",
231
+ "scope": "support.type.property-name.css",
232
+ "settings": {
233
+ "foreground": "#9DF39F"
234
+ }
235
+ },
236
+ {
237
+ "name": "css property-value;",
238
+ "scope": "meta.property-group support.constant.property-value.css, meta.property-value support.constant.property-value.css",
239
+ "settings": {
240
+ "foreground": "#F6F080"
241
+ }
242
+ },
243
+ {
244
+ "name": "css @at-rule",
245
+ "scope": "meta.preprocessor.at-rule keyword.control.at-rule",
246
+ "settings": {
247
+ "foreground": "#F6AA11"
248
+ }
249
+ },
250
+ {
251
+ "name": "css additional-constants",
252
+ "scope": "meta.property-value support.constant.named-color.css, meta.property-value constant",
253
+ "settings": {
254
+ "foreground": "#EDF080"
255
+ }
256
+ },
257
+ {
258
+ "name": "css constructor.argument",
259
+ "scope": "meta.constructor.argument.css",
260
+ "settings": {
261
+ "foreground": "#EB939A"
262
+ }
263
+ },
264
+ {
265
+ "name": "diff.header",
266
+ "scope": "meta.diff, meta.diff.header",
267
+ "settings": {
268
+ "background": "#000E1A",
269
+ "fontStyle": "",
270
+ "foreground": "#F8F8F8"
271
+ }
272
+ },
273
+ {
274
+ "name": "diff.deleted",
275
+ "scope": "markup.deleted",
276
+ "settings": {
277
+ "background": "#4C0900",
278
+ "foreground": "#F8F8F8"
279
+ }
280
+ },
281
+ {
282
+ "name": "diff.changed",
283
+ "scope": "markup.changed",
284
+ "settings": {
285
+ "background": "#806F00",
286
+ "foreground": "#F8F8F8"
287
+ }
288
+ },
289
+ {
290
+ "name": "diff.inserted",
291
+ "scope": "markup.inserted",
292
+ "settings": {
293
+ "background": "#154F00",
294
+ "foreground": "#F8F8F8"
295
+ }
296
+ },
297
+ {
298
+ "name": "Raw Markup",
299
+ "scope": "markup.raw",
300
+ "settings": {
301
+ "background": "#8FDDF630"
302
+ }
303
+ },
304
+ {
305
+ "name": "Block Quote",
306
+ "scope": "markup.quote",
307
+ "settings": {
308
+ "background": "#004480"
309
+ }
310
+ },
311
+ {
312
+ "name": "List",
313
+ "scope": "markup.list",
314
+ "settings": {
315
+ "background": "#130D26"
316
+ }
317
+ },
318
+ {
319
+ "name": "Bold Markup",
320
+ "scope": "markup.bold",
321
+ "settings": {
322
+ "fontStyle": "bold",
323
+ "foreground": "#C1AFFF"
324
+ }
325
+ },
326
+ {
327
+ "name": "Italic Markup",
328
+ "scope": "markup.italic",
329
+ "settings": {
330
+ "fontStyle": "italic",
331
+ "foreground": "#B8FFD9"
332
+ }
333
+ },
334
+ {
335
+ "name": "Heading Markup",
336
+ "scope": "markup.heading",
337
+ "settings": {
338
+ "background": "#001221",
339
+ "fontStyle": "bold",
340
+ "foreground": "#C8E4FD"
341
+ }
342
+ }
343
+ ],
344
+ "uuid": "06CD1FB2-A00A-4F8C-97B2-60E131980454"
345
+ }