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.
- data/CHANGELOG +1404 -0
- data/MANIFEST +187 -0
- data/Rakefile +30 -0
- data/TODO +169 -0
- data/bin/ver +19 -0
- data/config/detect.rb +109 -0
- data/config/keymap/vim.rb +239 -0
- data/config/rc.rb +0 -0
- data/config/scratch +3 -0
- data/config/syntax/ANTLR.json +275 -0
- data/config/syntax/ASP VB.net.json +228 -0
- data/config/syntax/ASP.json +135 -0
- data/config/syntax/ActionScript.json +168 -0
- data/config/syntax/Ada.json +108 -0
- data/config/syntax/Apache.json +342 -0
- data/config/syntax/AppleScript.json +721 -0
- data/config/syntax/Bibtex.json +253 -0
- data/config/syntax/Blog (HTML).json +47 -0
- data/config/syntax/Blog (Markdown).json +50 -0
- data/config/syntax/Blog (Text).json +45 -0
- data/config/syntax/Blog (Textile).json +45 -0
- data/config/syntax/Bulletin Board.json +428 -0
- data/config/syntax/C++.json +323 -0
- data/config/syntax/C.json +694 -0
- data/config/syntax/CSS.json +346 -0
- data/config/syntax/DOT.json +79 -0
- data/config/syntax/Diff.json +136 -0
- data/config/syntax/Dylan.json +104 -0
- data/config/syntax/Eiffel.json +128 -0
- data/config/syntax/Erlang.json +1636 -0
- data/config/syntax/F-Script.json +137 -0
- data/config/syntax/FXScript.json +260 -0
- data/config/syntax/Gri.json +141 -0
- data/config/syntax/HTML (Mason).json +207 -0
- data/config/syntax/HTML (Rails).json +52 -0
- data/config/syntax/HTML (Tcl).json +42 -0
- data/config/syntax/HTML for ASP.net.json +736 -0
- data/config/syntax/HTML-ASP.json +45 -0
- data/config/syntax/HTML.json +614 -0
- data/config/syntax/Haskell.json +407 -0
- data/config/syntax/Inform.json +80 -0
- data/config/syntax/Ini.json +91 -0
- data/config/syntax/Io.json +142 -0
- data/config/syntax/Java.json +745 -0
- data/config/syntax/JavaProperties.json +42 -0
- data/config/syntax/JavaScript.json +446 -0
- data/config/syntax/LaTeX Beamer.json +65 -0
- data/config/syntax/LaTeX Log.json +88 -0
- data/config/syntax/LaTeX.json +962 -0
- data/config/syntax/Lighttpd.json +93 -0
- data/config/syntax/Lisp.json +101 -0
- data/config/syntax/Literate Haskell.json +55 -0
- data/config/syntax/Logtalk.json +289 -0
- data/config/syntax/Lua.json +146 -0
- data/config/syntax/M.json +744 -0
- data/config/syntax/MEL.json +161 -0
- data/config/syntax/MIPS.json +114 -0
- data/config/syntax/Mail.json +224 -0
- data/config/syntax/Makefile.json +66 -0
- data/config/syntax/Markdown.json +644 -0
- data/config/syntax/Modula-3.json +80 -0
- data/config/syntax/Movable Type.json +348 -0
- data/config/syntax/OCaml.json +1391 -0
- data/config/syntax/Objective-C++.json +21 -0
- data/config/syntax/OpenGL.json +24 -0
- data/config/syntax/PHP.json +2184 -0
- data/config/syntax/Pascal.json +128 -0
- data/config/syntax/Perl.json +2091 -0
- data/config/syntax/Plain text.json +49 -0
- data/config/syntax/Processing.json +188 -0
- data/config/syntax/Quake3 Config.json +54 -0
- data/config/syntax/R.json +157 -0
- data/config/syntax/Rez.json +137 -0
- data/config/syntax/Ruby on Rails.json +170 -0
- data/config/syntax/Ruby.json +1753 -0
- data/config/syntax/SQL (Rails).json +31 -0
- data/config/syntax/SQL.json +435 -0
- data/config/syntax/SWIG.json +96 -0
- data/config/syntax/Scheme.json +359 -0
- data/config/syntax/Shell-Unix-Generic.json +1198 -0
- data/config/syntax/Slate.json +265 -0
- data/config/syntax/Smarty.json +110 -0
- data/config/syntax/Standard ML.json +322 -0
- data/config/syntax/Subversion commit message.json +62 -0
- data/config/syntax/Tcl.json +278 -0
- data/config/syntax/TeX Math.json +83 -0
- data/config/syntax/TeX.json +157 -0
- data/config/syntax/Textile.json +273 -0
- data/config/syntax/Twiki.json +436 -0
- data/config/syntax/Vectorscript.json +97 -0
- data/config/syntax/XML strict.json +148 -0
- data/config/syntax/XML.json +301 -0
- data/config/syntax/XSL.json +96 -0
- data/config/syntax/YAML.json +293 -0
- data/config/syntax/iCalendar.json +51 -0
- data/config/syntax/reStructuredText.json +403 -0
- data/config/theme/Active4D.json +260 -0
- data/config/theme/All Hallow's Eve.json +171 -0
- data/config/theme/Amy.json +359 -0
- data/config/theme/BBEdit.json +269 -0
- data/config/theme/Bespin.json +322 -0
- data/config/theme/Blackboard.json +215 -0
- data/config/theme/BoysAndGirls01.json +156 -0
- data/config/theme/Brilliance Black.json +1695 -0
- data/config/theme/Brilliance Dull.json +1451 -0
- data/config/theme/Classic Modified.json +288 -0
- data/config/theme/Cobalt.json +345 -0
- data/config/theme/Cool Glow.json +215 -0
- data/config/theme/Dawn.json +258 -0
- data/config/theme/Eiffel.json +270 -0
- data/config/theme/Espresso Libre.json +247 -0
- data/config/theme/Fluidvision.json +272 -0
- data/config/theme/IDLE.json +159 -0
- data/config/theme/LAZY.json +178 -0
- data/config/theme/Mac Classic.json +277 -0
- data/config/theme/MagicWB (Amiga).json +231 -0
- data/config/theme/Merbivore Soft.json +181 -0
- data/config/theme/Merbivore.json +181 -0
- data/config/theme/Monokai.json +177 -0
- data/config/theme/Notepad2.json +166 -0
- data/config/theme/Pastels on Dark.json +437 -0
- data/config/theme/RubyBlue.json +226 -0
- data/config/theme/Sin City 2.json +361 -0
- data/config/theme/Slate.json +270 -0
- data/config/theme/Slush & Poppies.json +232 -0
- data/config/theme/SpaceCadet.json +143 -0
- data/config/theme/Sunburst.json +415 -0
- data/config/theme/Twilight BG FG.json +633 -0
- data/config/theme/Twilight.json +321 -0
- data/config/theme/Whys Poignant.json +119 -0
- data/config/theme/Zenburnesque.json +237 -0
- data/config/theme/barf.json +155 -0
- data/config/theme/fake.json +418 -0
- data/config/theme/happydeluxe.json +114 -0
- data/config/theme/iLife 05.json +393 -0
- data/config/theme/iPlastic.json +177 -0
- data/config/theme/mintBlue Dark.json +414 -0
- data/config/theme/mintBlue.json +415 -0
- data/config/theme/monoindustrial.json +276 -0
- data/config/theme/starlight.json +67 -0
- data/config/tutorial +74 -0
- data/config/welcome +115 -0
- data/help/index.verh +14 -0
- data/lib/ver.rb +156 -0
- data/lib/ver/entry.rb +97 -0
- data/lib/ver/keymap.rb +96 -0
- data/lib/ver/layout.rb +107 -0
- data/lib/ver/methods.rb +19 -0
- data/lib/ver/methods/completion.rb +116 -0
- data/lib/ver/methods/control.rb +340 -0
- data/lib/ver/methods/insert.rb +6 -0
- data/lib/ver/methods/move.rb +65 -0
- data/lib/ver/methods/search.rb +33 -0
- data/lib/ver/methods/select.rb +145 -0
- data/lib/ver/methods/views.rb +21 -0
- data/lib/ver/mode.rb +160 -0
- data/lib/ver/options.rb +207 -0
- data/lib/ver/plist.rb +106 -0
- data/lib/ver/status.rb +67 -0
- data/lib/ver/syntax.rb +68 -0
- data/lib/ver/syntax/detector.rb +53 -0
- data/lib/ver/syntax/processor.rb +48 -0
- data/lib/ver/text.rb +374 -0
- data/lib/ver/textpow.rb +357 -0
- data/lib/ver/theme.rb +162 -0
- data/lib/ver/vendor/fuzzy_file_finder.rb +340 -0
- data/lib/ver/view.rb +163 -0
- data/lib/ver/view/entry.rb +28 -0
- data/lib/ver/view/list.rb +137 -0
- data/lib/ver/view/list/buffer.rb +27 -0
- data/lib/ver/view/list/fuzzy_file_finder.rb +44 -0
- data/lib/ver/view/list/syntax.rb +13 -0
- data/lib/ver/view/list/theme.rb +13 -0
- data/spec/keymap.rb +224 -0
- data/tasks/bacon.rake +49 -0
- data/tasks/changelog.rake +18 -0
- data/tasks/gem.rake +22 -0
- data/tasks/gem_installer.rake +76 -0
- data/tasks/grancher.rake +12 -0
- data/tasks/install_dependencies.rake +6 -0
- data/tasks/manifest.rake +4 -0
- data/tasks/plist2json.rake +35 -0
- data/tasks/rcov.rake +18 -0
- data/tasks/release.rake +12 -0
- data/tasks/reversion.rake +8 -0
- data/tasks/syntax_list.rake +31 -0
- data/ver.gemspec +29 -0
- metadata +241 -0
|
@@ -0,0 +1,1451 @@
|
|
|
1
|
+
{
|
|
2
|
+
"author": "Thomas Aylott",
|
|
3
|
+
"comment": "by Thomas Aylott subtleGradient.com",
|
|
4
|
+
"name": "Brilliance Dull",
|
|
5
|
+
"settings": [
|
|
6
|
+
{
|
|
7
|
+
"settings": {
|
|
8
|
+
"background": "#050505FA",
|
|
9
|
+
"caret": "#7979B7",
|
|
10
|
+
"foreground": "#CDCDCD",
|
|
11
|
+
"invisibles": "#CDCDCD1A",
|
|
12
|
+
"lineHighlight": "#0000801A",
|
|
13
|
+
"selection": "#2E2EE64D"
|
|
14
|
+
}
|
|
15
|
+
},
|
|
16
|
+
{
|
|
17
|
+
"name": "Thomas Aylott \u32b7",
|
|
18
|
+
"scope": "meta.thomas_aylott",
|
|
19
|
+
"settings": {
|
|
20
|
+
"background": "#FFFFFF",
|
|
21
|
+
"fontStyle": "bold",
|
|
22
|
+
"foreground": "#000000"
|
|
23
|
+
}
|
|
24
|
+
},
|
|
25
|
+
{
|
|
26
|
+
"name": "subtleGradient.com",
|
|
27
|
+
"scope": "meta.subtlegradient",
|
|
28
|
+
"settings": {
|
|
29
|
+
"background": "#FFFFFF",
|
|
30
|
+
"fontStyle": "underline",
|
|
31
|
+
"foreground": "#555555"
|
|
32
|
+
}
|
|
33
|
+
},
|
|
34
|
+
{
|
|
35
|
+
"name": "\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014",
|
|
36
|
+
"scope": "meta.subtlegradient",
|
|
37
|
+
"settings": {
|
|
38
|
+
"background": "#FFFFFF",
|
|
39
|
+
"foreground": "#E6E6E6"
|
|
40
|
+
}
|
|
41
|
+
},
|
|
42
|
+
{
|
|
43
|
+
"name": "~ String",
|
|
44
|
+
"scope": "string -meta.tag -meta.doctype -string.regexp -string.literal -string.interpolated -string.quoted.literal -string.unquoted, variable.parameter.misc.css, text string source string, string.unquoted string, string.regexp string",
|
|
45
|
+
"settings": {
|
|
46
|
+
"background": "#803D0033",
|
|
47
|
+
"foreground": "#D2D1AB"
|
|
48
|
+
}
|
|
49
|
+
},
|
|
50
|
+
{
|
|
51
|
+
"name": "~ String Punctuation",
|
|
52
|
+
"scope": "punctuation.definition.string -meta.tag",
|
|
53
|
+
"settings": {
|
|
54
|
+
"foreground": "#533F2C"
|
|
55
|
+
}
|
|
56
|
+
},
|
|
57
|
+
{
|
|
58
|
+
"name": "~ String Punctuation II",
|
|
59
|
+
"scope": "string.regexp punctuation.definition.string, string.quoted.literal punctuation.definition.string, string.quoted.double.ruby.mod punctuation.definition.string",
|
|
60
|
+
"settings": {
|
|
61
|
+
"foreground": "#FFF80033"
|
|
62
|
+
}
|
|
63
|
+
},
|
|
64
|
+
{
|
|
65
|
+
"name": "~ String Literal",
|
|
66
|
+
"scope": "string.quoted.literal, string.quoted.double.ruby.mod",
|
|
67
|
+
"settings": {
|
|
68
|
+
"background": "#43800033",
|
|
69
|
+
"foreground": "#A6A458"
|
|
70
|
+
}
|
|
71
|
+
},
|
|
72
|
+
{
|
|
73
|
+
"name": "~ String Unquoted",
|
|
74
|
+
"scope": "string.unquoted -string.unquoted.embedded, string.quoted.double.multiline, meta.scope.heredoc",
|
|
75
|
+
"settings": {
|
|
76
|
+
"foreground": "#D2BEAB"
|
|
77
|
+
}
|
|
78
|
+
},
|
|
79
|
+
{
|
|
80
|
+
"name": "~ String Interpolated",
|
|
81
|
+
"scope": "string.interpolated",
|
|
82
|
+
"settings": {
|
|
83
|
+
"background": "#1A1A1A",
|
|
84
|
+
"foreground": "#D2D1AB"
|
|
85
|
+
}
|
|
86
|
+
},
|
|
87
|
+
{
|
|
88
|
+
"name": "~ String RegEx",
|
|
89
|
+
"scope": "string.regexp",
|
|
90
|
+
"settings": {
|
|
91
|
+
"background": "#43800033",
|
|
92
|
+
"foreground": "#A6A458"
|
|
93
|
+
}
|
|
94
|
+
},
|
|
95
|
+
{
|
|
96
|
+
"name": "~ String RegEx Group 1",
|
|
97
|
+
"scope": "string.regexp.group",
|
|
98
|
+
"settings": {
|
|
99
|
+
"background": "#43800033"
|
|
100
|
+
}
|
|
101
|
+
},
|
|
102
|
+
{
|
|
103
|
+
"name": "~ String RegEx Group 2",
|
|
104
|
+
"scope": "string.regexp.group string.regexp.group ",
|
|
105
|
+
"settings": {
|
|
106
|
+
"background": "#43800033",
|
|
107
|
+
"foreground": "#FFFFFF66"
|
|
108
|
+
}
|
|
109
|
+
},
|
|
110
|
+
{
|
|
111
|
+
"name": "~ String RegEx Group 3",
|
|
112
|
+
"scope": "string.regexp.group string.regexp.group string.regexp.group ",
|
|
113
|
+
"settings": {
|
|
114
|
+
"background": "#43800033",
|
|
115
|
+
"foreground": "#FFFFFF66"
|
|
116
|
+
}
|
|
117
|
+
},
|
|
118
|
+
{
|
|
119
|
+
"name": "~ String RegEx Group 4",
|
|
120
|
+
"scope": "string.regexp.group string.regexp.group string.regexp.group string.regexp.group ",
|
|
121
|
+
"settings": {
|
|
122
|
+
"background": "#43800033",
|
|
123
|
+
"foreground": "#FFFFFF66"
|
|
124
|
+
}
|
|
125
|
+
},
|
|
126
|
+
{
|
|
127
|
+
"name": "~ String RegEx Character-Class",
|
|
128
|
+
"scope": "string.regexp.character-class",
|
|
129
|
+
"settings": {
|
|
130
|
+
"background": "#43800033",
|
|
131
|
+
"foreground": "#80A659"
|
|
132
|
+
}
|
|
133
|
+
},
|
|
134
|
+
{
|
|
135
|
+
"name": "~ String RegEx Arbitrary-Repitition",
|
|
136
|
+
"scope": "string.regexp.arbitrary-repitition",
|
|
137
|
+
"settings": {
|
|
138
|
+
"background": "#43800033",
|
|
139
|
+
"foreground": "#56A5A4"
|
|
140
|
+
}
|
|
141
|
+
},
|
|
142
|
+
{
|
|
143
|
+
"name": "source.regexp keyword",
|
|
144
|
+
"scope": "source.regexp keyword.operator",
|
|
145
|
+
"settings": {
|
|
146
|
+
"foreground": "#A75980"
|
|
147
|
+
}
|
|
148
|
+
},
|
|
149
|
+
{
|
|
150
|
+
"name": "~ String RegEx Comment",
|
|
151
|
+
"scope": "string.regexp comment",
|
|
152
|
+
"settings": {
|
|
153
|
+
"fontStyle": "italic",
|
|
154
|
+
"foreground": "#FFFFFF"
|
|
155
|
+
}
|
|
156
|
+
},
|
|
157
|
+
{
|
|
158
|
+
"name": "~ Meta Group Assertion Regexp ",
|
|
159
|
+
"scope": "meta.group.assertion.regexp ",
|
|
160
|
+
"settings": {
|
|
161
|
+
"background": "#0086FF33"
|
|
162
|
+
}
|
|
163
|
+
},
|
|
164
|
+
{
|
|
165
|
+
"name": "~ Meta Assertion",
|
|
166
|
+
"scope": "meta.assertion, meta.group.assertion keyword.control.group.regexp",
|
|
167
|
+
"settings": {
|
|
168
|
+
"foreground": "#5780A6"
|
|
169
|
+
}
|
|
170
|
+
},
|
|
171
|
+
{
|
|
172
|
+
"name": "~ Number",
|
|
173
|
+
"scope": "constant.numeric",
|
|
174
|
+
"settings": {
|
|
175
|
+
"foreground": "#95A658"
|
|
176
|
+
}
|
|
177
|
+
},
|
|
178
|
+
{
|
|
179
|
+
"name": "~ Character constant",
|
|
180
|
+
"scope": "constant.character",
|
|
181
|
+
"settings": {
|
|
182
|
+
"foreground": "#80A659"
|
|
183
|
+
}
|
|
184
|
+
},
|
|
185
|
+
{
|
|
186
|
+
"name": "~ Built-in constant",
|
|
187
|
+
"scope": "constant.language, keyword.other.unit, constant.other.java, constant.other.unit",
|
|
188
|
+
"settings": {
|
|
189
|
+
"foreground": "#59A559"
|
|
190
|
+
}
|
|
191
|
+
},
|
|
192
|
+
{
|
|
193
|
+
"name": "~ Built-in constant+",
|
|
194
|
+
"scope": "constant.language.pseudo-variable",
|
|
195
|
+
"settings": {
|
|
196
|
+
"background": "#04800033",
|
|
197
|
+
"foreground": "#59A559"
|
|
198
|
+
}
|
|
199
|
+
},
|
|
200
|
+
{
|
|
201
|
+
"name": "~ User-defined constant",
|
|
202
|
+
"scope": "constant.other, constant.block",
|
|
203
|
+
"settings": {
|
|
204
|
+
"foreground": "#57A57D"
|
|
205
|
+
}
|
|
206
|
+
},
|
|
207
|
+
{
|
|
208
|
+
"name": "~ Library constant",
|
|
209
|
+
"scope": "support.constant, constant.name",
|
|
210
|
+
"settings": {
|
|
211
|
+
"foreground": "#56A5A4"
|
|
212
|
+
}
|
|
213
|
+
},
|
|
214
|
+
{
|
|
215
|
+
"name": "\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014",
|
|
216
|
+
"settings": {
|
|
217
|
+
|
|
218
|
+
}
|
|
219
|
+
},
|
|
220
|
+
{
|
|
221
|
+
"name": "\u221a pre-defined variable",
|
|
222
|
+
"scope": "variable.language, variable.other.readwrite.global.pre-defined",
|
|
223
|
+
"settings": {
|
|
224
|
+
"foreground": "#5E6B6B"
|
|
225
|
+
}
|
|
226
|
+
},
|
|
227
|
+
{
|
|
228
|
+
"name": "\u221a Constant Variable",
|
|
229
|
+
"scope": "variable.other.constant",
|
|
230
|
+
"settings": {
|
|
231
|
+
"foreground": "#56A5A4"
|
|
232
|
+
}
|
|
233
|
+
},
|
|
234
|
+
{
|
|
235
|
+
"name": "\u221a Library variable",
|
|
236
|
+
"scope": "support.variable",
|
|
237
|
+
"settings": {
|
|
238
|
+
"background": "#00807C33",
|
|
239
|
+
"foreground": "#56A5A4"
|
|
240
|
+
}
|
|
241
|
+
},
|
|
242
|
+
{
|
|
243
|
+
"name": "\u221a global Variable",
|
|
244
|
+
"scope": "variable.other.readwrite.global",
|
|
245
|
+
"settings": {
|
|
246
|
+
"background": "#00438033",
|
|
247
|
+
"foreground": "#2B5252"
|
|
248
|
+
}
|
|
249
|
+
},
|
|
250
|
+
{
|
|
251
|
+
"name": "\u221a Variable",
|
|
252
|
+
"scope": "variable.other, variable.js",
|
|
253
|
+
"settings": {
|
|
254
|
+
"foreground": "#5780A6"
|
|
255
|
+
}
|
|
256
|
+
},
|
|
257
|
+
{
|
|
258
|
+
"name": "\u221a class Variable",
|
|
259
|
+
"scope": "variable.other.readwrite.class",
|
|
260
|
+
"settings": {
|
|
261
|
+
"background": "#0007FF33",
|
|
262
|
+
"foreground": "#5780A6"
|
|
263
|
+
}
|
|
264
|
+
},
|
|
265
|
+
{
|
|
266
|
+
"name": "\u221a instance Variable",
|
|
267
|
+
"scope": "variable.other.readwrite.instance",
|
|
268
|
+
"settings": {
|
|
269
|
+
"foreground": "#555F69"
|
|
270
|
+
}
|
|
271
|
+
},
|
|
272
|
+
{
|
|
273
|
+
"name": "\u221a Normal Variables",
|
|
274
|
+
"scope": "variable.other.php, variable.other.normal",
|
|
275
|
+
"settings": {
|
|
276
|
+
"foreground": "#555F69"
|
|
277
|
+
}
|
|
278
|
+
},
|
|
279
|
+
{
|
|
280
|
+
"name": "\u221a Variable Punctuation",
|
|
281
|
+
"scope": "punctuation.definition -punctuation.definition.comment, punctuation.separator.variable",
|
|
282
|
+
"settings": {
|
|
283
|
+
"foreground": "#00000080"
|
|
284
|
+
}
|
|
285
|
+
},
|
|
286
|
+
{
|
|
287
|
+
"name": "\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014",
|
|
288
|
+
"settings": {
|
|
289
|
+
|
|
290
|
+
}
|
|
291
|
+
},
|
|
292
|
+
{
|
|
293
|
+
"name": "\u00a2 Storage",
|
|
294
|
+
"scope": "storage -storage.modifier",
|
|
295
|
+
"settings": {
|
|
296
|
+
"foreground": "#A77D58"
|
|
297
|
+
}
|
|
298
|
+
},
|
|
299
|
+
{
|
|
300
|
+
"name": "\u00a2 Entity Name Preprocessor",
|
|
301
|
+
"scope": "other.preprocessor, entity.name.preprocessor",
|
|
302
|
+
"settings": {
|
|
303
|
+
"background": "#803D0033"
|
|
304
|
+
}
|
|
305
|
+
},
|
|
306
|
+
{
|
|
307
|
+
"name": "~ variable.language.this.js.prototype",
|
|
308
|
+
"scope": "variable.language.this.js",
|
|
309
|
+
"settings": {
|
|
310
|
+
"foreground": "#666666"
|
|
311
|
+
}
|
|
312
|
+
},
|
|
313
|
+
{
|
|
314
|
+
"name": "\u00a2 Storage Modifier",
|
|
315
|
+
"scope": "storage.modifier",
|
|
316
|
+
"settings": {
|
|
317
|
+
"foreground": "#533F2C"
|
|
318
|
+
}
|
|
319
|
+
},
|
|
320
|
+
{
|
|
321
|
+
"name": "\u00a2 Class name",
|
|
322
|
+
"scope": "entity.name.class, entity.name.type.class, entity.name.type.module",
|
|
323
|
+
"settings": {
|
|
324
|
+
"foreground": "#A7595A"
|
|
325
|
+
}
|
|
326
|
+
},
|
|
327
|
+
{
|
|
328
|
+
"name": "\u00a2 Class",
|
|
329
|
+
"scope": "meta.class -meta.class.instance, declaration.class, meta.definition.class, declaration.module",
|
|
330
|
+
"settings": {
|
|
331
|
+
"background": "#29161780",
|
|
332
|
+
"foreground": "#532D2D"
|
|
333
|
+
}
|
|
334
|
+
},
|
|
335
|
+
{
|
|
336
|
+
"name": "\u00a2 Library class\/type",
|
|
337
|
+
"scope": "support.type, support.class",
|
|
338
|
+
"settings": {
|
|
339
|
+
"background": "#80000433",
|
|
340
|
+
"foreground": "#A7595A"
|
|
341
|
+
}
|
|
342
|
+
},
|
|
343
|
+
{
|
|
344
|
+
"name": "\u00a2 Instance",
|
|
345
|
+
"scope": "entity.name.instance",
|
|
346
|
+
"settings": {
|
|
347
|
+
"foreground": "#A7595A"
|
|
348
|
+
}
|
|
349
|
+
},
|
|
350
|
+
{
|
|
351
|
+
"name": "\u00a2 Instance.constructor",
|
|
352
|
+
"scope": "meta.class.instance.constructor",
|
|
353
|
+
"settings": {
|
|
354
|
+
"background": "#80004333"
|
|
355
|
+
}
|
|
356
|
+
},
|
|
357
|
+
{
|
|
358
|
+
"name": "\u00a2 Inherited class",
|
|
359
|
+
"scope": "entity.other.inherited-class, entity.name.module",
|
|
360
|
+
"settings": {
|
|
361
|
+
"background": "#80000433",
|
|
362
|
+
"foreground": "#A75980"
|
|
363
|
+
}
|
|
364
|
+
},
|
|
365
|
+
{
|
|
366
|
+
"name": "\u00a2 Class Method",
|
|
367
|
+
"scope": "object.property.function, meta.definition.method",
|
|
368
|
+
"settings": {
|
|
369
|
+
"foreground": "#A75980"
|
|
370
|
+
}
|
|
371
|
+
},
|
|
372
|
+
{
|
|
373
|
+
"name": "\u00a2 Function",
|
|
374
|
+
"scope": "meta.function -(meta.tell-block), meta.property.function, declaration.function",
|
|
375
|
+
"settings": {
|
|
376
|
+
"background": "#80004333",
|
|
377
|
+
"foreground": "#532D40"
|
|
378
|
+
}
|
|
379
|
+
},
|
|
380
|
+
{
|
|
381
|
+
"name": "\u00a2 Function name",
|
|
382
|
+
"scope": "entity.name.function, entity.name.preprocessor",
|
|
383
|
+
"settings": {
|
|
384
|
+
"foreground": "#A75980"
|
|
385
|
+
}
|
|
386
|
+
},
|
|
387
|
+
{
|
|
388
|
+
"name": "\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014",
|
|
389
|
+
"settings": {
|
|
390
|
+
|
|
391
|
+
}
|
|
392
|
+
},
|
|
393
|
+
{
|
|
394
|
+
"name": "\u2122 Keyword",
|
|
395
|
+
"scope": "keyword",
|
|
396
|
+
"settings": {
|
|
397
|
+
"foreground": "#A459A5"
|
|
398
|
+
}
|
|
399
|
+
},
|
|
400
|
+
{
|
|
401
|
+
"name": "\u2122 Keyword.control",
|
|
402
|
+
"scope": "keyword.control",
|
|
403
|
+
"settings": {
|
|
404
|
+
"background": "#3C008033",
|
|
405
|
+
"foreground": "#A459A5"
|
|
406
|
+
}
|
|
407
|
+
},
|
|
408
|
+
{
|
|
409
|
+
"name": "\u2122 Special Function",
|
|
410
|
+
"scope": "keyword.other.special-method, meta.function-call entity.name.function -(meta.function-call meta.function), support.function - variable",
|
|
411
|
+
"settings": {
|
|
412
|
+
"foreground": "#8D809D"
|
|
413
|
+
}
|
|
414
|
+
},
|
|
415
|
+
{
|
|
416
|
+
"name": "\u2122 Library function",
|
|
417
|
+
"scope": "support.function - variable",
|
|
418
|
+
"settings": {
|
|
419
|
+
"foreground": "#634683"
|
|
420
|
+
}
|
|
421
|
+
},
|
|
422
|
+
{
|
|
423
|
+
"name": "\u2122 Keyword.operator",
|
|
424
|
+
"scope": "keyword.operator, declaration.function.operator, meta.preprocessor.c.include",
|
|
425
|
+
"settings": {
|
|
426
|
+
"fontStyle": "bold",
|
|
427
|
+
"foreground": "#7979B7"
|
|
428
|
+
}
|
|
429
|
+
},
|
|
430
|
+
{
|
|
431
|
+
"name": "\u2122 keyword.operator.comparison",
|
|
432
|
+
"scope": "keyword.operator.comparison",
|
|
433
|
+
"settings": {
|
|
434
|
+
"fontStyle": "",
|
|
435
|
+
"foreground": "#9899C8"
|
|
436
|
+
}
|
|
437
|
+
},
|
|
438
|
+
{
|
|
439
|
+
"name": "\u2122 Function argument",
|
|
440
|
+
"scope": "variable.parameter -variable.parameter.misc.css, meta.definition.method meta.definition.param-list, meta.function.method.with-arguments variable.parameter.function",
|
|
441
|
+
"settings": {
|
|
442
|
+
"background": "#3C008033",
|
|
443
|
+
"foreground": "#ABACD2"
|
|
444
|
+
}
|
|
445
|
+
},
|
|
446
|
+
{
|
|
447
|
+
"name": "\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014",
|
|
448
|
+
"settings": {
|
|
449
|
+
|
|
450
|
+
}
|
|
451
|
+
},
|
|
452
|
+
{
|
|
453
|
+
"name": "\u2718 HTML",
|
|
454
|
+
"settings": {
|
|
455
|
+
|
|
456
|
+
}
|
|
457
|
+
},
|
|
458
|
+
{
|
|
459
|
+
"name": "\u2718 Tag Doctype",
|
|
460
|
+
"scope": "meta.doctype, meta.tag.sgml-declaration.doctype, meta.tag.sgml.doctype",
|
|
461
|
+
"settings": {
|
|
462
|
+
"background": "#333333",
|
|
463
|
+
"foreground": "#CDCDCD"
|
|
464
|
+
}
|
|
465
|
+
},
|
|
466
|
+
{
|
|
467
|
+
"name": "\u2718 Tag",
|
|
468
|
+
"scope": "meta.tag",
|
|
469
|
+
"settings": {
|
|
470
|
+
"foreground": "#333333"
|
|
471
|
+
}
|
|
472
|
+
},
|
|
473
|
+
{
|
|
474
|
+
"name": "\u2718 Tag Structure",
|
|
475
|
+
"scope": "meta.tag.structure, meta.tag.segment",
|
|
476
|
+
"settings": {
|
|
477
|
+
"background": "#333333BF",
|
|
478
|
+
"foreground": "#666666"
|
|
479
|
+
}
|
|
480
|
+
},
|
|
481
|
+
{
|
|
482
|
+
"name": "\u2718 Tag Block",
|
|
483
|
+
"scope": "meta.tag.block, meta.tag.xml, meta.tag.key",
|
|
484
|
+
"settings": {
|
|
485
|
+
"background": "#4C4C4C33",
|
|
486
|
+
"foreground": "#4C4C4C"
|
|
487
|
+
}
|
|
488
|
+
},
|
|
489
|
+
{
|
|
490
|
+
"name": "\u2718 Tag Inline",
|
|
491
|
+
"scope": "meta.tag.inline",
|
|
492
|
+
"settings": {
|
|
493
|
+
"background": "#803D0033",
|
|
494
|
+
"foreground": "#A77D58"
|
|
495
|
+
}
|
|
496
|
+
},
|
|
497
|
+
{
|
|
498
|
+
"name": "meta.tag.inline source",
|
|
499
|
+
"scope": "meta.tag.inline source",
|
|
500
|
+
"settings": {
|
|
501
|
+
"background": "#803D0033"
|
|
502
|
+
}
|
|
503
|
+
},
|
|
504
|
+
{
|
|
505
|
+
"name": "\u2718 Tag Other",
|
|
506
|
+
"scope": "meta.tag.other, entity.name.tag.style, source entity.other.attribute-name -text.html.basic.embedded , entity.name.tag.script, meta.tag.block.script",
|
|
507
|
+
"settings": {
|
|
508
|
+
"background": "#80000433",
|
|
509
|
+
"foreground": "#A7595A"
|
|
510
|
+
}
|
|
511
|
+
},
|
|
512
|
+
{
|
|
513
|
+
"name": "\u2718 Tag Form",
|
|
514
|
+
"scope": "meta.tag.form, meta.tag.block.form",
|
|
515
|
+
"settings": {
|
|
516
|
+
"background": "#00438033",
|
|
517
|
+
"foreground": "#5780A6"
|
|
518
|
+
}
|
|
519
|
+
},
|
|
520
|
+
{
|
|
521
|
+
"name": "\u2718 Tag Meta",
|
|
522
|
+
"scope": "meta.tag.meta",
|
|
523
|
+
"settings": {
|
|
524
|
+
"background": "#3C008033",
|
|
525
|
+
"foreground": "#A459A5"
|
|
526
|
+
}
|
|
527
|
+
},
|
|
528
|
+
{
|
|
529
|
+
"name": "\u2718 Tag Block Head",
|
|
530
|
+
"scope": "meta.section.html.head",
|
|
531
|
+
"settings": {
|
|
532
|
+
"background": "#121212"
|
|
533
|
+
}
|
|
534
|
+
},
|
|
535
|
+
{
|
|
536
|
+
"name": "\u2718 Tag Block Form",
|
|
537
|
+
"scope": "meta.section.html.form",
|
|
538
|
+
"settings": {
|
|
539
|
+
"background": "#0043801A"
|
|
540
|
+
}
|
|
541
|
+
},
|
|
542
|
+
{
|
|
543
|
+
"name": "\u2718 XML Tag",
|
|
544
|
+
"scope": "meta.tag.xml",
|
|
545
|
+
"settings": {
|
|
546
|
+
"foreground": "#666666"
|
|
547
|
+
}
|
|
548
|
+
},
|
|
549
|
+
{
|
|
550
|
+
"name": "\u2718 Tag name",
|
|
551
|
+
"scope": "entity.name.tag",
|
|
552
|
+
"settings": {
|
|
553
|
+
"foreground": "#FFFFFF4D"
|
|
554
|
+
}
|
|
555
|
+
},
|
|
556
|
+
{
|
|
557
|
+
"name": "\u2718 Tag attribute",
|
|
558
|
+
"scope": "entity.other.attribute-name, meta.tag punctuation.definition.string",
|
|
559
|
+
"settings": {
|
|
560
|
+
"foreground": "#FFFFFF33"
|
|
561
|
+
}
|
|
562
|
+
},
|
|
563
|
+
{
|
|
564
|
+
"name": "\u2718 Tag value",
|
|
565
|
+
"scope": "meta.tag string -source -punctuation, text source text meta.tag string -punctuation",
|
|
566
|
+
"settings": {
|
|
567
|
+
"foreground": "#FFFFFF66"
|
|
568
|
+
}
|
|
569
|
+
},
|
|
570
|
+
{
|
|
571
|
+
"name": "\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014",
|
|
572
|
+
"settings": {
|
|
573
|
+
|
|
574
|
+
}
|
|
575
|
+
},
|
|
576
|
+
{
|
|
577
|
+
"name": "M markdown",
|
|
578
|
+
"settings": {
|
|
579
|
+
|
|
580
|
+
}
|
|
581
|
+
},
|
|
582
|
+
{
|
|
583
|
+
"name": "M markup",
|
|
584
|
+
"scope": "markup markup -(markup meta.paragraph.list)",
|
|
585
|
+
"settings": {
|
|
586
|
+
"background": "#33333333",
|
|
587
|
+
"foreground": "#A6A458"
|
|
588
|
+
}
|
|
589
|
+
},
|
|
590
|
+
{
|
|
591
|
+
"name": "M HR",
|
|
592
|
+
"scope": "markup.hr",
|
|
593
|
+
"settings": {
|
|
594
|
+
"background": "#FFFFFF",
|
|
595
|
+
"foreground": "#000000"
|
|
596
|
+
}
|
|
597
|
+
},
|
|
598
|
+
{
|
|
599
|
+
"name": "M heading",
|
|
600
|
+
"scope": "markup.heading",
|
|
601
|
+
"settings": {
|
|
602
|
+
"background": "#33333380",
|
|
603
|
+
"foreground": "#666666"
|
|
604
|
+
}
|
|
605
|
+
},
|
|
606
|
+
{
|
|
607
|
+
"name": "M bold",
|
|
608
|
+
"scope": "markup.bold",
|
|
609
|
+
"settings": {
|
|
610
|
+
"fontStyle": "bold"
|
|
611
|
+
}
|
|
612
|
+
},
|
|
613
|
+
{
|
|
614
|
+
"name": "M italic",
|
|
615
|
+
"scope": "markup.italic",
|
|
616
|
+
"settings": {
|
|
617
|
+
"fontStyle": "italic"
|
|
618
|
+
}
|
|
619
|
+
},
|
|
620
|
+
{
|
|
621
|
+
"name": "M strike",
|
|
622
|
+
"settings": {
|
|
623
|
+
|
|
624
|
+
}
|
|
625
|
+
},
|
|
626
|
+
{
|
|
627
|
+
"name": "M add",
|
|
628
|
+
"settings": {
|
|
629
|
+
|
|
630
|
+
}
|
|
631
|
+
},
|
|
632
|
+
{
|
|
633
|
+
"name": "M del",
|
|
634
|
+
"settings": {
|
|
635
|
+
|
|
636
|
+
}
|
|
637
|
+
},
|
|
638
|
+
{
|
|
639
|
+
"name": "M underline",
|
|
640
|
+
"scope": "markup.underline",
|
|
641
|
+
"settings": {
|
|
642
|
+
"fontStyle": "underline"
|
|
643
|
+
}
|
|
644
|
+
},
|
|
645
|
+
{
|
|
646
|
+
"name": "M reference",
|
|
647
|
+
"scope": "meta.reference, markup.underline.link",
|
|
648
|
+
"settings": {
|
|
649
|
+
"fontStyle": "",
|
|
650
|
+
"foreground": "#5780A6"
|
|
651
|
+
}
|
|
652
|
+
},
|
|
653
|
+
{
|
|
654
|
+
"name": "M reference name",
|
|
655
|
+
"scope": "entity.name.reference",
|
|
656
|
+
"settings": {
|
|
657
|
+
"background": "#00438033",
|
|
658
|
+
"foreground": "#56A5A4"
|
|
659
|
+
}
|
|
660
|
+
},
|
|
661
|
+
{
|
|
662
|
+
"name": "M underline link",
|
|
663
|
+
"scope": "meta.reference.list markup.underline.link, text.html.textile markup.underline.link",
|
|
664
|
+
"settings": {
|
|
665
|
+
"fontStyle": "underline",
|
|
666
|
+
"foreground": "#56A5A4"
|
|
667
|
+
}
|
|
668
|
+
},
|
|
669
|
+
{
|
|
670
|
+
"name": "M raw block",
|
|
671
|
+
"scope": "markup.raw.block",
|
|
672
|
+
"settings": {
|
|
673
|
+
"background": "#000000",
|
|
674
|
+
"foreground": "#999999"
|
|
675
|
+
}
|
|
676
|
+
},
|
|
677
|
+
{
|
|
678
|
+
"name": "M quote block",
|
|
679
|
+
"scope": "markup.quote",
|
|
680
|
+
"settings": {
|
|
681
|
+
"background": "#FFFFFF1A"
|
|
682
|
+
}
|
|
683
|
+
},
|
|
684
|
+
{
|
|
685
|
+
"name": "\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014",
|
|
686
|
+
"settings": {
|
|
687
|
+
|
|
688
|
+
}
|
|
689
|
+
},
|
|
690
|
+
{
|
|
691
|
+
"name": "\u00a7 CSS",
|
|
692
|
+
"scope": "source.css",
|
|
693
|
+
"settings": {
|
|
694
|
+
|
|
695
|
+
}
|
|
696
|
+
},
|
|
697
|
+
{
|
|
698
|
+
"name": "\u00a7 Selector",
|
|
699
|
+
"scope": "meta.selector",
|
|
700
|
+
"settings": {
|
|
701
|
+
"background": "#00000080",
|
|
702
|
+
"foreground": "#666666"
|
|
703
|
+
}
|
|
704
|
+
},
|
|
705
|
+
{
|
|
706
|
+
"name": "\u00a7 Attribute-Match",
|
|
707
|
+
"scope": "meta.attribute-match.css",
|
|
708
|
+
"settings": {
|
|
709
|
+
"background": "#00048033",
|
|
710
|
+
"foreground": "#575AA6"
|
|
711
|
+
}
|
|
712
|
+
},
|
|
713
|
+
{
|
|
714
|
+
"name": "\u00a7 Pseudo-Class",
|
|
715
|
+
"scope": "entity.other.attribute-name.pseudo-class, entity.other.attribute-name.tag.pseudo-class",
|
|
716
|
+
"settings": {
|
|
717
|
+
"foreground": "#7C58A5"
|
|
718
|
+
}
|
|
719
|
+
},
|
|
720
|
+
{
|
|
721
|
+
"name": "\u00a7 Class",
|
|
722
|
+
"scope": "meta.selector entity.other.attribute-name.class",
|
|
723
|
+
"settings": {
|
|
724
|
+
"foreground": "#A459A5"
|
|
725
|
+
}
|
|
726
|
+
},
|
|
727
|
+
{
|
|
728
|
+
"name": "\u00a7 ID",
|
|
729
|
+
"scope": "meta.selector entity.other.attribute-name.id",
|
|
730
|
+
"settings": {
|
|
731
|
+
"foreground": "#A75980"
|
|
732
|
+
}
|
|
733
|
+
},
|
|
734
|
+
{
|
|
735
|
+
"name": "\u00a7 Tag",
|
|
736
|
+
"scope": "meta.selector entity.name.tag",
|
|
737
|
+
"settings": {
|
|
738
|
+
"fontStyle": "",
|
|
739
|
+
"foreground": "#A7595A"
|
|
740
|
+
}
|
|
741
|
+
},
|
|
742
|
+
{
|
|
743
|
+
"name": "\u00a7 Tag Wildcard",
|
|
744
|
+
"scope": "entity.name.tag.wildcard, entity.other.attribute-name.universal",
|
|
745
|
+
"settings": {
|
|
746
|
+
"fontStyle": "bold",
|
|
747
|
+
"foreground": "#A77D58"
|
|
748
|
+
}
|
|
749
|
+
},
|
|
750
|
+
{
|
|
751
|
+
"name": "\u00a7 meta.scope.property-list",
|
|
752
|
+
"scope": "meta.scope.property-list",
|
|
753
|
+
"settings": {
|
|
754
|
+
"fontStyle": "bold",
|
|
755
|
+
"foreground": "#333333"
|
|
756
|
+
}
|
|
757
|
+
},
|
|
758
|
+
{
|
|
759
|
+
"name": "\u00a7 meta.property-name",
|
|
760
|
+
"scope": "meta.property-name",
|
|
761
|
+
"settings": {
|
|
762
|
+
"fontStyle": "",
|
|
763
|
+
"foreground": "#999999"
|
|
764
|
+
}
|
|
765
|
+
},
|
|
766
|
+
{
|
|
767
|
+
"name": "\u00a7 support.type.property-name",
|
|
768
|
+
"scope": "support.type.property-name",
|
|
769
|
+
"settings": {
|
|
770
|
+
"background": "#000000",
|
|
771
|
+
"fontStyle": "",
|
|
772
|
+
"foreground": "#FFFFFF"
|
|
773
|
+
}
|
|
774
|
+
},
|
|
775
|
+
{
|
|
776
|
+
"name": "\u00a7 meta.property-value",
|
|
777
|
+
"scope": "meta.property-value",
|
|
778
|
+
"settings": {
|
|
779
|
+
"background": "#0D0D0D",
|
|
780
|
+
"fontStyle": "",
|
|
781
|
+
"foreground": "#999999"
|
|
782
|
+
}
|
|
783
|
+
},
|
|
784
|
+
{
|
|
785
|
+
"name": "\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014",
|
|
786
|
+
"settings": {
|
|
787
|
+
|
|
788
|
+
}
|
|
789
|
+
},
|
|
790
|
+
{
|
|
791
|
+
"name": "LaTeX",
|
|
792
|
+
"scope": "text.latex",
|
|
793
|
+
"settings": {
|
|
794
|
+
|
|
795
|
+
}
|
|
796
|
+
},
|
|
797
|
+
{
|
|
798
|
+
"name": "L Markup Raw",
|
|
799
|
+
"scope": "text.latex markup.raw",
|
|
800
|
+
"settings": {
|
|
801
|
+
"background": "#000000"
|
|
802
|
+
}
|
|
803
|
+
},
|
|
804
|
+
{
|
|
805
|
+
"name": "L support.function",
|
|
806
|
+
"scope": "text.latex support.function -support.function.textit -support.function.emph",
|
|
807
|
+
"settings": {
|
|
808
|
+
"foreground": "#BDABD1"
|
|
809
|
+
}
|
|
810
|
+
},
|
|
811
|
+
{
|
|
812
|
+
"name": "L support.function.section",
|
|
813
|
+
"scope": "text.latex support.function.section",
|
|
814
|
+
"settings": {
|
|
815
|
+
"foreground": "#FFFFFFBF"
|
|
816
|
+
}
|
|
817
|
+
},
|
|
818
|
+
{
|
|
819
|
+
"name": "L entity.name.section",
|
|
820
|
+
"scope": "text.latex entity.name.section -meta.group -keyword.operator.braces",
|
|
821
|
+
"settings": {
|
|
822
|
+
"background": "#FFFFFF",
|
|
823
|
+
"fontStyle": "",
|
|
824
|
+
"foreground": "#000000"
|
|
825
|
+
}
|
|
826
|
+
},
|
|
827
|
+
{
|
|
828
|
+
"name": "L constant.language.general",
|
|
829
|
+
"scope": "text.latex constant.language.general",
|
|
830
|
+
"settings": {
|
|
831
|
+
|
|
832
|
+
}
|
|
833
|
+
},
|
|
834
|
+
{
|
|
835
|
+
"name": "L keyword.operator.delimiter",
|
|
836
|
+
"scope": "text.latex keyword.operator.delimiter",
|
|
837
|
+
"settings": {
|
|
838
|
+
"background": "#00000080"
|
|
839
|
+
}
|
|
840
|
+
},
|
|
841
|
+
{
|
|
842
|
+
"name": "L keyword.operator.brackets",
|
|
843
|
+
"scope": "text.latex keyword.operator.brackets",
|
|
844
|
+
"settings": {
|
|
845
|
+
"foreground": "#999999"
|
|
846
|
+
}
|
|
847
|
+
},
|
|
848
|
+
{
|
|
849
|
+
"name": "L keyword.operator.braces",
|
|
850
|
+
"scope": "text.latex keyword.operator.braces",
|
|
851
|
+
"settings": {
|
|
852
|
+
"fontStyle": "",
|
|
853
|
+
"foreground": "#666666"
|
|
854
|
+
}
|
|
855
|
+
},
|
|
856
|
+
{
|
|
857
|
+
"name": "L meta.footnote",
|
|
858
|
+
"scope": "meta.footnote",
|
|
859
|
+
"settings": {
|
|
860
|
+
"background": "#00048033",
|
|
861
|
+
"foreground": "#0008FF4D"
|
|
862
|
+
}
|
|
863
|
+
},
|
|
864
|
+
{
|
|
865
|
+
"name": "L meta.label.reference",
|
|
866
|
+
"scope": "text.latex meta.label.reference",
|
|
867
|
+
"settings": {
|
|
868
|
+
"background": "#FFFFFF0D",
|
|
869
|
+
"fontStyle": ""
|
|
870
|
+
}
|
|
871
|
+
},
|
|
872
|
+
{
|
|
873
|
+
"name": "L keyword.control.ref",
|
|
874
|
+
"scope": "text.latex keyword.control.ref",
|
|
875
|
+
"settings": {
|
|
876
|
+
"background": "#180D0C",
|
|
877
|
+
"foreground": "#A7595A"
|
|
878
|
+
}
|
|
879
|
+
},
|
|
880
|
+
{
|
|
881
|
+
"name": "L variable.parameter.label.reference",
|
|
882
|
+
"scope": "text.latex variable.parameter.label.reference",
|
|
883
|
+
"settings": {
|
|
884
|
+
"background": "#291616",
|
|
885
|
+
"foreground": "#D2BEAB"
|
|
886
|
+
}
|
|
887
|
+
},
|
|
888
|
+
{
|
|
889
|
+
"name": "L keyword.control.cite",
|
|
890
|
+
"scope": "text.latex keyword.control.cite",
|
|
891
|
+
"settings": {
|
|
892
|
+
"background": "#180D12",
|
|
893
|
+
"foreground": "#A75980"
|
|
894
|
+
}
|
|
895
|
+
},
|
|
896
|
+
{
|
|
897
|
+
"name": "L variable.parameter.cite",
|
|
898
|
+
"scope": "variable.parameter.cite",
|
|
899
|
+
"settings": {
|
|
900
|
+
"background": "#29161F",
|
|
901
|
+
"foreground": "#E8D5DE"
|
|
902
|
+
}
|
|
903
|
+
},
|
|
904
|
+
{
|
|
905
|
+
"name": "L variable.parameter.label",
|
|
906
|
+
"scope": "text.latex variable.parameter.label",
|
|
907
|
+
"settings": {
|
|
908
|
+
"foreground": "#FFFFFF80"
|
|
909
|
+
}
|
|
910
|
+
},
|
|
911
|
+
{
|
|
912
|
+
"name": "L meta.group.braces",
|
|
913
|
+
"scope": "text.latex meta.group.braces",
|
|
914
|
+
"settings": {
|
|
915
|
+
"foreground": "#33333333"
|
|
916
|
+
}
|
|
917
|
+
},
|
|
918
|
+
{
|
|
919
|
+
"name": "L meta.environment.list",
|
|
920
|
+
"scope": "text.latex meta.environment.list",
|
|
921
|
+
"settings": {
|
|
922
|
+
"background": "#00000080",
|
|
923
|
+
"fontStyle": "",
|
|
924
|
+
"foreground": "#33333333"
|
|
925
|
+
}
|
|
926
|
+
},
|
|
927
|
+
{
|
|
928
|
+
"name": "L meta.environment.list 2",
|
|
929
|
+
"scope": "text.latex meta.environment.list meta.environment.list ",
|
|
930
|
+
"settings": {
|
|
931
|
+
"background": "#00000080",
|
|
932
|
+
"foreground": "#33333333"
|
|
933
|
+
}
|
|
934
|
+
},
|
|
935
|
+
{
|
|
936
|
+
"name": "L meta.environment.list 3",
|
|
937
|
+
"scope": "text.latex meta.environment.list meta.environment.list meta.environment.list ",
|
|
938
|
+
"settings": {
|
|
939
|
+
"background": "#000000",
|
|
940
|
+
"foreground": "#33333333"
|
|
941
|
+
}
|
|
942
|
+
},
|
|
943
|
+
{
|
|
944
|
+
"name": "L meta.environment.list 4",
|
|
945
|
+
"scope": "text.latex meta.environment.list meta.environment.list meta.environment.list meta.environment.list ",
|
|
946
|
+
"settings": {
|
|
947
|
+
"foreground": "#33333333"
|
|
948
|
+
}
|
|
949
|
+
},
|
|
950
|
+
{
|
|
951
|
+
"name": "L meta.environment.list 5",
|
|
952
|
+
"scope": "text.latex meta.environment.list meta.environment.list meta.environment.list meta.environment.list meta.environment.list ",
|
|
953
|
+
"settings": {
|
|
954
|
+
"foreground": "#33333333"
|
|
955
|
+
}
|
|
956
|
+
},
|
|
957
|
+
{
|
|
958
|
+
"name": "L meta.environment.list 6",
|
|
959
|
+
"scope": "text.latex meta.environment.list meta.environment.list meta.environment.list meta.environment.list meta.environment.list meta.environment.list ",
|
|
960
|
+
"settings": {
|
|
961
|
+
"foreground": "#33333333"
|
|
962
|
+
}
|
|
963
|
+
},
|
|
964
|
+
{
|
|
965
|
+
"name": "L meta.end-document",
|
|
966
|
+
"scope": "text.latex meta.end-document, text.latex meta.begin-document, meta.end-document.latex support.function, meta.end-document.latex variable.parameter, meta.begin-document.latex support.function, meta.begin-document.latex variable.parameter",
|
|
967
|
+
"settings": {
|
|
968
|
+
"background": "#CDCDCD",
|
|
969
|
+
"foreground": "#000000"
|
|
970
|
+
}
|
|
971
|
+
},
|
|
972
|
+
{
|
|
973
|
+
"name": "\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014",
|
|
974
|
+
"settings": {
|
|
975
|
+
|
|
976
|
+
}
|
|
977
|
+
},
|
|
978
|
+
{
|
|
979
|
+
"name": "meta.brace.erb.return-value",
|
|
980
|
+
"scope": "meta.brace.erb.return-value",
|
|
981
|
+
"settings": {
|
|
982
|
+
"background": "#45815D33",
|
|
983
|
+
"foreground": "#596B61"
|
|
984
|
+
}
|
|
985
|
+
},
|
|
986
|
+
{
|
|
987
|
+
"name": "source.ruby.rails.embedded.return-value.one-line",
|
|
988
|
+
"scope": "source.ruby.rails.embedded.return-value.one-line",
|
|
989
|
+
"settings": {
|
|
990
|
+
"background": "#66666633"
|
|
991
|
+
}
|
|
992
|
+
},
|
|
993
|
+
{
|
|
994
|
+
"name": "meta.brace.erb",
|
|
995
|
+
"scope": "punctuation.section.embedded -(source string source punctuation.section.embedded), meta.brace.erb.html",
|
|
996
|
+
"settings": {
|
|
997
|
+
"background": "#00FFF81A",
|
|
998
|
+
"foreground": "#56A5A4"
|
|
999
|
+
}
|
|
1000
|
+
},
|
|
1001
|
+
{
|
|
1002
|
+
"name": "source.ruby.rails.embedded.one-line",
|
|
1003
|
+
"scope": "source.ruby.rails.embedded.one-line",
|
|
1004
|
+
"settings": {
|
|
1005
|
+
"background": "#00FFF81A"
|
|
1006
|
+
}
|
|
1007
|
+
},
|
|
1008
|
+
{
|
|
1009
|
+
"name": "String Embedded Source",
|
|
1010
|
+
"scope": "source string source punctuation.section.embedded",
|
|
1011
|
+
"settings": {
|
|
1012
|
+
"foreground": "#555F69"
|
|
1013
|
+
}
|
|
1014
|
+
},
|
|
1015
|
+
{
|
|
1016
|
+
"name": "\u25ca Source",
|
|
1017
|
+
"scope": "source",
|
|
1018
|
+
"settings": {
|
|
1019
|
+
"background": "#000000",
|
|
1020
|
+
"fontStyle": ""
|
|
1021
|
+
}
|
|
1022
|
+
},
|
|
1023
|
+
{
|
|
1024
|
+
"name": "\u25ca meta.brace.erb",
|
|
1025
|
+
"scope": "meta.brace.erb",
|
|
1026
|
+
"settings": {
|
|
1027
|
+
"background": "#000000"
|
|
1028
|
+
}
|
|
1029
|
+
},
|
|
1030
|
+
{
|
|
1031
|
+
"name": "\u25ca Source String Source",
|
|
1032
|
+
"scope": "source string source",
|
|
1033
|
+
"settings": {
|
|
1034
|
+
"background": "#33333380",
|
|
1035
|
+
"foreground": "#FFFFFF"
|
|
1036
|
+
}
|
|
1037
|
+
},
|
|
1038
|
+
{
|
|
1039
|
+
"name": "\u25ca Source String Interpolated Source",
|
|
1040
|
+
"scope": "source string.interpolated source",
|
|
1041
|
+
"settings": {
|
|
1042
|
+
"background": "#00000099",
|
|
1043
|
+
"foreground": "#999999"
|
|
1044
|
+
}
|
|
1045
|
+
},
|
|
1046
|
+
{
|
|
1047
|
+
"name": "\u25ca Source Embeded Source",
|
|
1048
|
+
"scope": "source.java.embedded",
|
|
1049
|
+
"settings": {
|
|
1050
|
+
"background": "#3333331A"
|
|
1051
|
+
}
|
|
1052
|
+
},
|
|
1053
|
+
{
|
|
1054
|
+
"name": "\u25ca Text",
|
|
1055
|
+
"scope": "text -text.xml.strict",
|
|
1056
|
+
"settings": {
|
|
1057
|
+
"foreground": "#FFFFFF"
|
|
1058
|
+
}
|
|
1059
|
+
},
|
|
1060
|
+
{
|
|
1061
|
+
"name": "\u25ca Text Source",
|
|
1062
|
+
"scope": "text source, meta.scope.django.template",
|
|
1063
|
+
"settings": {
|
|
1064
|
+
"background": "#000000",
|
|
1065
|
+
"foreground": "#CCCCCC"
|
|
1066
|
+
}
|
|
1067
|
+
},
|
|
1068
|
+
{
|
|
1069
|
+
"name": "\u25ca Text Source Text String",
|
|
1070
|
+
"settings": {
|
|
1071
|
+
|
|
1072
|
+
}
|
|
1073
|
+
},
|
|
1074
|
+
{
|
|
1075
|
+
"name": "\u25ca Text String Source",
|
|
1076
|
+
"scope": "text string source",
|
|
1077
|
+
"settings": {
|
|
1078
|
+
"foreground": "#999999"
|
|
1079
|
+
}
|
|
1080
|
+
},
|
|
1081
|
+
{
|
|
1082
|
+
"name": "\u25ca Text Source String Source",
|
|
1083
|
+
"settings": {
|
|
1084
|
+
|
|
1085
|
+
}
|
|
1086
|
+
},
|
|
1087
|
+
{
|
|
1088
|
+
"name": "\u25ca Text String Source String Source",
|
|
1089
|
+
"scope": "text string source string source",
|
|
1090
|
+
"settings": {
|
|
1091
|
+
|
|
1092
|
+
}
|
|
1093
|
+
},
|
|
1094
|
+
{
|
|
1095
|
+
"name": "\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014",
|
|
1096
|
+
"settings": {
|
|
1097
|
+
|
|
1098
|
+
}
|
|
1099
|
+
},
|
|
1100
|
+
{
|
|
1101
|
+
"name": "Syntax",
|
|
1102
|
+
"scope": "meta.syntax",
|
|
1103
|
+
"settings": {
|
|
1104
|
+
"foreground": "#333333"
|
|
1105
|
+
}
|
|
1106
|
+
},
|
|
1107
|
+
{
|
|
1108
|
+
"name": "Invalid",
|
|
1109
|
+
"scope": "invalid",
|
|
1110
|
+
"settings": {
|
|
1111
|
+
"background": "#A7595A",
|
|
1112
|
+
"fontStyle": "bold",
|
|
1113
|
+
"foreground": "#211211"
|
|
1114
|
+
}
|
|
1115
|
+
},
|
|
1116
|
+
{
|
|
1117
|
+
"name": "Comment",
|
|
1118
|
+
"scope": "0comment",
|
|
1119
|
+
"settings": {
|
|
1120
|
+
"background": "#0000FF1A",
|
|
1121
|
+
"fontStyle": "italic",
|
|
1122
|
+
"foreground": "#8F8FC3"
|
|
1123
|
+
}
|
|
1124
|
+
},
|
|
1125
|
+
{
|
|
1126
|
+
"name": "Comment Punctuation",
|
|
1127
|
+
"scope": "comment punctuation",
|
|
1128
|
+
"settings": {
|
|
1129
|
+
"fontStyle": "bold",
|
|
1130
|
+
"foreground": "#0000FF1A"
|
|
1131
|
+
}
|
|
1132
|
+
},
|
|
1133
|
+
{
|
|
1134
|
+
"name": "comment",
|
|
1135
|
+
"scope": "comment",
|
|
1136
|
+
"settings": {
|
|
1137
|
+
"foreground": "#333333"
|
|
1138
|
+
}
|
|
1139
|
+
},
|
|
1140
|
+
{
|
|
1141
|
+
"name": "Comment Punctuation",
|
|
1142
|
+
"scope": "comment punctuation",
|
|
1143
|
+
"settings": {
|
|
1144
|
+
"background": "#8080800D",
|
|
1145
|
+
"fontStyle": "bold italic",
|
|
1146
|
+
"foreground": "#262626"
|
|
1147
|
+
}
|
|
1148
|
+
},
|
|
1149
|
+
{
|
|
1150
|
+
"name": "\u2718 HTML Comment",
|
|
1151
|
+
"scope": "text comment.block -source",
|
|
1152
|
+
"settings": {
|
|
1153
|
+
"fontStyle": "italic"
|
|
1154
|
+
}
|
|
1155
|
+
},
|
|
1156
|
+
{
|
|
1157
|
+
"name": "\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014",
|
|
1158
|
+
"settings": {
|
|
1159
|
+
|
|
1160
|
+
}
|
|
1161
|
+
},
|
|
1162
|
+
{
|
|
1163
|
+
"name": "D Diff Add",
|
|
1164
|
+
"scope": "markup.inserted",
|
|
1165
|
+
"settings": {
|
|
1166
|
+
"background": "#15281F",
|
|
1167
|
+
"foreground": "#81BB9E"
|
|
1168
|
+
}
|
|
1169
|
+
},
|
|
1170
|
+
{
|
|
1171
|
+
"name": "D Diff Delete",
|
|
1172
|
+
"scope": "markup.deleted",
|
|
1173
|
+
"settings": {
|
|
1174
|
+
"background": "#400021",
|
|
1175
|
+
"foreground": "#BC839F"
|
|
1176
|
+
}
|
|
1177
|
+
},
|
|
1178
|
+
{
|
|
1179
|
+
"name": "D Diff Changed",
|
|
1180
|
+
"scope": "markup.changed",
|
|
1181
|
+
"settings": {
|
|
1182
|
+
"background": "#533F2C",
|
|
1183
|
+
"foreground": "#C3C38F"
|
|
1184
|
+
}
|
|
1185
|
+
},
|
|
1186
|
+
{
|
|
1187
|
+
"name": "text.subversion-commit meta.scope.changed-files",
|
|
1188
|
+
"scope": "text.subversion-commit meta.scope.changed-files, text.subversion-commit meta.scope.changed-files.svn meta.diff.separator",
|
|
1189
|
+
"settings": {
|
|
1190
|
+
"background": "#000000",
|
|
1191
|
+
"foreground": "#FFFFFF"
|
|
1192
|
+
}
|
|
1193
|
+
},
|
|
1194
|
+
{
|
|
1195
|
+
"name": "text.subversion-commit",
|
|
1196
|
+
"scope": "text.subversion-commit",
|
|
1197
|
+
"settings": {
|
|
1198
|
+
"background": "#FFFFFF",
|
|
1199
|
+
"foreground": "#000000"
|
|
1200
|
+
}
|
|
1201
|
+
},
|
|
1202
|
+
{
|
|
1203
|
+
"name": "\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014",
|
|
1204
|
+
"settings": {
|
|
1205
|
+
|
|
1206
|
+
}
|
|
1207
|
+
},
|
|
1208
|
+
{
|
|
1209
|
+
"name": "meta.delimiter",
|
|
1210
|
+
"scope": "punctuation.terminator, meta.delimiter, punctuation.separator.method",
|
|
1211
|
+
"settings": {
|
|
1212
|
+
"background": "#FFFFFF03",
|
|
1213
|
+
"fontStyle": "bold",
|
|
1214
|
+
"foreground": "#FFFFFF"
|
|
1215
|
+
}
|
|
1216
|
+
},
|
|
1217
|
+
{
|
|
1218
|
+
"name": "meta.delimiter.statement.js",
|
|
1219
|
+
"scope": "punctuation.terminator.statement, meta.delimiter.statement.js",
|
|
1220
|
+
"settings": {
|
|
1221
|
+
"background": "#000000BF"
|
|
1222
|
+
}
|
|
1223
|
+
},
|
|
1224
|
+
{
|
|
1225
|
+
"name": "meta.delimiter.object.js",
|
|
1226
|
+
"scope": "meta.delimiter.object.js",
|
|
1227
|
+
"settings": {
|
|
1228
|
+
"background": "#00000040"
|
|
1229
|
+
}
|
|
1230
|
+
},
|
|
1231
|
+
{
|
|
1232
|
+
"name": "Bold String Quotes",
|
|
1233
|
+
"scope": "string.quoted.single.brace, string.quoted.double.brace",
|
|
1234
|
+
"settings": {
|
|
1235
|
+
"fontStyle": "bold",
|
|
1236
|
+
"foreground": "#533F2C"
|
|
1237
|
+
}
|
|
1238
|
+
},
|
|
1239
|
+
{
|
|
1240
|
+
"name": "\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014",
|
|
1241
|
+
"settings": {
|
|
1242
|
+
|
|
1243
|
+
}
|
|
1244
|
+
},
|
|
1245
|
+
{
|
|
1246
|
+
"name": "meta.headers.blog",
|
|
1247
|
+
"scope": "text.blog -(text.blog text)",
|
|
1248
|
+
"settings": {
|
|
1249
|
+
"background": "#FFFFFF"
|
|
1250
|
+
}
|
|
1251
|
+
},
|
|
1252
|
+
{
|
|
1253
|
+
"name": "meta.headers.blog",
|
|
1254
|
+
"scope": "meta.headers.blog",
|
|
1255
|
+
"settings": {
|
|
1256
|
+
"background": "#FFFFFF",
|
|
1257
|
+
"foreground": "#666666"
|
|
1258
|
+
}
|
|
1259
|
+
},
|
|
1260
|
+
{
|
|
1261
|
+
"name": "meta.headers.blog keyword.other.blog",
|
|
1262
|
+
"scope": "meta.headers.blog keyword.other.blog",
|
|
1263
|
+
"settings": {
|
|
1264
|
+
"background": "#00FFF81A",
|
|
1265
|
+
"fontStyle": "",
|
|
1266
|
+
"foreground": "#192B2A"
|
|
1267
|
+
}
|
|
1268
|
+
},
|
|
1269
|
+
{
|
|
1270
|
+
"name": "meta.headers.blog string.unquoted.blog",
|
|
1271
|
+
"scope": "meta.headers.blog string.unquoted.blog",
|
|
1272
|
+
"settings": {
|
|
1273
|
+
"background": "#FFFF551A",
|
|
1274
|
+
"foreground": "#533F2C"
|
|
1275
|
+
}
|
|
1276
|
+
},
|
|
1277
|
+
{
|
|
1278
|
+
"name": "\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014",
|
|
1279
|
+
"settings": {
|
|
1280
|
+
|
|
1281
|
+
}
|
|
1282
|
+
},
|
|
1283
|
+
{
|
|
1284
|
+
"name": "meta.brace.pipe",
|
|
1285
|
+
"scope": "meta.brace.pipe",
|
|
1286
|
+
"settings": {
|
|
1287
|
+
"background": "#33333333",
|
|
1288
|
+
"fontStyle": "",
|
|
1289
|
+
"foreground": "#4C4C4C"
|
|
1290
|
+
}
|
|
1291
|
+
},
|
|
1292
|
+
{
|
|
1293
|
+
"name": "Misc Punctuation",
|
|
1294
|
+
"scope": "meta.brace.erb, source.ruby.embedded.source.brace, punctuation.section.dictionary, punctuation.terminator.dictionary, punctuation.separator.object",
|
|
1295
|
+
"settings": {
|
|
1296
|
+
"fontStyle": "bold",
|
|
1297
|
+
"foreground": "#4C4C4C"
|
|
1298
|
+
}
|
|
1299
|
+
},
|
|
1300
|
+
{
|
|
1301
|
+
"name": "Curly Punctuation",
|
|
1302
|
+
"scope": "meta.group.braces.curly punctuation.section.scope, meta.brace.curly",
|
|
1303
|
+
"settings": {
|
|
1304
|
+
"fontStyle": "bold",
|
|
1305
|
+
"foreground": "#FFFFFF"
|
|
1306
|
+
}
|
|
1307
|
+
},
|
|
1308
|
+
{
|
|
1309
|
+
"name": "Object Punctuation",
|
|
1310
|
+
"scope": "punctuation.separator.objects, meta.group.braces.curly meta.delimiter.object.comma, punctuation.separator.key-value -meta.tag",
|
|
1311
|
+
"settings": {
|
|
1312
|
+
"fontStyle": "bold",
|
|
1313
|
+
"foreground": "#345743"
|
|
1314
|
+
}
|
|
1315
|
+
},
|
|
1316
|
+
{
|
|
1317
|
+
"name": "Array Punctuation",
|
|
1318
|
+
"scope": "meta.group.braces.square punctuation.section.scope, meta.group.braces.square meta.delimiter.object.comma, meta.brace.square, punctuation.separator.array, punctuation.section.array",
|
|
1319
|
+
"settings": {
|
|
1320
|
+
"background": "#803D001A",
|
|
1321
|
+
"fontStyle": "bold",
|
|
1322
|
+
"foreground": "#695F55"
|
|
1323
|
+
}
|
|
1324
|
+
},
|
|
1325
|
+
{
|
|
1326
|
+
"name": "meta.brace.curly meta.group",
|
|
1327
|
+
"scope": "meta.brace.curly meta.group",
|
|
1328
|
+
"settings": {
|
|
1329
|
+
"background": "#00000080",
|
|
1330
|
+
"fontStyle": "",
|
|
1331
|
+
"foreground": "#CDCDCD"
|
|
1332
|
+
}
|
|
1333
|
+
},
|
|
1334
|
+
{
|
|
1335
|
+
"name": "Function Punctuation",
|
|
1336
|
+
"scope": "meta.group.braces.round punctuation.section.scope, meta.group.braces.round meta.delimiter.object.comma, meta.brace.round",
|
|
1337
|
+
"settings": {
|
|
1338
|
+
"fontStyle": "bold",
|
|
1339
|
+
"foreground": "#532D40"
|
|
1340
|
+
}
|
|
1341
|
+
},
|
|
1342
|
+
{
|
|
1343
|
+
"name": "meta.brace.curly.function",
|
|
1344
|
+
"scope": "punctuation.section.function, meta.brace.curly.function, meta.function-call punctuation.section.scope.ruby",
|
|
1345
|
+
"settings": {
|
|
1346
|
+
"background": "#3C008033",
|
|
1347
|
+
"fontStyle": "",
|
|
1348
|
+
"foreground": "#ABACD2"
|
|
1349
|
+
}
|
|
1350
|
+
},
|
|
1351
|
+
{
|
|
1352
|
+
"name": "\u00ba meta.source.embedded",
|
|
1353
|
+
"scope": "meta.source.embedded, entity.other.django.tagbraces",
|
|
1354
|
+
"settings": {
|
|
1355
|
+
"background": "#00000080",
|
|
1356
|
+
"foreground": "#666666"
|
|
1357
|
+
}
|
|
1358
|
+
},
|
|
1359
|
+
{
|
|
1360
|
+
"name": "\u00ba meta.group.braces.round JS",
|
|
1361
|
+
"scope": "source.js meta.group.braces.round, meta.scope.heredoc",
|
|
1362
|
+
"settings": {
|
|
1363
|
+
|
|
1364
|
+
}
|
|
1365
|
+
},
|
|
1366
|
+
{
|
|
1367
|
+
"name": "\u00ba meta.group.braces 1",
|
|
1368
|
+
"scope": "meta.odd-tab.group1, meta.group.braces, meta.block.slate, text.xml.strict meta.tag, meta.tell-block meta.tell-block",
|
|
1369
|
+
"settings": {
|
|
1370
|
+
"background": "#0A0A0A"
|
|
1371
|
+
}
|
|
1372
|
+
},
|
|
1373
|
+
{
|
|
1374
|
+
"name": "\u00ba meta.group.braces 2",
|
|
1375
|
+
"scope": "meta.even-tab.group2, meta.group.braces meta.group.braces, meta.block.slate meta.block.slate, text.xml.strict meta.tag meta.tag, meta.group.braces meta.group.braces, meta.tell-block meta.tell-block",
|
|
1376
|
+
"settings": {
|
|
1377
|
+
"background": "#0E0E0E"
|
|
1378
|
+
}
|
|
1379
|
+
},
|
|
1380
|
+
{
|
|
1381
|
+
"name": "\u00ba meta.group.braces 3",
|
|
1382
|
+
"scope": "meta.odd-tab.group3, meta.group.braces meta.group.braces meta.group.braces , meta.block.slate meta.block.slate meta.block.slate , text.xml.strict meta.tag meta.tag meta.tag, meta.group.braces meta.group.braces meta.group.braces, meta.tell-block meta.tell-block meta.tell-block",
|
|
1383
|
+
"settings": {
|
|
1384
|
+
"background": "#111111"
|
|
1385
|
+
}
|
|
1386
|
+
},
|
|
1387
|
+
{
|
|
1388
|
+
"name": "\u00ba meta.group.braces 4",
|
|
1389
|
+
"scope": "meta.even-tab.group4, meta.group.braces meta.group.braces meta.group.braces meta.group.braces , meta.block.slate meta.block.slate meta.block.slate meta.block.slate , text.xml.strict meta.tag meta.tag meta.tag meta.tag, meta.group.braces meta.group.braces meta.group.braces meta.group.braces, meta.tell-block meta.tell-block meta.tell-block meta.tell-block",
|
|
1390
|
+
"settings": {
|
|
1391
|
+
"background": "#151515"
|
|
1392
|
+
}
|
|
1393
|
+
},
|
|
1394
|
+
{
|
|
1395
|
+
"name": "\u00ba meta.group.braces 5",
|
|
1396
|
+
"scope": "meta.odd-tab.group5, meta.group.braces meta.group.braces meta.group.braces meta.group.braces meta.group.braces , meta.block.slate meta.block.slate meta.block.slate meta.block.slate meta.block.slate , text.xml.strict meta.tag meta.tag meta.tag meta.tag meta.tag, meta.group.braces meta.group.braces meta.group.braces meta.group.braces meta.group.braces, meta.tell-block meta.tell-block meta.tell-block meta.tell-block meta.tell-block",
|
|
1397
|
+
"settings": {
|
|
1398
|
+
"background": "#191919"
|
|
1399
|
+
}
|
|
1400
|
+
},
|
|
1401
|
+
{
|
|
1402
|
+
"name": "\u00ba meta.group.braces 6",
|
|
1403
|
+
"scope": "meta.even-tab.group6, meta.group.braces meta.group.braces meta.group.braces meta.group.braces meta.group.braces meta.group.braces , meta.block.slate meta.block.slate meta.block.slate meta.block.slate meta.block.slate meta.block.slate , text.xml.strict meta.tag meta.tag meta.tag meta.tag meta.tag meta.tag, meta.group.braces meta.group.braces meta.group.braces meta.group.braces meta.group.braces meta.group.braces, meta.tell-block meta.tell-block meta.tell-block meta.tell-block meta.tell-block meta.tell-block",
|
|
1404
|
+
"settings": {
|
|
1405
|
+
"background": "#1C1C1C"
|
|
1406
|
+
}
|
|
1407
|
+
},
|
|
1408
|
+
{
|
|
1409
|
+
"name": "\u00ba meta.group.braces 7",
|
|
1410
|
+
"scope": "meta.odd-tab.group7, meta.group.braces meta.group.braces meta.group.braces meta.group.braces meta.group.braces meta.group.braces meta.group.braces , meta.block.slate meta.block.slate meta.block.slate meta.block.slate meta.block.slate meta.block.slate meta.block.slate , text.xml.strict meta.tag meta.tag meta.tag meta.tag meta.tag meta.tag meta.tag, meta.group.braces meta.group.braces meta.group.braces meta.group.braces meta.group.braces meta.group.braces meta.group.braces, meta.tell-block meta.tell-block meta.tell-block meta.tell-block meta.tell-block meta.tell-block meta.tell-block",
|
|
1411
|
+
"settings": {
|
|
1412
|
+
"background": "#1F1F1F"
|
|
1413
|
+
}
|
|
1414
|
+
},
|
|
1415
|
+
{
|
|
1416
|
+
"name": "\u00ba meta.group.braces 8",
|
|
1417
|
+
"scope": "meta.even-tab.group8, meta.group.braces meta.group.braces meta.group.braces meta.group.braces meta.group.braces meta.group.braces meta.group.braces meta.group.braces , meta.block.slate meta.block.slate meta.block.slate meta.block.slate meta.block.slate meta.block.slate meta.block.slate meta.block.slate , text.xml.strict meta.tag meta.tag meta.tag meta.tag meta.tag meta.tag meta.tag meta.tag, meta.group.braces meta.group.braces meta.group.braces meta.group.braces meta.group.braces meta.group.braces meta.group.braces meta.group.braces, meta.tell-block meta.tell-block meta.tell-block meta.tell-block meta.tell-block meta.tell-block meta.tell-block meta.tell-block",
|
|
1418
|
+
"settings": {
|
|
1419
|
+
"background": "#212121"
|
|
1420
|
+
}
|
|
1421
|
+
},
|
|
1422
|
+
{
|
|
1423
|
+
"name": "\u00ba meta.group.braces 9",
|
|
1424
|
+
"scope": "meta.odd-tab.group11, meta.odd-tab.group10, meta.odd-tab.group9, meta.group.braces meta.group.braces meta.group.braces meta.group.braces meta.group.braces meta.group.braces meta.group.braces meta.group.braces meta.group.braces , meta.block.slate meta.block.slate meta.block.slate meta.block.slate meta.block.slate meta.block.slate meta.block.slate meta.block.slate meta.block.slate , text.xml.strict meta.tag meta.tag meta.tag meta.tag meta.tag meta.tag meta.tag meta.tag meta.tag, meta.group.braces meta.group.braces meta.group.braces meta.group.braces meta.group.braces meta.group.braces meta.group.braces meta.group.braces meta.group.braces, meta.tell-block meta.tell-block meta.tell-block meta.tell-block meta.tell-block meta.tell-block meta.tell-block meta.tell-block meta.tell-block",
|
|
1425
|
+
"settings": {
|
|
1426
|
+
"background": "#242424"
|
|
1427
|
+
}
|
|
1428
|
+
},
|
|
1429
|
+
{
|
|
1430
|
+
"name": "\u00ba meta.block.slate ",
|
|
1431
|
+
"scope": "meta.block.slate",
|
|
1432
|
+
"settings": {
|
|
1433
|
+
"foreground": "#666666"
|
|
1434
|
+
}
|
|
1435
|
+
},
|
|
1436
|
+
{
|
|
1437
|
+
"name": "\u00ba meta.block.content.slate ",
|
|
1438
|
+
"scope": "meta.block.content.slate ",
|
|
1439
|
+
"settings": {
|
|
1440
|
+
"foreground": "#CDCDCD"
|
|
1441
|
+
}
|
|
1442
|
+
},
|
|
1443
|
+
{
|
|
1444
|
+
"name": "\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014",
|
|
1445
|
+
"settings": {
|
|
1446
|
+
|
|
1447
|
+
}
|
|
1448
|
+
}
|
|
1449
|
+
],
|
|
1450
|
+
"uuid": "4535004C-927A-401A-A6D5-1C9AC89E24C6"
|
|
1451
|
+
}
|