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,269 @@
1
+ {
2
+ "name": "BBEdit",
3
+ "settings": [
4
+ {
5
+ "settings": {
6
+ "background": "#FFFFFF",
7
+ "caret": "#000000",
8
+ "foreground": "#000000",
9
+ "invisibles": "#BFBFBF",
10
+ "lineHighlight": "#00000012",
11
+ "selection": "#C3DCFF"
12
+ }
13
+ },
14
+ {
15
+ "name": "Comment",
16
+ "scope": "comment",
17
+ "settings": {
18
+ "fontStyle": "",
19
+ "foreground": "#804000"
20
+ }
21
+ },
22
+ {
23
+ "name": "Keyword",
24
+ "scope": "keyword, storage",
25
+ "settings": {
26
+ "fontStyle": "",
27
+ "foreground": "#0000FF"
28
+ }
29
+ },
30
+ {
31
+ "name": "Number",
32
+ "scope": "constant.numeric",
33
+ "settings": {
34
+ "fontStyle": "",
35
+ "foreground": "#FF0080"
36
+ }
37
+ },
38
+ {
39
+ "name": "String",
40
+ "scope": "string",
41
+ "settings": {
42
+ "fontStyle": "",
43
+ "foreground": "#FF0080"
44
+ }
45
+ },
46
+ {
47
+ "name": "User-defined constant",
48
+ "scope": "constant",
49
+ "settings": {
50
+ "fontStyle": "",
51
+ "foreground": "#C5060B"
52
+ }
53
+ },
54
+ {
55
+ "name": "Built-in constant",
56
+ "scope": "constant.language",
57
+ "settings": {
58
+ "fontStyle": "",
59
+ "foreground": "#004080"
60
+ }
61
+ },
62
+ {
63
+ "name": "Variable",
64
+ "scope": "variable.language, variable.other",
65
+ "settings": {
66
+ "fontStyle": "",
67
+ "foreground": "#006600"
68
+ }
69
+ },
70
+ {
71
+ "name": "String interpolation",
72
+ "scope": "constant.character.escaped, constant.character.escape, string source",
73
+ "settings": {
74
+ "fontStyle": "",
75
+ "foreground": "#33CC33"
76
+ }
77
+ },
78
+ {
79
+ "name": "Preprocessor line",
80
+ "scope": "other.preprocessor",
81
+ "settings": {
82
+ "fontStyle": "",
83
+ "foreground": "#1A921C"
84
+ }
85
+ },
86
+ {
87
+ "name": "Preprocessor directive",
88
+ "scope": "entity.name.preprocessor",
89
+ "settings": {
90
+ "fontStyle": "",
91
+ "foreground": "#0C450D"
92
+ }
93
+ },
94
+ {
95
+ "name": "Function name",
96
+ "scope": "entity.name.function, keyword.other.name-of-parameter.objc",
97
+ "settings": {
98
+ "fontStyle": "",
99
+ "foreground": "#0000A2"
100
+ }
101
+ },
102
+ {
103
+ "name": "Class name",
104
+ "scope": "entity.name.class",
105
+ "settings": {
106
+ "fontStyle": "underline"
107
+ }
108
+ },
109
+ {
110
+ "name": "Inherited class name",
111
+ "scope": "entity.other.inherited-class",
112
+ "settings": {
113
+ "fontStyle": ""
114
+ }
115
+ },
116
+ {
117
+ "name": "Function parameter",
118
+ "scope": "variable.parameter",
119
+ "settings": {
120
+ "fontStyle": ""
121
+ }
122
+ },
123
+ {
124
+ "name": "Function argument and result types",
125
+ "scope": "storage.type.method",
126
+ "settings": {
127
+ "fontStyle": "",
128
+ "foreground": "#70727E"
129
+ }
130
+ },
131
+ {
132
+ "name": "Section",
133
+ "scope": "meta.section entity.name.section, declaration.section entity.name.section",
134
+ "settings": {
135
+ "fontStyle": ""
136
+ }
137
+ },
138
+ {
139
+ "name": "Library function",
140
+ "scope": "support.function",
141
+ "settings": {
142
+ "fontStyle": "",
143
+ "foreground": "#0000FF"
144
+ }
145
+ },
146
+ {
147
+ "name": "Library object",
148
+ "scope": "support.class, support.type",
149
+ "settings": {
150
+ "fontStyle": "",
151
+ "foreground": "#6D79DE"
152
+ }
153
+ },
154
+ {
155
+ "name": "Library constant",
156
+ "scope": "support.constant",
157
+ "settings": {
158
+ "fontStyle": "",
159
+ "foreground": "#06960E"
160
+ }
161
+ },
162
+ {
163
+ "name": "Library variable",
164
+ "scope": "support.other.variable",
165
+ "settings": {
166
+ "fontStyle": "",
167
+ "foreground": "#21439C"
168
+ }
169
+ },
170
+ {
171
+ "name": "JS: Operator",
172
+ "scope": "keyword.operator.js",
173
+ "settings": {
174
+ "foreground": "#687687"
175
+ }
176
+ },
177
+ {
178
+ "name": "Invalid",
179
+ "scope": "invalid",
180
+ "settings": {
181
+ "background": "#990000",
182
+ "foreground": "#FFFFFF"
183
+ }
184
+ },
185
+ {
186
+ "name": "Invalid trailing whitespace",
187
+ "scope": "invalid.trailing-whitespace",
188
+ "settings": {
189
+ "background": "#FFD0D0"
190
+ }
191
+ },
192
+ {
193
+ "name": "Embedded source",
194
+ "scope": "text source, string.unquoted",
195
+ "settings": {
196
+ "background": "#427FF51A"
197
+ }
198
+ },
199
+ {
200
+ "name": "Markup XML declaration",
201
+ "scope": "meta.xml-processing, declaration.xml-processing",
202
+ "settings": {
203
+ "fontStyle": "",
204
+ "foreground": "#68685B"
205
+ }
206
+ },
207
+ {
208
+ "name": "Markup DOCTYPE",
209
+ "scope": "meta.doctype, declaration.doctype",
210
+ "settings": {
211
+ "fontStyle": "",
212
+ "foreground": "#888888"
213
+ }
214
+ },
215
+ {
216
+ "name": "Markup DTD",
217
+ "scope": "meta.doctype.DTD, declaration.doctype.DTD",
218
+ "settings": {
219
+ "fontStyle": ""
220
+ }
221
+ },
222
+ {
223
+ "name": "Markup tag",
224
+ "scope": "meta.tag, declaration.tag",
225
+ "settings": {
226
+ "fontStyle": "",
227
+ "foreground": "#1C02FF"
228
+ }
229
+ },
230
+ {
231
+ "name": "Markup name of tag",
232
+ "scope": "entity.name.tag",
233
+ "settings": {
234
+ "fontStyle": ""
235
+ }
236
+ },
237
+ {
238
+ "name": "Markup tag attribute",
239
+ "scope": "entity.other.attribute-name",
240
+ "settings": {
241
+ "fontStyle": ""
242
+ }
243
+ },
244
+ {
245
+ "name": "Markup: Heading",
246
+ "scope": "markup.heading",
247
+ "settings": {
248
+ "fontStyle": "",
249
+ "foreground": "#0C07FF"
250
+ }
251
+ },
252
+ {
253
+ "name": "Markup: Quote",
254
+ "scope": "markup.quote",
255
+ "settings": {
256
+ "fontStyle": "",
257
+ "foreground": "#000000"
258
+ }
259
+ },
260
+ {
261
+ "name": "Markup: List",
262
+ "scope": "markup.list",
263
+ "settings": {
264
+ "foreground": "#B90690"
265
+ }
266
+ }
267
+ ],
268
+ "uuid": "0047F0B6-DB9C-4533-A155-5BAA91BD70F2"
269
+ }
@@ -0,0 +1,322 @@
1
+ {
2
+ "author": "Michael Diolosa",
3
+ "name": "Bespin",
4
+ "settings": [
5
+ {
6
+ "settings": {
7
+ "background": "#28211C",
8
+ "caret": "#A7A7A7",
9
+ "foreground": "#BAAE9E",
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": "#666666"
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": "#937121"
36
+ }
37
+ },
38
+ {
39
+ "name": "Keyword",
40
+ "scope": "keyword",
41
+ "settings": {
42
+ "fontStyle": "",
43
+ "foreground": "#5EA6EA"
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": "#54BE0D"
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": "#5EA6EA"
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": "\u00a7 css tag-name",
204
+ "scope": "meta.selector.css entity.name.tag",
205
+ "settings": {
206
+ "fontStyle": "",
207
+ "foreground": "#CDA869"
208
+ }
209
+ },
210
+ {
211
+ "name": "\u00a7 css:pseudo-class",
212
+ "scope": "meta.selector.css entity.other.attribute-name.tag.pseudo-class",
213
+ "settings": {
214
+ "foreground": "#8F9D6A"
215
+ }
216
+ },
217
+ {
218
+ "name": "\u00a7 css#id",
219
+ "scope": "meta.selector.css entity.other.attribute-name.id",
220
+ "settings": {
221
+ "foreground": "#8B98AB"
222
+ }
223
+ },
224
+ {
225
+ "name": "\u00a7 css.class",
226
+ "scope": "meta.selector.css entity.other.attribute-name.class",
227
+ "settings": {
228
+ "foreground": "#9B703F"
229
+ }
230
+ },
231
+ {
232
+ "name": "\u00a7 css property-name:",
233
+ "scope": "support.type.property-name.css",
234
+ "settings": {
235
+ "foreground": "#C5AF75"
236
+ }
237
+ },
238
+ {
239
+ "name": "\u00a7 css property-value;",
240
+ "scope": "meta.property-group support.constant.property-value.css, meta.property-value support.constant.property-value.css",
241
+ "settings": {
242
+ "foreground": "#F9EE98"
243
+ }
244
+ },
245
+ {
246
+ "name": "\u00a7 css @at-rule",
247
+ "scope": "meta.preprocessor.at-rule keyword.control.at-rule",
248
+ "settings": {
249
+ "foreground": "#8693A5"
250
+ }
251
+ },
252
+ {
253
+ "name": "\u00a7 css additional-constants",
254
+ "scope": "meta.property-value support.constant.named-color.css, meta.property-value constant",
255
+ "settings": {
256
+ "foreground": "#CA7840"
257
+ }
258
+ },
259
+ {
260
+ "name": "\u00a7 css constructor.argument",
261
+ "scope": "meta.constructor.argument.css",
262
+ "settings": {
263
+ "foreground": "#8F9D6A"
264
+ }
265
+ },
266
+ {
267
+ "name": "\u2387 diff.header",
268
+ "scope": "meta.diff, meta.diff.header, meta.separator",
269
+ "settings": {
270
+ "background": "#0E2231",
271
+ "fontStyle": "italic",
272
+ "foreground": "#F8F8F8"
273
+ }
274
+ },
275
+ {
276
+ "name": "\u2387 diff.deleted",
277
+ "scope": "markup.deleted",
278
+ "settings": {
279
+ "background": "#420E09",
280
+ "foreground": "#F8F8F8"
281
+ }
282
+ },
283
+ {
284
+ "name": "\u2387 diff.changed",
285
+ "scope": "markup.changed",
286
+ "settings": {
287
+ "background": "#4A410D",
288
+ "foreground": "#F8F8F8"
289
+ }
290
+ },
291
+ {
292
+ "name": "\u2387 diff.inserted",
293
+ "scope": "markup.inserted",
294
+ "settings": {
295
+ "background": "#253B22",
296
+ "foreground": "#F8F8F8"
297
+ }
298
+ },
299
+ {
300
+ "name": "Markup: List",
301
+ "scope": "markup.list",
302
+ "settings": {
303
+ "foreground": "#F9EE98"
304
+ }
305
+ },
306
+ {
307
+ "name": "Markup: Heading",
308
+ "scope": "markup.heading",
309
+ "settings": {
310
+ "foreground": "#CF6A4C"
311
+ }
312
+ },
313
+ {
314
+ "name": "tag name",
315
+ "scope": "entity.name.tag",
316
+ "settings": {
317
+ "foreground": "#5EA6EA"
318
+ }
319
+ }
320
+ ],
321
+ "uuid": "841E11A1-2026-47C7-BC0B-7F83133B4C9F"
322
+ }