ultraviolet 0.10.0 → 0.10.1
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/History.txt +7 -0
- data/Manifest.txt +184 -188
- data/Rakefile +2 -2
- data/bin/theme2latexrender +9 -30
- data/bin/theme2xhtmlrender +17 -23
- data/lib/uv.rb +2 -2
- data/lib/uv/{html_processor.rb → render_processor.rb} +39 -13
- data/lib/uv/utility.rb +67 -0
- data/render/latex/active4d.render +7 -7
- data/render/latex/all_hallows_eve.render +6 -6
- data/render/latex/amy.render +7 -7
- data/render/latex/blackboard.render +5 -5
- data/render/latex/brilliance_black.render +171 -221
- data/render/latex/brilliance_dull.render +105 -105
- data/render/latex/cobalt.render +12 -12
- data/render/latex/dawn.render +8 -8
- data/render/latex/eiffel.render +4 -4
- data/render/latex/espresso_libre.render +5 -5
- data/render/latex/idle.render +2 -2
- data/render/latex/iplastic.render +5 -5
- data/render/latex/lazy.render +2 -2
- data/render/latex/mac_classic.render +7 -7
- data/render/latex/magicwb_amiga.render +8 -8
- data/render/latex/pastels_on_dark.render +5 -5
- data/render/latex/slush_poppies.render +1 -1
- data/render/latex/spacecadet.render +3 -3
- data/render/latex/sunburst.render +14 -14
- data/render/latex/twilight.render +9 -9
- data/render/latex/zenburnesque.render +2 -2
- data/render/xhtml/amy.render +1 -1
- data/render/xhtml/brilliance_black.render +74 -124
- data/render/xhtml/brilliance_dull.render +6 -6
- data/render/xhtml/files/css/active4d.css +1 -1
- data/render/xhtml/files/css/all_hallows_eve.css +1 -1
- data/render/xhtml/files/css/amy.css +6 -3
- data/render/xhtml/files/css/blackboard.css +3 -3
- data/render/xhtml/files/css/brilliance_black.css +193 -220
- data/render/xhtml/files/css/brilliance_dull.css +110 -90
- data/render/xhtml/files/css/cobalt.css +3 -3
- data/render/xhtml/files/css/dawn.css +6 -6
- data/render/xhtml/files/css/eiffel.css +1 -1
- data/render/xhtml/files/css/espresso_libre.css +2 -2
- data/render/xhtml/files/css/iplastic.css +3 -3
- data/render/xhtml/files/css/mac_classic.css +3 -3
- data/render/xhtml/files/css/magicwb_amiga.css +6 -3
- data/render/xhtml/files/css/pastels_on_dark.css +2 -2
- data/render/xhtml/files/css/spacecadet.css +1 -1
- data/render/xhtml/files/css/sunburst.css +7 -7
- data/render/xhtml/files/css/twilight.css +5 -5
- data/render/xhtml/files/css/zenburnesque.css +5 -2
- data/render/xhtml/mac_classic.render +1 -1
- data/render/xhtml/magicwb_amiga.render +1 -1
- data/render/xhtml/zenburnesque.render +1 -1
- data/syntax/antlr.syntax +49 -26
- data/syntax/apache.syntax +17 -2
- data/syntax/c.syntax +2 -2
- data/syntax/cm.syntax +32 -0
- data/syntax/coldfusion.syntax +4 -3
- data/syntax/css.syntax +8 -3
- data/syntax/d.syntax +4 -0
- data/syntax/groovy.syntax +10 -8
- data/syntax/gtd.syntax +22 -0
- data/syntax/haml.syntax +2 -2
- data/syntax/html.syntax +4 -4
- data/syntax/ini.syntax +5 -4
- data/syntax/javascript.syntax +2 -1
- data/syntax/languagedefinition.syntax +50 -39
- data/syntax/macports_portfile.syntax +21 -1
- data/syntax/makefile.syntax +1 -0
- data/syntax/objective-c.syntax +37 -30
- data/syntax/pascal.syntax +1 -1
- data/syntax/perl.syntax +40 -0
- data/syntax/php.syntax +672 -379
- data/syntax/pmwiki.syntax +113 -0
- data/syntax/property_list.syntax +4 -14
- data/syntax/python.syntax +17 -14
- data/syntax/release_notes.syntax +12 -3
- data/syntax/ruby_experimental.syntax +8 -8
- data/syntax/standard_ml.syntax +79 -3
- data/syntax/twiki.syntax +2 -2
- data/syntax/txt2tags.syntax +18 -18
- data/syntax/xml.syntax +1 -0
- data/syntax/yaml.syntax +2 -2
- metadata +193 -194
- data/syntax/buggy/nemerle.yaml +0 -74
- data/syntax/gtd2_text.syntax +0 -31
- data/syntax/old/YAML.yaml +0 -160
- data/syntax/old/txt2tags.yaml +0 -139
@@ -1,63 +1,63 @@
|
|
1
1
|
---
|
2
|
-
name: Brilliance Black
|
2
|
+
name: "Brilliance Black \xE3\x8A\xB7"
|
3
3
|
line:
|
4
4
|
begin: ""
|
5
5
|
end: "}}\\\\"
|
6
6
|
tags:
|
7
|
-
- begin: \colorbox[HTML]{FFFFFF}{\color[HTML]{000000}\textbf{
|
7
|
+
- begin: \setlength{\fboxsep}{0ex}\colorbox[HTML]{FFFFFF}{\rule[-0.5ex]{0pt}{2.0ex}\color[HTML]{000000}\textbf{
|
8
8
|
end: "}}"
|
9
9
|
selector: meta.thomas_aylott
|
10
|
-
- begin: \colorbox[HTML]{FFFFFF}{\color[HTML]{555555}\underline{
|
10
|
+
- begin: \setlength{\fboxsep}{0ex}\colorbox[HTML]{FFFFFF}{\rule[-0.5ex]{0pt}{2.0ex}\color[HTML]{555555}\underline{
|
11
11
|
end: "}}"
|
12
12
|
selector: meta.subtlegradient
|
13
|
-
- begin: \colorbox[HTML]{FFFFFF}{\color[HTML]{E6E6E6}
|
13
|
+
- begin: \setlength{\fboxsep}{0ex}\colorbox[HTML]{FFFFFF}{\rule[-0.5ex]{0pt}{2.0ex}\color[HTML]{E6E6E6}
|
14
14
|
end: "}"
|
15
15
|
selector: meta.subtlegradient
|
16
|
-
- begin: \colorbox[HTML]{
|
16
|
+
- begin: \setlength{\fboxsep}{0ex}\colorbox[HTML]{482302}{\rule[-0.5ex]{0pt}{2.0ex}\color[HTML]{FFFC80}
|
17
17
|
end: "}"
|
18
|
-
selector: 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
|
18
|
+
selector: 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
|
19
19
|
- begin: "{\\color[HTML]{803D00}"
|
20
20
|
end: "}"
|
21
21
|
selector: punctuation.definition.string -meta.tag
|
22
|
-
- begin: "{\\color[HTML]{
|
22
|
+
- begin: "{\\color[HTML]{F5EF28}"
|
23
23
|
end: "}"
|
24
24
|
selector: string.regexp punctuation.definition.string, string.quoted.literal punctuation.definition.string, string.quoted.double.ruby.mod punctuation.definition.string
|
25
|
-
- begin: \colorbox[HTML]{
|
25
|
+
- begin: \setlength{\fboxsep}{0ex}\colorbox[HTML]{274802}{\rule[-0.5ex]{0pt}{2.0ex}\color[HTML]{FFF800}
|
26
26
|
end: "}"
|
27
27
|
selector: string.quoted.literal, string.quoted.double.ruby.mod
|
28
28
|
- begin: "{\\color[HTML]{FFBC80}"
|
29
29
|
end: "}"
|
30
30
|
selector: string.unquoted -string.unquoted.embedded, string.quoted.double.multiline, meta.scope.heredoc
|
31
|
-
- begin: \colorbox[HTML]{1A1A1A}{\color[HTML]{FFFC80}
|
31
|
+
- begin: \setlength{\fboxsep}{0ex}\colorbox[HTML]{1A1A1A}{\rule[-0.5ex]{0pt}{2.0ex}\color[HTML]{FFFC80}
|
32
32
|
end: "}"
|
33
33
|
selector: string.interpolated
|
34
|
-
- begin: \colorbox[HTML]{
|
34
|
+
- begin: \setlength{\fboxsep}{0ex}\colorbox[HTML]{274802}{\rule[-0.5ex]{0pt}{2.0ex}\color[HTML]{FFF800}
|
35
35
|
end: "}"
|
36
36
|
selector: string.regexp
|
37
|
-
- begin: \colorbox[HTML]{
|
37
|
+
- begin: \setlength{\fboxsep}{0ex}\colorbox[HTML]{274802}{\rule[-0.5ex]{0pt}{2.0ex}
|
38
38
|
end: "}"
|
39
39
|
selector: string.regexp.group
|
40
|
-
- begin: \colorbox[HTML]{
|
40
|
+
- begin: \setlength{\fboxsep}{0ex}\colorbox[HTML]{274802}{\rule[-0.5ex]{0pt}{2.0ex}\color[HTML]{EBEBEB}
|
41
41
|
end: "}"
|
42
42
|
selector: "string.regexp.group string.regexp.group "
|
43
|
-
- begin: \colorbox[HTML]{
|
43
|
+
- begin: \setlength{\fboxsep}{0ex}\colorbox[HTML]{274802}{\rule[-0.5ex]{0pt}{2.0ex}\color[HTML]{EBEBEB}
|
44
44
|
end: "}"
|
45
45
|
selector: "string.regexp.group string.regexp.group string.regexp.group "
|
46
|
-
- begin: \colorbox[HTML]{
|
46
|
+
- begin: \setlength{\fboxsep}{0ex}\colorbox[HTML]{274802}{\rule[-0.5ex]{0pt}{2.0ex}\color[HTML]{EBEBEB}
|
47
47
|
end: "}"
|
48
48
|
selector: "string.regexp.group string.regexp.group string.regexp.group string.regexp.group "
|
49
|
-
- begin: \colorbox[HTML]{
|
49
|
+
- begin: \setlength{\fboxsep}{0ex}\colorbox[HTML]{274802}{\rule[-0.5ex]{0pt}{2.0ex}\color[HTML]{86FF00}
|
50
50
|
end: "}"
|
51
51
|
selector: string.regexp.character-class
|
52
|
-
- begin: \colorbox[HTML]{
|
52
|
+
- begin: \setlength{\fboxsep}{0ex}\colorbox[HTML]{274802}{\rule[-0.5ex]{0pt}{2.0ex}\color[HTML]{00FFF8}
|
53
53
|
end: "}"
|
54
54
|
selector: string.regexp.arbitrary-repitition
|
55
|
-
- begin: \colorbox[HTML]{
|
55
|
+
- begin: \setlength{\fboxsep}{0ex}\colorbox[HTML]{024B8E}{\rule[-0.5ex]{0pt}{2.0ex}
|
56
56
|
end: "}"
|
57
57
|
selector: "meta.group.assertion.regexp "
|
58
58
|
- begin: "{\\color[HTML]{0086FF}"
|
59
59
|
end: "}"
|
60
|
-
selector: meta.assertion, meta.group.assertion keyword.control.group.regexp
|
60
|
+
selector: meta.assertion, meta.group.assertion keyword.control.group.regexp
|
61
61
|
- begin: "{\\color[HTML]{C6FF00}"
|
62
62
|
end: "}"
|
63
63
|
selector: constant.numeric
|
@@ -67,7 +67,7 @@ tags:
|
|
67
67
|
- begin: "{\\color[HTML]{07FF00}"
|
68
68
|
end: "}"
|
69
69
|
selector: constant.language, keyword.other.unit, constant.other.java, constant.other.unit
|
70
|
-
- begin: \colorbox[HTML]{
|
70
|
+
- begin: \setlength{\fboxsep}{0ex}\colorbox[HTML]{044802}{\rule[-0.5ex]{0pt}{2.0ex}\color[HTML]{07FF00}
|
71
71
|
end: "}"
|
72
72
|
selector: constant.language.pseudo-variable
|
73
73
|
- begin: "{\\color[HTML]{00FF79}"
|
@@ -76,22 +76,22 @@ tags:
|
|
76
76
|
- begin: "{\\color[HTML]{00FFF8}"
|
77
77
|
end: "}"
|
78
78
|
selector: support.constant, constant.name
|
79
|
-
- begin: \colorbox[HTML]{
|
79
|
+
- begin: \setlength{\fboxsep}{0ex}\colorbox[HTML]{024846}{\rule[-0.5ex]{0pt}{2.0ex}\color[HTML]{00FF79}
|
80
80
|
end: "}"
|
81
81
|
selector: variable.other.readwrite.global.pre-defined
|
82
82
|
- begin: "{\\color[HTML]{00FFF8}"
|
83
83
|
end: "}"
|
84
84
|
selector: variable.other.constant
|
85
|
-
- begin: \colorbox[HTML]{
|
85
|
+
- begin: \setlength{\fboxsep}{0ex}\colorbox[HTML]{024846}{\rule[-0.5ex]{0pt}{2.0ex}\color[HTML]{00FFF8}
|
86
86
|
end: "}"
|
87
87
|
selector: support.variable
|
88
|
-
- begin: \colorbox[HTML]{
|
88
|
+
- begin: \setlength{\fboxsep}{0ex}\colorbox[HTML]{022748}{\rule[-0.5ex]{0pt}{2.0ex}\color[HTML]{00807C}
|
89
89
|
end: "}"
|
90
90
|
selector: variable.other.readwrite.global
|
91
|
-
- begin: "{\\color[HTML]{
|
91
|
+
- begin: "{\\color[HTML]{0086FF}"
|
92
92
|
end: "}"
|
93
|
-
selector: variable.language, variable.other, variable.js
|
94
|
-
- begin: \colorbox[HTML]{
|
93
|
+
selector: variable.language, variable.other, variable.js
|
94
|
+
- begin: \setlength{\fboxsep}{0ex}\colorbox[HTML]{02068E}{\rule[-0.5ex]{0pt}{2.0ex}\color[HTML]{0086FF}
|
95
95
|
end: "}"
|
96
96
|
selector: variable.other.readwrite.class
|
97
97
|
- begin: "{\\color[HTML]{406180}"
|
@@ -100,13 +100,13 @@ tags:
|
|
100
100
|
- begin: "{\\color[HTML]{406180}"
|
101
101
|
end: "}"
|
102
102
|
selector: variable.other.php, variable.other.normal
|
103
|
-
- begin: "{\\color[HTML]{
|
103
|
+
- begin: "{\\color[HTML]{666666}"
|
104
104
|
end: "}"
|
105
|
-
selector: punctuation.definition
|
106
|
-
- begin: "{\\color[HTML]{
|
105
|
+
selector: punctuation.definition
|
106
|
+
- begin: "{\\color[HTML]{FF7900}"
|
107
107
|
end: "}"
|
108
108
|
selector: storage -storage.modifier
|
109
|
-
- begin: \colorbox[HTML]{
|
109
|
+
- begin: \setlength{\fboxsep}{0ex}\colorbox[HTML]{482302}{\rule[-0.5ex]{0pt}{2.0ex}
|
110
110
|
end: "}"
|
111
111
|
selector: other.preprocessor, entity.name.preprocessor
|
112
112
|
- begin: "{\\color[HTML]{666666}"
|
@@ -115,142 +115,115 @@ tags:
|
|
115
115
|
- begin: "{\\color[HTML]{803D00}"
|
116
116
|
end: "}"
|
117
117
|
selector: storage.modifier
|
118
|
-
- begin: "{\\color[HTML]{
|
118
|
+
- begin: "{\\color[HTML]{FF0007}"
|
119
119
|
end: "}"
|
120
120
|
selector: entity.name.class, entity.name.type.class
|
121
|
-
- begin: \colorbox[HTML]{
|
121
|
+
- begin: \setlength{\fboxsep}{0ex}\colorbox[HTML]{8E0206}{\rule[-0.5ex]{0pt}{2.0ex}\color[HTML]{800004}
|
122
122
|
end: "}"
|
123
123
|
selector: meta.class -meta.class.instance, declaration.class, meta.definition.class, declaration.module
|
124
|
-
- begin: \colorbox[HTML]{
|
124
|
+
- begin: \setlength{\fboxsep}{0ex}\colorbox[HTML]{480204}{\rule[-0.5ex]{0pt}{2.0ex}\color[HTML]{FF0007}
|
125
125
|
end: "}"
|
126
126
|
selector: support.type, support.class
|
127
|
-
- begin: "{\\color[HTML]{
|
127
|
+
- begin: "{\\color[HTML]{FF0007}"
|
128
128
|
end: "}"
|
129
|
-
selector: entity.name.instance
|
130
|
-
- begin: \colorbox[HTML]{
|
129
|
+
selector: entity.name.instance
|
130
|
+
- begin: \setlength{\fboxsep}{0ex}\colorbox[HTML]{480227}{\rule[-0.5ex]{0pt}{2.0ex}
|
131
131
|
end: "}"
|
132
132
|
selector: meta.class.instance.constructor
|
133
|
-
- begin: \colorbox[HTML]{
|
133
|
+
- begin: \setlength{\fboxsep}{0ex}\colorbox[HTML]{480204}{\rule[-0.5ex]{0pt}{2.0ex}\color[HTML]{FF0086}
|
134
134
|
end: "}"
|
135
135
|
selector: entity.other.inherited-class, entity.name.module
|
136
136
|
- begin: "{\\color[HTML]{FF0086}"
|
137
137
|
end: "}"
|
138
|
-
selector: meta.definition.method
|
139
|
-
- begin: \colorbox[HTML]{
|
138
|
+
selector: object.property.function, meta.definition.method
|
139
|
+
- begin: \setlength{\fboxsep}{0ex}\colorbox[HTML]{480227}{\rule[-0.5ex]{0pt}{2.0ex}\color[HTML]{800043}
|
140
140
|
end: "}"
|
141
141
|
selector: meta.function, meta.property.function, declaration.function
|
142
142
|
- begin: "{\\color[HTML]{FF0086}"
|
143
143
|
end: "}"
|
144
144
|
selector: entity.name.function, entity.name.preprocessor
|
145
|
-
- begin: "{\\color[HTML]{9799FF}"
|
146
|
-
end: "}"
|
147
|
-
selector: variable.parameter.function
|
148
|
-
- begin: "{\\color[HTML]{9799FF}"
|
149
|
-
end: "}"
|
150
|
-
selector: variable.parameter -variable.parameter.misc.css, meta.definition.method meta.definition.param-list, meta.function.method.with-arguments variable.parameter.function
|
151
|
-
- begin: "{\\color[HTML]{800004}"
|
152
|
-
end: "}"
|
153
|
-
selector: punctuation.definition.parameters, variable.parameter.function punctuation.separator.object
|
154
|
-
- begin: "{\\color[HTML]{782EC1}"
|
155
|
-
end: "}"
|
156
|
-
selector: keyword.other.special-method, meta.function-call entity.name.function, support.function - variable
|
157
|
-
- begin: "{\\color[HTML]{9D3EFF}"
|
158
|
-
end: "}"
|
159
|
-
selector: meta.function-call support.function - variable
|
160
|
-
- begin: \colorbox[HTML]{1D16E1}{\color[HTML]{603F80}
|
161
|
-
end: "}"
|
162
|
-
selector: support.function
|
163
|
-
- begin: "{\\color[HTML]{BC80FF}"
|
164
|
-
end: "}"
|
165
|
-
selector: punctuation.section.function, meta.brace.curly.function, meta.function-call punctuation.section.scope.ruby, meta.function-call punctuation.separator.object
|
166
|
-
- begin: "{\\color[HTML]{BC80FF}\\textbf{"
|
167
|
-
end: "}}"
|
168
|
-
selector: meta.group.braces.round punctuation.section.scope, meta.group.braces.round meta.delimiter.object.comma, meta.brace.round
|
169
|
-
- begin: "{\\color[HTML]{A88FC0}"
|
170
|
-
end: "}"
|
171
|
-
selector: meta.function-call.method.without-arguments, meta.function-call.method.without-arguments entity.name.function
|
172
145
|
- begin: "{\\color[HTML]{F800FF}"
|
173
|
-
end: "}"
|
174
|
-
selector: keyword.control
|
175
|
-
- begin: "{"
|
176
146
|
end: "}"
|
177
147
|
selector: keyword
|
178
|
-
- begin:
|
148
|
+
- begin: \setlength{\fboxsep}{0ex}\colorbox[HTML]{230248}{\rule[-0.5ex]{0pt}{2.0ex}\color[HTML]{F800FF}
|
179
149
|
end: "}"
|
180
|
-
selector: keyword.
|
150
|
+
selector: keyword.control
|
181
151
|
- begin: "{"
|
182
152
|
end: "}"
|
183
|
-
selector:
|
184
|
-
- begin: "{\\color[HTML]{
|
153
|
+
selector: keyword.control.ruby.start-block
|
154
|
+
- begin: "{\\color[HTML]{6100CC}"
|
155
|
+
end: "}"
|
156
|
+
selector: support.function - variable
|
157
|
+
- begin: "{\\color[HTML]{6100CC}"
|
185
158
|
end: "}"
|
186
159
|
selector: keyword.operator, declaration.function.operator, meta.preprocessor.c.include
|
187
|
-
- begin:
|
160
|
+
- begin: "{\\color[HTML]{8C60BF}"
|
188
161
|
end: "}"
|
189
|
-
selector: keyword.
|
190
|
-
- begin: "{\\color[HTML]{
|
162
|
+
selector: keyword.other.special-method, meta.function-call entity.name.function
|
163
|
+
- begin: "{\\color[HTML]{8083FF}"
|
191
164
|
end: "}"
|
192
|
-
selector: keyword.operator.
|
193
|
-
- begin:
|
165
|
+
selector: keyword.operator.getter
|
166
|
+
- begin: "{"
|
194
167
|
end: "}"
|
195
|
-
selector: keyword.operator.
|
196
|
-
- begin:
|
168
|
+
selector: keyword.operator.setter
|
169
|
+
- begin: \setlength{\fboxsep}{0ex}\colorbox[HTML]{230248}{\rule[-0.5ex]{0pt}{2.0ex}\color[HTML]{8083FF}
|
197
170
|
end: "}"
|
198
|
-
selector:
|
199
|
-
- begin: "{\\color[HTML]{
|
171
|
+
selector: variable.parameter -variable.parameter.misc.css, meta.definition.method meta.definition.param-list, meta.function.method.with-arguments variable.parameter.function
|
172
|
+
- begin: "{\\color[HTML]{FF0086}"
|
200
173
|
end: "}"
|
201
|
-
selector:
|
202
|
-
- begin: \colorbox[HTML]{333333}{\color[HTML]{
|
174
|
+
selector: source.regexp keyword.operator
|
175
|
+
- begin: \setlength{\fboxsep}{0ex}\colorbox[HTML]{333333}{\rule[-0.5ex]{0pt}{2.0ex}\color[HTML]{CDCDCD}
|
203
176
|
end: "}"
|
204
177
|
selector: meta.doctype, meta.tag.sgml-declaration.doctype, meta.tag.sgml.doctype
|
205
178
|
- begin: "{\\color[HTML]{333333}"
|
206
179
|
end: "}"
|
207
180
|
selector: meta.tag
|
208
|
-
- begin: \colorbox[HTML]{
|
181
|
+
- begin: \setlength{\fboxsep}{0ex}\colorbox[HTML]{2A2A2A}{\rule[-0.5ex]{0pt}{2.0ex}\color[HTML]{666666}
|
209
182
|
end: "}"
|
210
183
|
selector: meta.tag.structure, meta.tag.segment
|
211
|
-
- begin: \colorbox[HTML]{
|
184
|
+
- begin: \setlength{\fboxsep}{0ex}\colorbox[HTML]{2C2C2C}{\rule[-0.5ex]{0pt}{2.0ex}\color[HTML]{4C4C4C}
|
212
185
|
end: "}"
|
213
186
|
selector: meta.tag.block, meta.tag.xml, meta.tag.key
|
214
|
-
- begin: \colorbox[HTML]{
|
187
|
+
- begin: \setlength{\fboxsep}{0ex}\colorbox[HTML]{482302}{\rule[-0.5ex]{0pt}{2.0ex}\color[HTML]{FF7900}
|
215
188
|
end: "}"
|
216
189
|
selector: meta.tag.inline
|
217
|
-
- begin: \colorbox[HTML]{
|
190
|
+
- begin: \setlength{\fboxsep}{0ex}\colorbox[HTML]{482302}{\rule[-0.5ex]{0pt}{2.0ex}
|
218
191
|
end: "}"
|
219
192
|
selector: meta.tag.inline source
|
220
|
-
- begin: \colorbox[HTML]{
|
193
|
+
- begin: \setlength{\fboxsep}{0ex}\colorbox[HTML]{480204}{\rule[-0.5ex]{0pt}{2.0ex}\color[HTML]{FF0007}
|
221
194
|
end: "}"
|
222
|
-
selector: meta.tag.other, entity.name.tag.style, entity.name
|
223
|
-
- begin: \colorbox[HTML]{
|
195
|
+
selector: meta.tag.other, entity.name.tag.style, source entity.other.attribute-name -text.html.basic.embedded , entity.name.tag.script, meta.tag.block.script
|
196
|
+
- begin: \setlength{\fboxsep}{0ex}\colorbox[HTML]{022748}{\rule[-0.5ex]{0pt}{2.0ex}\color[HTML]{0086FF}
|
224
197
|
end: "}"
|
225
198
|
selector: meta.tag.form, meta.tag.block.form
|
226
|
-
- begin: \colorbox[HTML]{
|
199
|
+
- begin: \setlength{\fboxsep}{0ex}\colorbox[HTML]{230248}{\rule[-0.5ex]{0pt}{2.0ex}\color[HTML]{F800FF}
|
227
200
|
end: "}"
|
228
201
|
selector: meta.tag.meta
|
229
|
-
- begin: \colorbox[HTML]{121212}{
|
202
|
+
- begin: \setlength{\fboxsep}{0ex}\colorbox[HTML]{121212}{\rule[-0.5ex]{0pt}{2.0ex}
|
230
203
|
end: "}"
|
231
204
|
selector: meta.section.html.head
|
232
|
-
- begin: \colorbox[HTML]{
|
205
|
+
- begin: \setlength{\fboxsep}{0ex}\colorbox[HTML]{031C34}{\rule[-0.5ex]{0pt}{2.0ex}
|
233
206
|
end: "}"
|
234
207
|
selector: meta.section.html.form
|
235
208
|
- begin: "{\\color[HTML]{666666}"
|
236
209
|
end: "}"
|
237
210
|
selector: meta.tag.xml
|
238
|
-
- begin: "{\\color[HTML]{
|
211
|
+
- begin: "{\\color[HTML]{EFEFEF}"
|
239
212
|
end: "}"
|
240
213
|
selector: entity.name.tag
|
241
|
-
- begin: "{\\color[HTML]{
|
214
|
+
- begin: "{\\color[HTML]{F5F5F5}"
|
242
215
|
end: "}"
|
243
216
|
selector: entity.other.attribute-name, meta.tag punctuation.definition.string
|
244
|
-
- begin: "{\\color[HTML]{
|
217
|
+
- begin: "{\\color[HTML]{EBEBEB}"
|
245
218
|
end: "}"
|
246
219
|
selector: meta.tag string -source -punctuation, text source text meta.tag string -punctuation
|
247
|
-
- begin: \colorbox[HTML]{
|
220
|
+
- begin: \setlength{\fboxsep}{0ex}\colorbox[HTML]{1E1E1E}{\rule[-0.5ex]{0pt}{2.0ex}\color[HTML]{FFF800}
|
248
221
|
end: "}"
|
249
222
|
selector: markup markup -(markup meta.paragraph.list)
|
250
|
-
- begin: \colorbox[HTML]{FFFFFF}{\color[HTML]{000000}
|
223
|
+
- begin: \setlength{\fboxsep}{0ex}\colorbox[HTML]{FFFFFF}{\rule[-0.5ex]{0pt}{2.0ex}\color[HTML]{000000}
|
251
224
|
end: "}"
|
252
225
|
selector: markup.hr
|
253
|
-
- begin: \colorbox[HTML]{
|
226
|
+
- begin: \setlength{\fboxsep}{0ex}\colorbox[HTML]{272727}{\rule[-0.5ex]{0pt}{2.0ex}\color[HTML]{666666}
|
254
227
|
end: "}"
|
255
228
|
selector: markup.heading
|
256
229
|
- begin: "{\\textbf{"
|
@@ -265,25 +238,25 @@ tags:
|
|
265
238
|
- begin: "{\\color[HTML]{0086FF}"
|
266
239
|
end: "}"
|
267
240
|
selector: meta.reference, markup.underline.link
|
268
|
-
- begin: \colorbox[HTML]{
|
241
|
+
- begin: \setlength{\fboxsep}{0ex}\colorbox[HTML]{022748}{\rule[-0.5ex]{0pt}{2.0ex}\color[HTML]{00FFF8}
|
269
242
|
end: "}"
|
270
243
|
selector: entity.name.reference
|
271
244
|
- begin: "{\\color[HTML]{00FFF8}\\underline{"
|
272
245
|
end: "}}"
|
273
246
|
selector: meta.reference.list markup.underline.link, text.html.textile markup.underline.link
|
274
|
-
- begin: \colorbox[HTML]{000000}{\color[HTML]{999999}
|
247
|
+
- begin: \setlength{\fboxsep}{0ex}\colorbox[HTML]{000000}{\rule[-0.5ex]{0pt}{2.0ex}\color[HTML]{999999}
|
275
248
|
end: "}"
|
276
249
|
selector: markup.raw.block
|
277
|
-
- begin: \colorbox[HTML]{
|
250
|
+
- begin: \setlength{\fboxsep}{0ex}\colorbox[HTML]{656565}{\rule[-0.5ex]{0pt}{2.0ex}
|
278
251
|
end: "}"
|
279
252
|
selector: markup.quote
|
280
253
|
- begin: "{"
|
281
254
|
end: "}"
|
282
255
|
selector: source.css
|
283
|
-
- begin: \colorbox[HTML]{
|
256
|
+
- begin: \setlength{\fboxsep}{0ex}\colorbox[HTML]{010101}{\rule[-0.5ex]{0pt}{2.0ex}\color[HTML]{666666}
|
284
257
|
end: "}"
|
285
258
|
selector: meta.selector
|
286
|
-
- begin: \colorbox[HTML]{
|
259
|
+
- begin: \setlength{\fboxsep}{0ex}\colorbox[HTML]{020448}{\rule[-0.5ex]{0pt}{2.0ex}\color[HTML]{0007FF}
|
287
260
|
end: "}"
|
288
261
|
selector: meta.attribute-match.css
|
289
262
|
- begin: "{\\color[HTML]{7900FF}"
|
@@ -307,31 +280,31 @@ tags:
|
|
307
280
|
- begin: "{\\color[HTML]{999999}"
|
308
281
|
end: "}"
|
309
282
|
selector: meta.property-name
|
310
|
-
- begin: \colorbox[HTML]{000000}{\color[HTML]{FFFFFF}
|
283
|
+
- begin: \setlength{\fboxsep}{0ex}\colorbox[HTML]{000000}{\rule[-0.5ex]{0pt}{2.0ex}\color[HTML]{FFFFFF}
|
311
284
|
end: "}"
|
312
285
|
selector: support.type.property-name
|
313
|
-
- begin: \colorbox[HTML]{0D0D0D}{\color[HTML]{999999}
|
286
|
+
- begin: \setlength{\fboxsep}{0ex}\colorbox[HTML]{0D0D0D}{\rule[-0.5ex]{0pt}{2.0ex}\color[HTML]{999999}
|
314
287
|
end: "}"
|
315
288
|
selector: meta.property-value
|
316
289
|
- begin: "{"
|
317
290
|
end: "}"
|
318
291
|
selector: text.latex
|
319
|
-
- begin: \colorbox[HTML]{000000}{
|
292
|
+
- begin: \setlength{\fboxsep}{0ex}\colorbox[HTML]{000000}{\rule[-0.5ex]{0pt}{2.0ex}
|
320
293
|
end: "}"
|
321
294
|
selector: text.latex markup.raw
|
322
295
|
- begin: "{\\color[HTML]{BC80FF}"
|
323
296
|
end: "}"
|
324
297
|
selector: text.latex support.function -support.function.textit -support.function.emph
|
325
|
-
- begin: "{\\color[HTML]{
|
298
|
+
- begin: "{\\color[HTML]{D9D9D9}"
|
326
299
|
end: "}"
|
327
300
|
selector: text.latex support.function.section
|
328
|
-
- begin: \colorbox[HTML]{FFFFFF}{\color[HTML]{000000}
|
301
|
+
- begin: \setlength{\fboxsep}{0ex}\colorbox[HTML]{FFFFFF}{\rule[-0.5ex]{0pt}{2.0ex}\color[HTML]{000000}
|
329
302
|
end: "}"
|
330
303
|
selector: text.latex entity.name.section -meta.group -keyword.operator.braces
|
331
304
|
- begin: "{"
|
332
305
|
end: "}"
|
333
306
|
selector: text.latex constant.language.general
|
334
|
-
- begin: \colorbox[HTML]{
|
307
|
+
- begin: \setlength{\fboxsep}{0ex}\colorbox[HTML]{010101}{\rule[-0.5ex]{0pt}{2.0ex}
|
335
308
|
end: "}"
|
336
309
|
selector: text.latex keyword.operator.delimiter
|
337
310
|
- begin: "{\\color[HTML]{999999}"
|
@@ -340,91 +313,85 @@ tags:
|
|
340
313
|
- begin: "{\\color[HTML]{666666}"
|
341
314
|
end: "}"
|
342
315
|
selector: text.latex keyword.operator.braces
|
343
|
-
- begin: \colorbox[HTML]{
|
316
|
+
- begin: \setlength{\fboxsep}{0ex}\colorbox[HTML]{020448}{\rule[-0.5ex]{0pt}{2.0ex}\color[HTML]{3D43EF}
|
344
317
|
end: "}"
|
345
318
|
selector: meta.footnote
|
346
|
-
- begin: \colorbox[HTML]{
|
319
|
+
- begin: \setlength{\fboxsep}{0ex}\colorbox[HTML]{404040}{\rule[-0.5ex]{0pt}{2.0ex}
|
347
320
|
end: "}"
|
348
321
|
selector: text.latex meta.label.reference
|
349
|
-
- begin: \colorbox[HTML]{260001}{\color[HTML]{FF0007}
|
322
|
+
- begin: \setlength{\fboxsep}{0ex}\colorbox[HTML]{260001}{\rule[-0.5ex]{0pt}{2.0ex}\color[HTML]{FF0007}
|
350
323
|
end: "}"
|
351
324
|
selector: text.latex keyword.control.ref
|
352
|
-
- begin: \colorbox[HTML]{400002}{\color[HTML]{FFBC80}
|
325
|
+
- begin: \setlength{\fboxsep}{0ex}\colorbox[HTML]{400002}{\rule[-0.5ex]{0pt}{2.0ex}\color[HTML]{FFBC80}
|
353
326
|
end: "}"
|
354
327
|
selector: text.latex variable.parameter.label.reference
|
355
|
-
- begin: \colorbox[HTML]{260014}{\color[HTML]{FF0086}
|
328
|
+
- begin: \setlength{\fboxsep}{0ex}\colorbox[HTML]{260014}{\rule[-0.5ex]{0pt}{2.0ex}\color[HTML]{FF0086}
|
356
329
|
end: "}"
|
357
330
|
selector: text.latex keyword.control.cite
|
358
|
-
- begin: \colorbox[HTML]{400022}{\color[HTML]{FFBFE1}
|
331
|
+
- begin: \setlength{\fboxsep}{0ex}\colorbox[HTML]{400022}{\rule[-0.5ex]{0pt}{2.0ex}\color[HTML]{FFBFE1}
|
359
332
|
end: "}"
|
360
333
|
selector: variable.parameter.cite
|
361
|
-
- begin: "{\\color[HTML]{
|
334
|
+
- begin: "{\\color[HTML]{E6E6E6}"
|
362
335
|
end: "}"
|
363
336
|
selector: text.latex variable.parameter.label
|
364
|
-
- begin: "{\\color[HTML]{
|
365
|
-
end: "}"
|
366
|
-
selector: meta.function markup
|
367
|
-
- begin: "{\\color[HTML]{1414D2}"
|
337
|
+
- begin: "{\\color[HTML]{515151}"
|
368
338
|
end: "}"
|
369
339
|
selector: text.latex meta.group.braces
|
370
|
-
- begin: \colorbox[HTML]{
|
340
|
+
- begin: \setlength{\fboxsep}{0ex}\colorbox[HTML]{010101}{\rule[-0.5ex]{0pt}{2.0ex}\color[HTML]{515151}
|
371
341
|
end: "}"
|
372
342
|
selector: text.latex meta.environment.list
|
373
|
-
- begin: \colorbox[HTML]{
|
343
|
+
- begin: \setlength{\fboxsep}{0ex}\colorbox[HTML]{010101}{\rule[-0.5ex]{0pt}{2.0ex}\color[HTML]{515151}
|
374
344
|
end: "}"
|
375
345
|
selector: "text.latex meta.environment.list meta.environment.list "
|
376
|
-
- begin: \colorbox[HTML]{000000}{\color[HTML]{
|
346
|
+
- begin: \setlength{\fboxsep}{0ex}\colorbox[HTML]{000000}{\rule[-0.5ex]{0pt}{2.0ex}\color[HTML]{515151}
|
377
347
|
end: "}"
|
378
348
|
selector: "text.latex meta.environment.list meta.environment.list meta.environment.list "
|
379
|
-
- begin: "{\\color[HTML]{
|
349
|
+
- begin: "{\\color[HTML]{515151}"
|
380
350
|
end: "}"
|
381
351
|
selector: "text.latex meta.environment.list meta.environment.list meta.environment.list meta.environment.list "
|
382
|
-
- begin: "{\\color[HTML]{
|
352
|
+
- begin: "{\\color[HTML]{515151}"
|
383
353
|
end: "}"
|
384
354
|
selector: "text.latex meta.environment.list meta.environment.list meta.environment.list meta.environment.list meta.environment.list "
|
385
|
-
- begin: "{\\color[HTML]{
|
355
|
+
- begin: "{\\color[HTML]{515151}"
|
386
356
|
end: "}"
|
387
357
|
selector: "text.latex meta.environment.list meta.environment.list meta.environment.list meta.environment.list meta.environment.list meta.environment.list "
|
388
|
-
- begin: \colorbox[HTML]{
|
358
|
+
- begin: \setlength{\fboxsep}{0ex}\colorbox[HTML]{CDCDCD}{\rule[-0.5ex]{0pt}{2.0ex}\color[HTML]{000000}
|
389
359
|
end: "}"
|
390
360
|
selector: 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
|
391
|
-
- begin: \colorbox[HTML]{
|
361
|
+
- begin: \setlength{\fboxsep}{0ex}\colorbox[HTML]{284935}{\rule[-0.5ex]{0pt}{2.0ex}\color[HTML]{45815D}
|
392
362
|
end: "}"
|
393
363
|
selector: meta.brace.erb.return-value
|
394
|
-
- begin: \colorbox[HTML]{
|
364
|
+
- begin: \setlength{\fboxsep}{0ex}\colorbox[HTML]{3A3A3A}{\rule[-0.5ex]{0pt}{2.0ex}
|
395
365
|
end: "}"
|
396
366
|
selector: source.ruby.rails.embedded.return-value.one-line
|
397
|
-
- begin: \colorbox[HTML]{
|
367
|
+
- begin: \setlength{\fboxsep}{0ex}\colorbox[HTML]{036562}{\rule[-0.5ex]{0pt}{2.0ex}\color[HTML]{00FFF8}
|
398
368
|
end: "}"
|
399
369
|
selector: punctuation.section.embedded -(source string source punctuation.section.embedded), meta.brace.erb.html
|
400
|
-
- begin: \colorbox[HTML]{
|
370
|
+
- begin: \setlength{\fboxsep}{0ex}\colorbox[HTML]{036562}{\rule[-0.5ex]{0pt}{2.0ex}
|
401
371
|
end: "}"
|
402
372
|
selector: source.ruby.rails.embedded.one-line
|
403
373
|
- begin: "{\\color[HTML]{406180}"
|
404
374
|
end: "}"
|
405
375
|
selector: source string source punctuation.section.embedded
|
406
|
-
- begin: \colorbox[HTML]{
|
407
|
-
end: "}"
|
408
|
-
selector: source.js.embedded
|
409
|
-
- begin: \colorbox[HTML]{000000}{
|
376
|
+
- begin: \setlength{\fboxsep}{0ex}\colorbox[HTML]{000000}{\rule[-0.5ex]{0pt}{2.0ex}
|
410
377
|
end: "}"
|
411
378
|
selector: source
|
412
|
-
- begin: \colorbox[HTML]{000000}{
|
379
|
+
- begin: \setlength{\fboxsep}{0ex}\colorbox[HTML]{000000}{\rule[-0.5ex]{0pt}{2.0ex}
|
413
380
|
end: "}"
|
414
381
|
selector: meta.brace.erb
|
415
|
-
- begin: \colorbox[HTML]{
|
382
|
+
- begin: \setlength{\fboxsep}{0ex}\colorbox[HTML]{272727}{\rule[-0.5ex]{0pt}{2.0ex}\color[HTML]{FFFFFF}
|
416
383
|
end: "}"
|
417
384
|
selector: source string source
|
418
|
-
- begin: \colorbox[HTML]{
|
385
|
+
- begin: \setlength{\fboxsep}{0ex}\colorbox[HTML]{010101}{\rule[-0.5ex]{0pt}{2.0ex}\color[HTML]{999999}
|
419
386
|
end: "}"
|
420
387
|
selector: source string.interpolated source
|
421
|
-
- begin: \colorbox[HTML]{
|
388
|
+
- begin: \setlength{\fboxsep}{0ex}\colorbox[HTML]{161616}{\rule[-0.5ex]{0pt}{2.0ex}
|
422
389
|
end: "}"
|
423
390
|
selector: source.java.embedded
|
424
391
|
- begin: "{\\color[HTML]{FFFFFF}"
|
425
392
|
end: "}"
|
426
393
|
selector: text -text.xml.strict
|
427
|
-
- begin: \colorbox[HTML]{000000}{\color[HTML]{CCCCCC}
|
394
|
+
- begin: \setlength{\fboxsep}{0ex}\colorbox[HTML]{000000}{\rule[-0.5ex]{0pt}{2.0ex}\color[HTML]{CCCCCC}
|
428
395
|
end: "}"
|
429
396
|
selector: text source, meta.scope.django.template
|
430
397
|
- begin: "{\\color[HTML]{999999}"
|
@@ -433,150 +400,133 @@ tags:
|
|
433
400
|
- begin: "{"
|
434
401
|
end: "}"
|
435
402
|
selector: text string source string source
|
436
|
-
- begin: \colorbox[HTML]{FF0007}{\color[HTML]{330004}\textbf{
|
437
|
-
end: "}}"
|
438
|
-
selector: invalid
|
439
403
|
- begin: "{\\color[HTML]{333333}"
|
440
404
|
end: "}"
|
441
405
|
selector: meta.syntax
|
442
|
-
- begin: \colorbox[HTML]{
|
443
|
-
end: "}"
|
444
|
-
selector: comment -comment.line
|
445
|
-
- begin: "{\\color[HTML]{4C4C4C}\\textit{"
|
406
|
+
- begin: \setlength{\fboxsep}{0ex}\colorbox[HTML]{FF0007}{\rule[-0.5ex]{0pt}{2.0ex}\color[HTML]{330000}\textbf{
|
446
407
|
end: "}}"
|
447
|
-
selector:
|
448
|
-
- begin:
|
408
|
+
selector: invalid
|
409
|
+
- begin: \setlength{\fboxsep}{0ex}\colorbox[HTML]{030365}{\rule[-0.5ex]{0pt}{2.0ex}\color[HTML]{5555FF}\textit{
|
410
|
+
end: "}}"
|
411
|
+
selector: 0comment
|
412
|
+
- begin: "{\\color[HTML]{1414F9}\\textbf{"
|
413
|
+
end: "}}"
|
414
|
+
selector: comment punctuation
|
415
|
+
- begin: "{\\color[HTML]{333333}"
|
416
|
+
end: "}"
|
417
|
+
selector: comment
|
418
|
+
- begin: "{\\color[HTML]{333333}"
|
449
419
|
end: "}"
|
450
420
|
selector: comment punctuation
|
451
421
|
- begin: "{\\textit{"
|
452
422
|
end: "}}"
|
453
423
|
selector: text comment.block -source
|
454
|
-
- begin: \colorbox[HTML]{00401E}{\color[HTML]{40FF9A}
|
424
|
+
- begin: \setlength{\fboxsep}{0ex}\colorbox[HTML]{00401E}{\rule[-0.5ex]{0pt}{2.0ex}\color[HTML]{40FF9A}
|
455
425
|
end: "}"
|
456
426
|
selector: markup.inserted
|
457
|
-
- begin: \colorbox[HTML]{
|
427
|
+
- begin: \setlength{\fboxsep}{0ex}\colorbox[HTML]{400021}{\rule[-0.5ex]{0pt}{2.0ex}\color[HTML]{FF40A3}
|
458
428
|
end: "}"
|
459
429
|
selector: markup.deleted
|
460
|
-
- begin: \colorbox[HTML]{803D00}{\color[HTML]{FFFF55}
|
430
|
+
- begin: \setlength{\fboxsep}{0ex}\colorbox[HTML]{803D00}{\rule[-0.5ex]{0pt}{2.0ex}\color[HTML]{FFFF55}
|
461
431
|
end: "}"
|
462
432
|
selector: markup.changed
|
463
|
-
- begin: \colorbox[HTML]{000000}{\color[HTML]{FFFFFF}
|
433
|
+
- begin: \setlength{\fboxsep}{0ex}\colorbox[HTML]{000000}{\rule[-0.5ex]{0pt}{2.0ex}\color[HTML]{FFFFFF}
|
464
434
|
end: "}"
|
465
435
|
selector: text.subversion-commit meta.scope.changed-files, text.subversion-commit meta.scope.changed-files.svn meta.diff.separator
|
466
|
-
- begin: \colorbox[HTML]{FFFFFF}{\color[HTML]{000000}
|
436
|
+
- begin: \setlength{\fboxsep}{0ex}\colorbox[HTML]{FFFFFF}{\rule[-0.5ex]{0pt}{2.0ex}\color[HTML]{000000}
|
467
437
|
end: "}"
|
468
438
|
selector: text.subversion-commit
|
469
|
-
- begin: \colorbox[HTML]{
|
439
|
+
- begin: \setlength{\fboxsep}{0ex}\colorbox[HTML]{151515}{\rule[-0.5ex]{0pt}{2.0ex}\color[HTML]{FFFFFF}\textbf{
|
470
440
|
end: "}}"
|
471
441
|
selector: punctuation.terminator, meta.delimiter, punctuation.separator.method
|
472
|
-
- begin: \colorbox[HTML]{
|
442
|
+
- begin: \setlength{\fboxsep}{0ex}\colorbox[HTML]{000000}{\rule[-0.5ex]{0pt}{2.0ex}
|
473
443
|
end: "}"
|
474
444
|
selector: punctuation.terminator.statement, meta.delimiter.statement.js
|
475
|
-
- begin: \colorbox[HTML]{
|
445
|
+
- begin: \setlength{\fboxsep}{0ex}\colorbox[HTML]{010101}{\rule[-0.5ex]{0pt}{2.0ex}
|
476
446
|
end: "}"
|
477
447
|
selector: meta.delimiter.object.js
|
478
448
|
- begin: "{\\color[HTML]{803D00}\\textbf{"
|
479
449
|
end: "}}"
|
480
450
|
selector: string.quoted.single.brace, string.quoted.double.brace
|
481
|
-
- begin: \colorbox[HTML]{
|
482
|
-
end: "}"
|
483
|
-
selector: text.blog, text.mail
|
484
|
-
- begin: \colorbox[HTML]{000000}{\color[HTML]{CCCCCC}
|
451
|
+
- begin: \setlength{\fboxsep}{0ex}\colorbox[HTML]{FFFFFF}{\rule[-0.5ex]{0pt}{2.0ex}
|
485
452
|
end: "}"
|
486
|
-
selector: text.blog text
|
487
|
-
- begin: \colorbox[HTML]{
|
453
|
+
selector: text.blog -(text.blog text)
|
454
|
+
- begin: \setlength{\fboxsep}{0ex}\colorbox[HTML]{FFFFFF}{\rule[-0.5ex]{0pt}{2.0ex}\color[HTML]{666666}
|
488
455
|
end: "}"
|
489
|
-
selector: meta.
|
490
|
-
- begin: \colorbox[HTML]{
|
456
|
+
selector: meta.headers.blog
|
457
|
+
- begin: \setlength{\fboxsep}{0ex}\colorbox[HTML]{036562}{\rule[-0.5ex]{0pt}{2.0ex}\color[HTML]{06403E}
|
491
458
|
end: "}"
|
492
|
-
selector: meta.
|
493
|
-
- begin:
|
459
|
+
selector: meta.headers.blog keyword.other.blog
|
460
|
+
- begin: \setlength{\fboxsep}{0ex}\colorbox[HTML]{656523}{\rule[-0.5ex]{0pt}{2.0ex}\color[HTML]{803D00}
|
494
461
|
end: "}"
|
495
|
-
selector:
|
496
|
-
- begin: \colorbox[HTML]{
|
497
|
-
end: "}"
|
498
|
-
selector: source.ocaml support.other.module
|
499
|
-
- begin: "{\\color[HTML]{00FFF8}"
|
500
|
-
end: "}"
|
501
|
-
selector: entity.name.type.variant
|
502
|
-
- begin: "{\\color[HTML]{00FF79}"
|
503
|
-
end: "}"
|
504
|
-
selector: source.ocaml entity.name.tag, source.ocaml meta.record.definition
|
505
|
-
- begin: \colorbox[HTML]{1414D2}{\color[HTML]{4C4C4C}
|
462
|
+
selector: meta.headers.blog string.unquoted.blog
|
463
|
+
- begin: \setlength{\fboxsep}{0ex}\colorbox[HTML]{1E1E1E}{\rule[-0.5ex]{0pt}{2.0ex}\color[HTML]{4C4C4C}
|
506
464
|
end: "}"
|
507
465
|
selector: meta.brace.pipe
|
508
|
-
- begin: "{\\color[HTML]{
|
466
|
+
- begin: "{\\color[HTML]{4C4C4C}\\textbf{"
|
509
467
|
end: "}}"
|
510
|
-
selector: meta.brace.erb, source.ruby.embedded.source.brace, punctuation.section.dictionary, punctuation.terminator.dictionary, punctuation.separator.object
|
468
|
+
selector: meta.brace.erb, source.ruby.embedded.source.brace, punctuation.section.dictionary, punctuation.terminator.dictionary, punctuation.separator.object
|
511
469
|
- begin: "{\\color[HTML]{FFFFFF}\\textbf{"
|
512
470
|
end: "}}"
|
513
471
|
selector: meta.group.braces.curly punctuation.section.scope, meta.brace.curly
|
514
472
|
- begin: "{\\color[HTML]{0C823B}\\textbf{"
|
515
473
|
end: "}}"
|
516
|
-
selector: punctuation.separator.objects, meta.group.braces.curly meta.delimiter.object.comma, punctuation.separator.key-value -meta.tag
|
517
|
-
- begin:
|
518
|
-
end: "}"
|
519
|
-
selector: punctuation.definition.function, punctuation.separator.function-return, punctuation.separator.function-definition
|
520
|
-
- begin: \colorbox[HTML]{1811E0}{\color[HTML]{7F5E40}\textbf{
|
474
|
+
selector: punctuation.separator.objects, meta.group.braces.curly meta.delimiter.object.comma, punctuation.separator.key-value -meta.tag
|
475
|
+
- begin: \setlength{\fboxsep}{0ex}\colorbox[HTML]{341A03}{\rule[-0.5ex]{0pt}{2.0ex}\color[HTML]{7F5E40}\textbf{
|
521
476
|
end: "}}"
|
522
477
|
selector: meta.group.braces.square punctuation.section.scope, meta.group.braces.square meta.delimiter.object.comma, meta.brace.square, punctuation.separator.array, punctuation.section.array
|
523
|
-
- begin: \colorbox[HTML]{
|
478
|
+
- begin: \setlength{\fboxsep}{0ex}\colorbox[HTML]{010101}{\rule[-0.5ex]{0pt}{2.0ex}\color[HTML]{CDCDCD}
|
524
479
|
end: "}"
|
525
480
|
selector: meta.brace.curly meta.group
|
526
|
-
- begin:
|
481
|
+
- begin: "{\\color[HTML]{800043}\\textbf{"
|
482
|
+
end: "}}"
|
483
|
+
selector: meta.group.braces.round punctuation.section.scope, meta.group.braces.round meta.delimiter.object.comma, meta.brace.round
|
484
|
+
- begin: \setlength{\fboxsep}{0ex}\colorbox[HTML]{230248}{\rule[-0.5ex]{0pt}{2.0ex}\color[HTML]{8083FF}
|
485
|
+
end: "}"
|
486
|
+
selector: punctuation.section.function, meta.brace.curly.function, meta.function-call punctuation.section.scope.ruby
|
487
|
+
- begin: \setlength{\fboxsep}{0ex}\colorbox[HTML]{010101}{\rule[-0.5ex]{0pt}{2.0ex}\color[HTML]{666666}
|
527
488
|
end: "}"
|
528
489
|
selector: meta.source.embedded, entity.other.django.tagbraces
|
529
490
|
- begin: "{"
|
530
491
|
end: "}"
|
531
492
|
selector: source.js meta.group.braces.round, meta.scope.heredoc
|
532
|
-
- begin: \colorbox[HTML]{0A0A0A}{
|
533
|
-
end: "}"
|
534
|
-
selector: meta.odd-tab.group1, meta.group.braces, meta.block.slate, text.xml.strict meta.tag, meta.paren-group, meta.section
|
535
|
-
- begin: \colorbox[HTML]{0E0E0E}{
|
536
|
-
end: "}"
|
537
|
-
selector: 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.paren-group meta.paren-group, meta.section meta.section
|
538
|
-
- begin: \colorbox[HTML]{111111}{
|
493
|
+
- begin: \setlength{\fboxsep}{0ex}\colorbox[HTML]{0A0A0A}{\rule[-0.5ex]{0pt}{2.0ex}
|
539
494
|
end: "}"
|
540
|
-
selector: meta.odd-tab.
|
541
|
-
- begin: \colorbox[HTML]{
|
495
|
+
selector: meta.odd-tab.group1, meta.group.braces, meta.block.slate, text.xml.strict meta.tag
|
496
|
+
- begin: \setlength{\fboxsep}{0ex}\colorbox[HTML]{0E0E0E}{\rule[-0.5ex]{0pt}{2.0ex}
|
542
497
|
end: "}"
|
543
|
-
selector: meta.even-tab.
|
544
|
-
- begin: \colorbox[HTML]{
|
498
|
+
selector: 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
|
499
|
+
- begin: \setlength{\fboxsep}{0ex}\colorbox[HTML]{111111}{\rule[-0.5ex]{0pt}{2.0ex}
|
545
500
|
end: "}"
|
546
|
-
selector: meta.odd-tab.
|
547
|
-
- begin: \colorbox[HTML]{
|
501
|
+
selector: 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
|
502
|
+
- begin: \setlength{\fboxsep}{0ex}\colorbox[HTML]{151515}{\rule[-0.5ex]{0pt}{2.0ex}
|
548
503
|
end: "}"
|
549
|
-
selector: meta.even-tab.
|
550
|
-
- begin: \colorbox[HTML]{
|
504
|
+
selector: 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
|
505
|
+
- begin: \setlength{\fboxsep}{0ex}\colorbox[HTML]{191919}{\rule[-0.5ex]{0pt}{2.0ex}
|
551
506
|
end: "}"
|
552
|
-
selector: meta.odd-tab.
|
553
|
-
- begin: \colorbox[HTML]{
|
507
|
+
selector: 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
|
508
|
+
- begin: \setlength{\fboxsep}{0ex}\colorbox[HTML]{1C1C1C}{\rule[-0.5ex]{0pt}{2.0ex}
|
554
509
|
end: "}"
|
555
|
-
selector: meta.even-tab.
|
556
|
-
- begin: \colorbox[HTML]{
|
510
|
+
selector: 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
|
511
|
+
- begin: \setlength{\fboxsep}{0ex}\colorbox[HTML]{1F1F1F}{\rule[-0.5ex]{0pt}{2.0ex}
|
557
512
|
end: "}"
|
558
|
-
selector: meta.odd-tab.
|
559
|
-
- begin: \colorbox[HTML]{
|
513
|
+
selector: 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
|
514
|
+
- begin: \setlength{\fboxsep}{0ex}\colorbox[HTML]{212121}{\rule[-0.5ex]{0pt}{2.0ex}
|
560
515
|
end: "}"
|
561
|
-
selector: meta.even-tab.
|
562
|
-
- begin: \colorbox[HTML]{
|
516
|
+
selector: 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
|
517
|
+
- begin: \setlength{\fboxsep}{0ex}\colorbox[HTML]{242424}{\rule[-0.5ex]{0pt}{2.0ex}
|
563
518
|
end: "}"
|
564
|
-
selector: meta.odd-tab.group11
|
565
|
-
- begin: \colorbox[HTML]{06067D}{
|
566
|
-
end: "}"
|
567
|
-
selector: |
|
568
|
-
source.ruby meta.even-tab, source.ruby meta.even-tab.group2, source.ruby meta.even-tab.group4, source.ruby meta.even-tab.group6, source.ruby meta.even-tab.group8, source.ruby meta.even-tab.group10, source.ruby meta.even-tab.group12
|
569
|
-
|
519
|
+
selector: 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
|
570
520
|
- begin: "{\\color[HTML]{666666}"
|
571
521
|
end: "}"
|
572
522
|
selector: meta.block.slate
|
573
|
-
- begin: "{\\color[HTML]{
|
523
|
+
- begin: "{\\color[HTML]{CDCDCD}"
|
574
524
|
end: "}"
|
575
525
|
selector: "meta.block.content.slate "
|
576
526
|
listing:
|
577
527
|
begin: |
|
578
|
-
\newcolumntype{C}{>{\color[HTML]{
|
579
|
-
\newcolumntype{N}{>{\color[HTML]{
|
528
|
+
\newcolumntype{C}{>{\color[HTML]{CDCDCD}\columncolor[HTML]{050505}}l}
|
529
|
+
\newcolumntype{N}{>{\color[HTML]{000000}\columncolor[HTML]{2E2EE6}}l}
|
580
530
|
\begin{longtable}{NC}
|
581
531
|
|
582
532
|
end: |
|
@@ -596,7 +546,7 @@ document:
|
|
596
546
|
end: |
|
597
547
|
\end{document}
|
598
548
|
|
599
|
-
filter: "@escaped.gsub(/(_|\\{|\\}
|
549
|
+
filter: "@escaped.gsub(/(\\$)/, '\\\\\\\\\\1').gsub(/\\\\(?!\\$)/, '$\\\\\\\\backslash$').gsub(/(_|\\{|\\}|&|\\#|%)/, '\\\\\\\\\\1').gsub(/~/, '\\\\textasciitilde ').gsub(/ /,'\\\\hspace{1ex}').gsub(/\\t| /,'\\\\hspace{3ex}').gsub(/\\\"/, \"''\").gsub(/(\\^)/,'\\\\\\\\\\1{}')"
|
600
550
|
line-numbers:
|
601
551
|
begin: \texttt{
|
602
552
|
end: "}&\\mbox{\\texttt{"
|