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,166 @@
1
+ {
2
+ "name": "Notepad 2",
3
+ "settings": [
4
+ {
5
+ "settings": {
6
+ "background": "#FFFFFF",
7
+ "caret": "#000000",
8
+ "foreground": "#000000",
9
+ "invisibles": "#BFBFBF",
10
+ "lineHighlight": "#FFB85159",
11
+ "selection": "#98CCFF"
12
+ }
13
+ },
14
+ {
15
+ "name": "Comment",
16
+ "scope": "comment",
17
+ "settings": {
18
+ "background": "#FFFFFF",
19
+ "fontStyle": "",
20
+ "foreground": "#FF8000"
21
+ }
22
+ },
23
+ {
24
+ "name": "String",
25
+ "scope": "string",
26
+ "settings": {
27
+ "fontStyle": "",
28
+ "foreground": "#008000"
29
+ }
30
+ },
31
+ {
32
+ "name": "Number",
33
+ "scope": "constant.numeric",
34
+ "settings": {
35
+ "fontStyle": "",
36
+ "foreground": "#FF0000"
37
+ }
38
+ },
39
+ {
40
+ "name": "Built-in constant",
41
+ "scope": "constant.language",
42
+ "settings": {
43
+ "fontStyle": "bold"
44
+ }
45
+ },
46
+ {
47
+ "name": "User-defined constant",
48
+ "scope": "constant.character, constant.other",
49
+ "settings": {
50
+ "fontStyle": ""
51
+ }
52
+ },
53
+ {
54
+ "name": "Variable",
55
+ "scope": "variable.language, variable.other",
56
+ "settings": {
57
+ "fontStyle": "italic",
58
+ "foreground": "#000080"
59
+ }
60
+ },
61
+ {
62
+ "name": "Keyword",
63
+ "scope": "keyword",
64
+ "settings": {
65
+ "fontStyle": "",
66
+ "foreground": "#800080"
67
+ }
68
+ },
69
+ {
70
+ "name": "Storage",
71
+ "scope": "storage",
72
+ "settings": {
73
+ "fontStyle": "",
74
+ "foreground": "#800080"
75
+ }
76
+ },
77
+ {
78
+ "name": "Class name",
79
+ "scope": "entity.name.class",
80
+ "settings": {
81
+ "fontStyle": ""
82
+ }
83
+ },
84
+ {
85
+ "name": "Inherited class",
86
+ "scope": "entity.other.inherited-class",
87
+ "settings": {
88
+ "fontStyle": ""
89
+ }
90
+ },
91
+ {
92
+ "name": "Function name",
93
+ "scope": "entity.name.function",
94
+ "settings": {
95
+ "fontStyle": "",
96
+ "foreground": "#000000"
97
+ }
98
+ },
99
+ {
100
+ "name": "1231",
101
+ "settings": {
102
+
103
+ }
104
+ },
105
+ {
106
+ "name": "Function argument",
107
+ "scope": "variable.parameter",
108
+ "settings": {
109
+ "fontStyle": ""
110
+ }
111
+ },
112
+ {
113
+ "name": "Tag name",
114
+ "scope": "entity.name.tag",
115
+ "settings": {
116
+ "fontStyle": "",
117
+ "foreground": "#0000AF"
118
+ }
119
+ },
120
+ {
121
+ "name": "Tag attribute",
122
+ "scope": "entity.other.attribute-name",
123
+ "settings": {
124
+ "fontStyle": "",
125
+ "foreground": "#CE0000"
126
+ }
127
+ },
128
+ {
129
+ "name": "Library function",
130
+ "scope": "support.function",
131
+ "settings": {
132
+ "fontStyle": "",
133
+ "foreground": "#800080"
134
+ }
135
+ },
136
+ {
137
+ "name": "Library constant",
138
+ "scope": "support.constant",
139
+ "settings": {
140
+ "fontStyle": ""
141
+ }
142
+ },
143
+ {
144
+ "name": "Library class\/type",
145
+ "scope": "support.type, support.class",
146
+ "settings": {
147
+ "fontStyle": ""
148
+ }
149
+ },
150
+ {
151
+ "name": "Library variable",
152
+ "scope": "support.other.variable",
153
+ "settings": {
154
+ "fontStyle": ""
155
+ }
156
+ },
157
+ {
158
+ "name": "Invalid",
159
+ "scope": "invalid",
160
+ "settings": {
161
+ "fontStyle": "bold"
162
+ }
163
+ }
164
+ ],
165
+ "uuid": "5DB91612-025C-4043-952B-E2B3A32FA27A"
166
+ }
@@ -0,0 +1,437 @@
1
+ {
2
+ "author": "Mats Persson",
3
+ "name": "Pastels on Dark",
4
+ "settings": [
5
+ {
6
+ "settings": {
7
+ "background": "#211E1E",
8
+ "caret": "#FFFFFF",
9
+ "foreground": "#DADADA",
10
+ "invisibles": "#4F4D4D",
11
+ "lineHighlight": "#353030",
12
+ "selection": "#73597E80"
13
+ }
14
+ },
15
+ {
16
+ "name": "Comments",
17
+ "scope": "comment",
18
+ "settings": {
19
+ "fontStyle": "",
20
+ "foreground": "#555555"
21
+ }
22
+ },
23
+ {
24
+ "name": "Comments Block",
25
+ "scope": "comment.block",
26
+ "settings": {
27
+ "fontStyle": "",
28
+ "foreground": "#555555"
29
+ }
30
+ },
31
+ {
32
+ "name": "Strings",
33
+ "scope": "string",
34
+ "settings": {
35
+ "foreground": "#AD9361"
36
+ }
37
+ },
38
+ {
39
+ "name": "Numbers",
40
+ "scope": "constant.numeric",
41
+ "settings": {
42
+ "fontStyle": "",
43
+ "foreground": "#CCCCCC"
44
+ }
45
+ },
46
+ {
47
+ "name": "Keywords",
48
+ "scope": "keyword",
49
+ "settings": {
50
+ "fontStyle": "",
51
+ "foreground": "#A1A1FF"
52
+ }
53
+ },
54
+ {
55
+ "name": "Preprocessor Line",
56
+ "scope": "meta.preprocessor",
57
+ "settings": {
58
+ "fontStyle": "",
59
+ "foreground": "#2F006E"
60
+ }
61
+ },
62
+ {
63
+ "name": "Preprocessor Directive",
64
+ "scope": "keyword.control.import",
65
+ "settings": {
66
+ "fontStyle": "bold"
67
+ }
68
+ },
69
+ {
70
+ "name": "Functions",
71
+ "scope": "support.function",
72
+ "settings": {
73
+ "fontStyle": "",
74
+ "foreground": "#A1A1FF"
75
+ }
76
+ },
77
+ {
78
+ "name": "Function result",
79
+ "scope": "declaration.function function-result",
80
+ "settings": {
81
+ "foreground": "#0000FF"
82
+ }
83
+ },
84
+ {
85
+ "name": "Function name",
86
+ "scope": "declaration.function function-name",
87
+ "settings": {
88
+ "fontStyle": "bold"
89
+ }
90
+ },
91
+ {
92
+ "name": "Function argument name",
93
+ "scope": "declaration.function argument-name",
94
+ "settings": {
95
+ "fontStyle": "bold"
96
+ }
97
+ },
98
+ {
99
+ "name": "Function argument type",
100
+ "scope": "declaration.function function-arg-type",
101
+ "settings": {
102
+ "foreground": "#0000FF"
103
+ }
104
+ },
105
+ {
106
+ "name": "Function argument variable",
107
+ "scope": "declaration.function function-argument",
108
+ "settings": {
109
+ "fontStyle": "italic"
110
+ }
111
+ },
112
+ {
113
+ "name": "Class name",
114
+ "scope": "declaration.class class-name",
115
+ "settings": {
116
+ "fontStyle": "underline"
117
+ }
118
+ },
119
+ {
120
+ "name": "Class inheritance",
121
+ "scope": "declaration.class class-inheritance",
122
+ "settings": {
123
+ "fontStyle": "italic underline"
124
+ }
125
+ },
126
+ {
127
+ "name": "Invalid",
128
+ "scope": "invalid",
129
+ "settings": {
130
+ "background": "#FF0000",
131
+ "fontStyle": "bold",
132
+ "foreground": "#FFF9F9"
133
+ }
134
+ },
135
+ {
136
+ "name": "Invalid Trailing Whitespace",
137
+ "scope": "invalid.deprecated.trailing-whitespace",
138
+ "settings": {
139
+ "background": "#FFD0D0"
140
+ }
141
+ },
142
+ {
143
+ "name": "Section",
144
+ "scope": "declaration.section section-name",
145
+ "settings": {
146
+ "fontStyle": "italic"
147
+ }
148
+ },
149
+ {
150
+ "name": "Interpolation",
151
+ "scope": "string.interpolation",
152
+ "settings": {
153
+ "foreground": "#C10006"
154
+ }
155
+ },
156
+ {
157
+ "name": "Regular Expressions",
158
+ "scope": "string.regexp",
159
+ "settings": {
160
+ "fontStyle": "",
161
+ "foreground": "#666666"
162
+ }
163
+ },
164
+ {
165
+ "name": "Variables",
166
+ "scope": "variable",
167
+ "settings": {
168
+ "foreground": "#C1C144"
169
+ }
170
+ },
171
+ {
172
+ "name": "Constants",
173
+ "scope": "constant",
174
+ "settings": {
175
+ "foreground": "#6782D3"
176
+ }
177
+ },
178
+ {
179
+ "name": "Character Constants",
180
+ "scope": "constant.character",
181
+ "settings": {
182
+ "fontStyle": "",
183
+ "foreground": "#AFA472"
184
+ }
185
+ },
186
+ {
187
+ "name": "Language Constants",
188
+ "scope": "constant.language",
189
+ "settings": {
190
+ "fontStyle": "bold",
191
+ "foreground": "#DE8E30"
192
+ }
193
+ },
194
+ {
195
+ "name": "Embedded Code",
196
+ "scope": "embedded",
197
+ "settings": {
198
+ "fontStyle": "underline"
199
+ }
200
+ },
201
+ {
202
+ "name": "Tag name",
203
+ "scope": "keyword.markup.element-name",
204
+ "settings": {
205
+ "fontStyle": "",
206
+ "foreground": "#858EF4"
207
+ }
208
+ },
209
+ {
210
+ "name": "Attribute name",
211
+ "scope": "keyword.markup.attribute-name",
212
+ "settings": {
213
+ "fontStyle": "",
214
+ "foreground": "#9B456F"
215
+ }
216
+ },
217
+ {
218
+ "name": "Attribute with Value",
219
+ "scope": "meta.attribute-with-value",
220
+ "settings": {
221
+ "fontStyle": "",
222
+ "foreground": "#9B456F"
223
+ }
224
+ },
225
+ {
226
+ "name": "Exceptions",
227
+ "scope": "keyword.exception",
228
+ "settings": {
229
+ "fontStyle": "bold",
230
+ "foreground": "#C82255"
231
+ }
232
+ },
233
+ {
234
+ "name": "Operators",
235
+ "scope": "keyword.operator",
236
+ "settings": {
237
+ "fontStyle": "",
238
+ "foreground": "#47B8D6"
239
+ }
240
+ },
241
+ {
242
+ "name": "Control Structures",
243
+ "scope": "keyword.control",
244
+ "settings": {
245
+ "fontStyle": "bold",
246
+ "foreground": "#6969FA"
247
+ }
248
+ },
249
+ {
250
+ "name": "HTML: DocInfo XML",
251
+ "scope": "meta.tag.preprocessor.xml",
252
+ "settings": {
253
+ "foreground": "#68685B"
254
+ }
255
+ },
256
+ {
257
+ "name": "HTML: DocType",
258
+ "scope": "meta.tag.sgml.doctype",
259
+ "settings": {
260
+ "foreground": "#888888"
261
+ }
262
+ },
263
+ {
264
+ "name": "HTML: DocInfo DTD",
265
+ "scope": "string.quoted.docinfo.doctype.DTD",
266
+ "settings": {
267
+ "fontStyle": "italic"
268
+ }
269
+ },
270
+ {
271
+ "name": "HTML: ServerSide Includes",
272
+ "scope": "comment.other.server-side-include.xhtml, comment.other.server-side-include.html",
273
+ "settings": {
274
+ "foreground": "#909090"
275
+ }
276
+ },
277
+ {
278
+ "name": "HTML: Tag",
279
+ "scope": "text.html declaration.tag, text.html meta.tag, text.html entity.name.tag.xhtml",
280
+ "settings": {
281
+ "foreground": "#858EF4"
282
+ }
283
+ },
284
+ {
285
+ "name": "HTML: attribute=\"\"",
286
+ "scope": "keyword.markup.attribute-name",
287
+ "settings": {
288
+ "foreground": "#9B456F"
289
+ }
290
+ },
291
+ {
292
+ "name": "PHP: PHPdocs",
293
+ "scope": "keyword.other.phpdoc.php",
294
+ "settings": {
295
+ "foreground": "#777777"
296
+ }
297
+ },
298
+ {
299
+ "name": "PHP: Include() & Require()",
300
+ "scope": "keyword.other.include.php",
301
+ "settings": {
302
+ "foreground": "#C82255"
303
+ }
304
+ },
305
+ {
306
+ "name": "PHP: Constants Core Predefined",
307
+ "scope": "support.constant.core.php",
308
+ "settings": {
309
+ "fontStyle": "bold",
310
+ "foreground": "#DE8E20"
311
+ }
312
+ },
313
+ {
314
+ "name": "PHP: Constants Standard Predefined",
315
+ "scope": "support.constant.std.php",
316
+ "settings": {
317
+ "fontStyle": "bold",
318
+ "foreground": "#DE8E10"
319
+ }
320
+ },
321
+ {
322
+ "name": "PHP: Variables Globals",
323
+ "scope": "variable.other.global.php",
324
+ "settings": {
325
+ "foreground": "#B72E1D"
326
+ }
327
+ },
328
+ {
329
+ "name": "PHP: Variables Safer Globals",
330
+ "scope": "variable.other.global.safer.php",
331
+ "settings": {
332
+ "foreground": "#00FF00"
333
+ }
334
+ },
335
+ {
336
+ "name": "PHP: Strings Single-Quoted",
337
+ "scope": "string.quoted.single.php",
338
+ "settings": {
339
+ "foreground": "#BFA36D"
340
+ }
341
+ },
342
+ {
343
+ "name": "PHP: Keywords Storage",
344
+ "scope": "keyword.storage.php",
345
+ "settings": {
346
+ "foreground": "#6969FA"
347
+ }
348
+ },
349
+ {
350
+ "name": "PHP: Strings Double-Quoted",
351
+ "scope": "string.quoted.double.php",
352
+ "settings": {
353
+ "foreground": "#AD9361"
354
+ }
355
+ },
356
+ {
357
+ "name": "CSS: Selectors #ID",
358
+ "scope": "entity.other.attribute-name.id.css",
359
+ "settings": {
360
+ "foreground": "#EC9E00"
361
+ }
362
+ },
363
+ {
364
+ "name": "CSS: Selectors <Elements>",
365
+ "scope": "entity.name.tag.css",
366
+ "settings": {
367
+ "fontStyle": "bold",
368
+ "foreground": "#B8CD06"
369
+ }
370
+ },
371
+ {
372
+ "name": "CSS: Selectors .ClassName",
373
+ "scope": "entity.other.attribute-name.class.css",
374
+ "settings": {
375
+ "foreground": "#EDCA06"
376
+ }
377
+ },
378
+ {
379
+ "name": "CSS: Selectors :PseudoClass",
380
+ "scope": "entity.other.attribute-name.pseudo-class.css",
381
+ "settings": {
382
+ "foreground": "#2E759C"
383
+ }
384
+ },
385
+ {
386
+ "name": "CSS: Invalid Comma",
387
+ "scope": "invalid.bad-comma.css",
388
+ "settings": {
389
+ "background": "#FF0000",
390
+ "foreground": "#FFFFFF"
391
+ }
392
+ },
393
+ {
394
+ "name": "CSS: Property Value",
395
+ "scope": "support.constant.property-value.css",
396
+ "settings": {
397
+ "foreground": "#9B2E4D"
398
+ }
399
+ },
400
+ {
401
+ "name": "CSS: Property Keyword",
402
+ "scope": "support.type.property-name.css",
403
+ "settings": {
404
+ "foreground": "#E1C96B"
405
+ }
406
+ },
407
+ {
408
+ "name": "CSS: Property Colours",
409
+ "scope": "constant.other.rgb-value.css",
410
+ "settings": {
411
+ "foreground": "#666633"
412
+ }
413
+ },
414
+ {
415
+ "name": "CSS: Font Names",
416
+ "scope": "support.constant.font-name.css",
417
+ "settings": {
418
+ "foreground": "#666633"
419
+ }
420
+ },
421
+ {
422
+ "name": "TMLangDef: Keys",
423
+ "scope": "support.constant.tm-language-def, support.constant.name.tm-language-def",
424
+ "settings": {
425
+ "foreground": "#7171F3"
426
+ }
427
+ },
428
+ {
429
+ "name": "CSS: Units",
430
+ "scope": "keyword.other.unit.css",
431
+ "settings": {
432
+ "foreground": "#6969FA"
433
+ }
434
+ }
435
+ ],
436
+ "uuid": "343011CC-B7DF-11D9-B5C6-000D93C8BE28"
437
+ }