line |
stmt |
bran |
cond |
sub |
pod |
time |
code |
1
|
|
|
|
|
|
|
package Text::Highlight::CSS; |
2
|
1
|
|
|
1
|
|
6
|
use strict; |
|
1
|
|
|
|
|
1
|
|
|
1
|
|
|
|
|
1659
|
|
3
|
|
|
|
|
|
|
|
4
|
|
|
|
|
|
|
sub syntax |
5
|
|
|
|
|
|
|
{ |
6
|
|
|
|
|
|
|
return { |
7
|
1
|
|
|
1
|
0
|
519
|
'name' => 'CSS', |
8
|
|
|
|
|
|
|
'blockCommentOn' => [ |
9
|
|
|
|
|
|
|
'/*' |
10
|
|
|
|
|
|
|
], |
11
|
|
|
|
|
|
|
'case' => 1, |
12
|
|
|
|
|
|
|
'key2' => { |
13
|
|
|
|
|
|
|
'normal' => 1, |
14
|
|
|
|
|
|
|
'absolute' => 1, |
15
|
|
|
|
|
|
|
'underline' => 1, |
16
|
|
|
|
|
|
|
'Scrollbar' => 1, |
17
|
|
|
|
|
|
|
'both' => 1, |
18
|
|
|
|
|
|
|
'sans-serif' => 1, |
19
|
|
|
|
|
|
|
'print' => 1, |
20
|
|
|
|
|
|
|
'GrayText' => 1, |
21
|
|
|
|
|
|
|
'AppWorkspace' => 1, |
22
|
|
|
|
|
|
|
'sw-resize' => 1, |
23
|
|
|
|
|
|
|
'ltr' => 1, |
24
|
|
|
|
|
|
|
'rtl' => 1, |
25
|
|
|
|
|
|
|
'code' => 1, |
26
|
|
|
|
|
|
|
'always' => 1, |
27
|
|
|
|
|
|
|
'relative' => 1, |
28
|
|
|
|
|
|
|
'repeat-x' => 1, |
29
|
|
|
|
|
|
|
'armenian' => 1, |
30
|
|
|
|
|
|
|
'embossed' => 1, |
31
|
|
|
|
|
|
|
'MenuText' => 1, |
32
|
|
|
|
|
|
|
'counters' => 1, |
33
|
|
|
|
|
|
|
'w-resize' => 1, |
34
|
|
|
|
|
|
|
'katakana' => 1, |
35
|
|
|
|
|
|
|
'hide' => 1, |
36
|
|
|
|
|
|
|
'gray' => 1, |
37
|
|
|
|
|
|
|
'maroon' => 1, |
38
|
|
|
|
|
|
|
'close-quote' => 1, |
39
|
|
|
|
|
|
|
'center-right' => 1, |
40
|
|
|
|
|
|
|
'small' => 1, |
41
|
|
|
|
|
|
|
'groove' => 1, |
42
|
|
|
|
|
|
|
'nowrap' => 1, |
43
|
|
|
|
|
|
|
'fixed' => 1, |
44
|
|
|
|
|
|
|
'purple' => 1, |
45
|
|
|
|
|
|
|
'lowercase' => 1, |
46
|
|
|
|
|
|
|
'all' => 1, |
47
|
|
|
|
|
|
|
'ButtonHighlight' => 1, |
48
|
|
|
|
|
|
|
'table-cell' => 1, |
49
|
|
|
|
|
|
|
'ButtonFace' => 1, |
50
|
|
|
|
|
|
|
'center-left' => 1, |
51
|
|
|
|
|
|
|
'visible' => 1, |
52
|
|
|
|
|
|
|
'no-close-quote' => 1, |
53
|
|
|
|
|
|
|
'serif' => 1, |
54
|
|
|
|
|
|
|
'bold' => 1, |
55
|
|
|
|
|
|
|
'super' => 1, |
56
|
|
|
|
|
|
|
'text-bottom' => 1, |
57
|
|
|
|
|
|
|
'right' => 1, |
58
|
|
|
|
|
|
|
'ActiveBorder' => 1, |
59
|
|
|
|
|
|
|
'wait' => 1, |
60
|
|
|
|
|
|
|
'ThreeDLightShadow' => 1, |
61
|
|
|
|
|
|
|
'aqua' => 1, |
62
|
|
|
|
|
|
|
'overline' => 1, |
63
|
|
|
|
|
|
|
'left-side' => 1, |
64
|
|
|
|
|
|
|
'left' => 1, |
65
|
|
|
|
|
|
|
'monospace' => 1, |
66
|
|
|
|
|
|
|
'square' => 1, |
67
|
|
|
|
|
|
|
'semi-expanded' => 1, |
68
|
|
|
|
|
|
|
'run-in' => 1, |
69
|
|
|
|
|
|
|
'static' => 1, |
70
|
|
|
|
|
|
|
'soft' => 1, |
71
|
|
|
|
|
|
|
'table-row' => 1, |
72
|
|
|
|
|
|
|
'baseline' => 1, |
73
|
|
|
|
|
|
|
'ThreeDFace' => 1, |
74
|
|
|
|
|
|
|
'teal' => 1, |
75
|
|
|
|
|
|
|
'red' => 1, |
76
|
|
|
|
|
|
|
'list-item' => 1, |
77
|
|
|
|
|
|
|
'Menu' => 1, |
78
|
|
|
|
|
|
|
'spell-out' => 1, |
79
|
|
|
|
|
|
|
'inline' => 1, |
80
|
|
|
|
|
|
|
'aural' => 1, |
81
|
|
|
|
|
|
|
'ThreeDHighlight' => 1, |
82
|
|
|
|
|
|
|
'crop' => 1, |
83
|
|
|
|
|
|
|
'circle' => 1, |
84
|
|
|
|
|
|
|
'xx-large' => 1, |
85
|
|
|
|
|
|
|
'table-header-group' => 1, |
86
|
|
|
|
|
|
|
'WindowText' => 1, |
87
|
|
|
|
|
|
|
'status-bar' => 1, |
88
|
|
|
|
|
|
|
'ButtonShadow' => 1, |
89
|
|
|
|
|
|
|
'far-left' => 1, |
90
|
|
|
|
|
|
|
'thick' => 1, |
91
|
|
|
|
|
|
|
'table-column-group' => 1, |
92
|
|
|
|
|
|
|
'hiragana' => 1, |
93
|
|
|
|
|
|
|
'table-caption' => 1, |
94
|
|
|
|
|
|
|
'fantasy' => 1, |
95
|
|
|
|
|
|
|
'capitalize' => 1, |
96
|
|
|
|
|
|
|
'icon' => 1, |
97
|
|
|
|
|
|
|
'cursive' => 1, |
98
|
|
|
|
|
|
|
'slower' => 1, |
99
|
|
|
|
|
|
|
'InactiveCaption' => 1, |
100
|
|
|
|
|
|
|
'tv' => 1, |
101
|
|
|
|
|
|
|
'low' => 1, |
102
|
|
|
|
|
|
|
'n-resize' => 1, |
103
|
|
|
|
|
|
|
'e-resize' => 1, |
104
|
|
|
|
|
|
|
'no-repeat' => 1, |
105
|
|
|
|
|
|
|
'digits' => 1, |
106
|
|
|
|
|
|
|
's-resize' => 1, |
107
|
|
|
|
|
|
|
'avoid' => 1, |
108
|
|
|
|
|
|
|
'x-soft' => 1, |
109
|
|
|
|
|
|
|
'x-fast' => 1, |
110
|
|
|
|
|
|
|
'georgian' => 1, |
111
|
|
|
|
|
|
|
'fuchsia' => 1, |
112
|
|
|
|
|
|
|
'auto' => 1, |
113
|
|
|
|
|
|
|
'table-footer-group' => 1, |
114
|
|
|
|
|
|
|
'HighlightText' => 1, |
115
|
|
|
|
|
|
|
'hidden' => 1, |
116
|
|
|
|
|
|
|
'block' => 1, |
117
|
|
|
|
|
|
|
'fast' => 1, |
118
|
|
|
|
|
|
|
'slow' => 1, |
119
|
|
|
|
|
|
|
'lower-roman' => 1, |
120
|
|
|
|
|
|
|
'solid' => 1, |
121
|
|
|
|
|
|
|
'move' => 1, |
122
|
|
|
|
|
|
|
'extra-condensed' => 1, |
123
|
|
|
|
|
|
|
'table' => 1, |
124
|
|
|
|
|
|
|
'larger' => 1, |
125
|
|
|
|
|
|
|
'ButtonText' => 1, |
126
|
|
|
|
|
|
|
'italic' => 1, |
127
|
|
|
|
|
|
|
'tty' => 1, |
128
|
|
|
|
|
|
|
'double' => 1, |
129
|
|
|
|
|
|
|
'green' => 1, |
130
|
|
|
|
|
|
|
'hebrew' => 1, |
131
|
|
|
|
|
|
|
'caption' => 1, |
132
|
|
|
|
|
|
|
'cjk-ideographic' => 1, |
133
|
|
|
|
|
|
|
'navy' => 1, |
134
|
|
|
|
|
|
|
'url' => 1, |
135
|
|
|
|
|
|
|
'dashed' => 1, |
136
|
|
|
|
|
|
|
'lower-greek' => 1, |
137
|
|
|
|
|
|
|
'hiragana-iroha' => 1, |
138
|
|
|
|
|
|
|
'x-slow' => 1, |
139
|
|
|
|
|
|
|
'Window' => 1, |
140
|
|
|
|
|
|
|
'yellow' => 1, |
141
|
|
|
|
|
|
|
'outset' => 1, |
142
|
|
|
|
|
|
|
'lime' => 1, |
143
|
|
|
|
|
|
|
'middle' => 1, |
144
|
|
|
|
|
|
|
'handheld' => 1, |
145
|
|
|
|
|
|
|
'se-resize' => 1, |
146
|
|
|
|
|
|
|
'olive' => 1, |
147
|
|
|
|
|
|
|
'condensed' => 1, |
148
|
|
|
|
|
|
|
'level' => 1, |
149
|
|
|
|
|
|
|
'top' => 1, |
150
|
|
|
|
|
|
|
'black' => 1, |
151
|
|
|
|
|
|
|
'lower' => 1, |
152
|
|
|
|
|
|
|
'repeat' => 1, |
153
|
|
|
|
|
|
|
'inline-table' => 1, |
154
|
|
|
|
|
|
|
'scroll' => 1, |
155
|
|
|
|
|
|
|
'behind' => 1, |
156
|
|
|
|
|
|
|
'decimal-leading-zero' => 1, |
157
|
|
|
|
|
|
|
'table-row-group' => 1, |
158
|
|
|
|
|
|
|
'none' => 1, |
159
|
|
|
|
|
|
|
'InactiveBorder' => 1, |
160
|
|
|
|
|
|
|
'katakana-iroha' => 1, |
161
|
|
|
|
|
|
|
'ridge' => 1, |
162
|
|
|
|
|
|
|
'attr' => 1, |
163
|
|
|
|
|
|
|
'local' => 1, |
164
|
|
|
|
|
|
|
'ActiveCaption' => 1, |
165
|
|
|
|
|
|
|
'ThreeDShadow' => 1, |
166
|
|
|
|
|
|
|
'text' => 1, |
167
|
|
|
|
|
|
|
'smaller' => 1, |
168
|
|
|
|
|
|
|
'medium' => 1, |
169
|
|
|
|
|
|
|
'lower-latin' => 1, |
170
|
|
|
|
|
|
|
'upper-latin' => 1, |
171
|
|
|
|
|
|
|
'rightwards' => 1, |
172
|
|
|
|
|
|
|
'below' => 1, |
173
|
|
|
|
|
|
|
'x-high' => 1, |
174
|
|
|
|
|
|
|
'InactiveCaptionText' => 1, |
175
|
|
|
|
|
|
|
'narrower' => 1, |
176
|
|
|
|
|
|
|
'repeat-y' => 1, |
177
|
|
|
|
|
|
|
'bottom' => 1, |
178
|
|
|
|
|
|
|
'upper-roman' => 1, |
179
|
|
|
|
|
|
|
'justify' => 1, |
180
|
|
|
|
|
|
|
'large' => 1, |
181
|
|
|
|
|
|
|
'silver' => 1, |
182
|
|
|
|
|
|
|
'screen' => 1, |
183
|
|
|
|
|
|
|
'ne-resize' => 1, |
184
|
|
|
|
|
|
|
'counter' => 1, |
185
|
|
|
|
|
|
|
'decimal' => 1, |
186
|
|
|
|
|
|
|
'disc' => 1, |
187
|
|
|
|
|
|
|
'embed' => 1, |
188
|
|
|
|
|
|
|
'x-loud' => 1, |
189
|
|
|
|
|
|
|
'ultra-condensed' => 1, |
190
|
|
|
|
|
|
|
'cross' => 1, |
191
|
|
|
|
|
|
|
'speech' => 1, |
192
|
|
|
|
|
|
|
'bidi-override' => 1, |
193
|
|
|
|
|
|
|
'lower-alpha' => 1, |
194
|
|
|
|
|
|
|
'faster' => 1, |
195
|
|
|
|
|
|
|
'blink' => 1, |
196
|
|
|
|
|
|
|
'white' => 1, |
197
|
|
|
|
|
|
|
'Highlight' => 1, |
198
|
|
|
|
|
|
|
'WindowFrame' => 1, |
199
|
|
|
|
|
|
|
'wider' => 1, |
200
|
|
|
|
|
|
|
'ultra-expanded' => 1, |
201
|
|
|
|
|
|
|
'projection' => 1, |
202
|
|
|
|
|
|
|
'no-open-quote' => 1, |
203
|
|
|
|
|
|
|
'invert' => 1, |
204
|
|
|
|
|
|
|
'line-through' => 1, |
205
|
|
|
|
|
|
|
'text-top' => 1, |
206
|
|
|
|
|
|
|
'once' => 1, |
207
|
|
|
|
|
|
|
'compact' => 1, |
208
|
|
|
|
|
|
|
'show' => 1, |
209
|
|
|
|
|
|
|
'outside' => 1, |
210
|
|
|
|
|
|
|
'default' => 1, |
211
|
|
|
|
|
|
|
'InfoText' => 1, |
212
|
|
|
|
|
|
|
'open-quote' => 1, |
213
|
|
|
|
|
|
|
'message-box' => 1, |
214
|
|
|
|
|
|
|
'small-caps' => 1, |
215
|
|
|
|
|
|
|
'pointer' => 1, |
216
|
|
|
|
|
|
|
'rgb' => 1, |
217
|
|
|
|
|
|
|
'separate' => 1, |
218
|
|
|
|
|
|
|
'ThreeDDarkShadow' => 1, |
219
|
|
|
|
|
|
|
'portrait' => 1, |
220
|
|
|
|
|
|
|
'table-column' => 1, |
221
|
|
|
|
|
|
|
'semi-condensed' => 1, |
222
|
|
|
|
|
|
|
'oblique' => 1, |
223
|
|
|
|
|
|
|
'far-right' => 1, |
224
|
|
|
|
|
|
|
'right-side' => 1, |
225
|
|
|
|
|
|
|
'pre' => 1, |
226
|
|
|
|
|
|
|
'center' => 1, |
227
|
|
|
|
|
|
|
'uppercase' => 1, |
228
|
|
|
|
|
|
|
'high' => 1, |
229
|
|
|
|
|
|
|
'leftwards' => 1, |
230
|
|
|
|
|
|
|
'lighter' => 1, |
231
|
|
|
|
|
|
|
'marker' => 1, |
232
|
|
|
|
|
|
|
'x-low' => 1, |
233
|
|
|
|
|
|
|
'crosshair' => 1, |
234
|
|
|
|
|
|
|
'blue' => 1, |
235
|
|
|
|
|
|
|
'above' => 1, |
236
|
|
|
|
|
|
|
'transparent' => 1, |
237
|
|
|
|
|
|
|
'expanded' => 1, |
238
|
|
|
|
|
|
|
'collapse' => 1, |
239
|
|
|
|
|
|
|
'CaptionText' => 1, |
240
|
|
|
|
|
|
|
'extra-expanded' => 1, |
241
|
|
|
|
|
|
|
'help' => 1, |
242
|
|
|
|
|
|
|
'inside' => 1, |
243
|
|
|
|
|
|
|
'x-large' => 1, |
244
|
|
|
|
|
|
|
'silent' => 1, |
245
|
|
|
|
|
|
|
'loud' => 1, |
246
|
|
|
|
|
|
|
'xx-small' => 1, |
247
|
|
|
|
|
|
|
'x-small' => 1, |
248
|
|
|
|
|
|
|
'dotted' => 1, |
249
|
|
|
|
|
|
|
'bolder' => 1, |
250
|
|
|
|
|
|
|
'braille' => 1, |
251
|
|
|
|
|
|
|
'thin' => 1, |
252
|
|
|
|
|
|
|
'small-caption' => 1, |
253
|
|
|
|
|
|
|
'InfoBackground' => 1, |
254
|
|
|
|
|
|
|
'higher' => 1, |
255
|
|
|
|
|
|
|
'mix' => 1, |
256
|
|
|
|
|
|
|
'Background' => 1, |
257
|
|
|
|
|
|
|
'inset' => 1, |
258
|
|
|
|
|
|
|
'nw-resize' => 1, |
259
|
|
|
|
|
|
|
'sub' => 1, |
260
|
|
|
|
|
|
|
'format' => 1, |
261
|
|
|
|
|
|
|
'continuous' => 1, |
262
|
|
|
|
|
|
|
'landscape' => 1, |
263
|
|
|
|
|
|
|
'upper-alpha' => 1 |
264
|
|
|
|
|
|
|
}, |
265
|
|
|
|
|
|
|
'lineComment' => [], |
266
|
|
|
|
|
|
|
'delimiters' => ':;,.={}()', |
267
|
|
|
|
|
|
|
'key1' => { |
268
|
|
|
|
|
|
|
'visibility' => 1, |
269
|
|
|
|
|
|
|
'table-layout' => 1, |
270
|
|
|
|
|
|
|
'border-left-color' => 1, |
271
|
|
|
|
|
|
|
'orphans' => 1, |
272
|
|
|
|
|
|
|
'border-left' => 1, |
273
|
|
|
|
|
|
|
'border-top' => 1, |
274
|
|
|
|
|
|
|
'padding-right' => 1, |
275
|
|
|
|
|
|
|
'richness' => 1, |
276
|
|
|
|
|
|
|
'max-height' => 1, |
277
|
|
|
|
|
|
|
'caption-side' => 1, |
278
|
|
|
|
|
|
|
'centerline' => 1, |
279
|
|
|
|
|
|
|
'font-stretch' => 1, |
280
|
|
|
|
|
|
|
'cue' => 1, |
281
|
|
|
|
|
|
|
'pause-before' => 1, |
282
|
|
|
|
|
|
|
'padding-left' => 1, |
283
|
|
|
|
|
|
|
'speak-header' => 1, |
284
|
|
|
|
|
|
|
'border-collapse' => 1, |
285
|
|
|
|
|
|
|
'pause-after' => 1, |
286
|
|
|
|
|
|
|
'outline-color' => 1, |
287
|
|
|
|
|
|
|
'border-color' => 1, |
288
|
|
|
|
|
|
|
'cursor' => 1, |
289
|
|
|
|
|
|
|
'cap-height' => 1, |
290
|
|
|
|
|
|
|
'direction' => 1, |
291
|
|
|
|
|
|
|
'float' => 1, |
292
|
|
|
|
|
|
|
'color' => 1, |
293
|
|
|
|
|
|
|
'clip' => 1, |
294
|
|
|
|
|
|
|
'background-color' => 1, |
295
|
|
|
|
|
|
|
'overflow' => 1, |
296
|
|
|
|
|
|
|
'mathline' => 1, |
297
|
|
|
|
|
|
|
'background' => 1, |
298
|
|
|
|
|
|
|
'stemh' => 1, |
299
|
|
|
|
|
|
|
'height' => 1, |
300
|
|
|
|
|
|
|
'voice-family' => 1, |
301
|
|
|
|
|
|
|
'right' => 1, |
302
|
|
|
|
|
|
|
'border-right-style' => 1, |
303
|
|
|
|
|
|
|
'border-bottom' => 1, |
304
|
|
|
|
|
|
|
'widows' => 1, |
305
|
|
|
|
|
|
|
'left' => 1, |
306
|
|
|
|
|
|
|
'border-right' => 1, |
307
|
|
|
|
|
|
|
'list-style-type' => 1, |
308
|
|
|
|
|
|
|
'display' => 1, |
309
|
|
|
|
|
|
|
'pitch-range' => 1, |
310
|
|
|
|
|
|
|
'baseline' => 1, |
311
|
|
|
|
|
|
|
'outline-width' => 1, |
312
|
|
|
|
|
|
|
'border-right-width' => 1, |
313
|
|
|
|
|
|
|
'border-top-style' => 1, |
314
|
|
|
|
|
|
|
'slope' => 1, |
315
|
|
|
|
|
|
|
'page-break-before' => 1, |
316
|
|
|
|
|
|
|
'play-during' => 1, |
317
|
|
|
|
|
|
|
'azimuth' => 1, |
318
|
|
|
|
|
|
|
'unicode-range' => 1, |
319
|
|
|
|
|
|
|
'text-decoration' => 1, |
320
|
|
|
|
|
|
|
'position' => 1, |
321
|
|
|
|
|
|
|
'border-bottom-style' => 1, |
322
|
|
|
|
|
|
|
'margin-top' => 1, |
323
|
|
|
|
|
|
|
'quotes' => 1, |
324
|
|
|
|
|
|
|
'speech-rate' => 1, |
325
|
|
|
|
|
|
|
'descent' => 1, |
326
|
|
|
|
|
|
|
'max-width' => 1, |
327
|
|
|
|
|
|
|
'empty-cells' => 1, |
328
|
|
|
|
|
|
|
'border' => 1, |
329
|
|
|
|
|
|
|
'font-size' => 1, |
330
|
|
|
|
|
|
|
'white-space' => 1, |
331
|
|
|
|
|
|
|
'border-spacing' => 1, |
332
|
|
|
|
|
|
|
'definition-src' => 1, |
333
|
|
|
|
|
|
|
'page-break-after' => 1, |
334
|
|
|
|
|
|
|
'border-bottom-color' => 1, |
335
|
|
|
|
|
|
|
'ascent' => 1, |
336
|
|
|
|
|
|
|
'counter-reset' => 1, |
337
|
|
|
|
|
|
|
'background-repeat' => 1, |
338
|
|
|
|
|
|
|
'clear' => 1, |
339
|
|
|
|
|
|
|
'content' => 1, |
340
|
|
|
|
|
|
|
'list-style-image' => 1, |
341
|
|
|
|
|
|
|
'speak-punctuation' => 1, |
342
|
|
|
|
|
|
|
'marker-offset' => 1, |
343
|
|
|
|
|
|
|
'border-bottom-width' => 1, |
344
|
|
|
|
|
|
|
'cue-after' => 1, |
345
|
|
|
|
|
|
|
'counter-increment' => 1, |
346
|
|
|
|
|
|
|
'border-top-color' => 1, |
347
|
|
|
|
|
|
|
'speak-numeral' => 1, |
348
|
|
|
|
|
|
|
'cue-before' => 1, |
349
|
|
|
|
|
|
|
'min-width' => 1, |
350
|
|
|
|
|
|
|
'font-size-adjust' => 1, |
351
|
|
|
|
|
|
|
'x-height' => 1, |
352
|
|
|
|
|
|
|
'border-left-width' => 1, |
353
|
|
|
|
|
|
|
'text-indent' => 1, |
354
|
|
|
|
|
|
|
'top' => 1, |
355
|
|
|
|
|
|
|
'border-top-width' => 1, |
356
|
|
|
|
|
|
|
'page-break-inside' => 1, |
357
|
|
|
|
|
|
|
'min-height' => 1, |
358
|
|
|
|
|
|
|
'width' => 1, |
359
|
|
|
|
|
|
|
'text-shadow' => 1, |
360
|
|
|
|
|
|
|
'outline-style' => 1, |
361
|
|
|
|
|
|
|
'elevation' => 1, |
362
|
|
|
|
|
|
|
'marks' => 1, |
363
|
|
|
|
|
|
|
'border-width' => 1, |
364
|
|
|
|
|
|
|
'size' => 1, |
365
|
|
|
|
|
|
|
'text-align' => 1, |
366
|
|
|
|
|
|
|
'list-style-position' => 1, |
367
|
|
|
|
|
|
|
'margin-bottom' => 1, |
368
|
|
|
|
|
|
|
'padding' => 1, |
369
|
|
|
|
|
|
|
'font-weight' => 1, |
370
|
|
|
|
|
|
|
'bottom' => 1, |
371
|
|
|
|
|
|
|
'text-transform' => 1, |
372
|
|
|
|
|
|
|
'border-left-style' => 1, |
373
|
|
|
|
|
|
|
'list-style' => 1, |
374
|
|
|
|
|
|
|
'font-style' => 1, |
375
|
|
|
|
|
|
|
'padding-bottom' => 1, |
376
|
|
|
|
|
|
|
'speak' => 1, |
377
|
|
|
|
|
|
|
'page' => 1, |
378
|
|
|
|
|
|
|
'font' => 1, |
379
|
|
|
|
|
|
|
'border-style' => 1, |
380
|
|
|
|
|
|
|
'outline' => 1, |
381
|
|
|
|
|
|
|
'padding-top' => 1, |
382
|
|
|
|
|
|
|
'pause' => 1, |
383
|
|
|
|
|
|
|
'background-attachment' => 1, |
384
|
|
|
|
|
|
|
'pitch' => 1, |
385
|
|
|
|
|
|
|
'stress' => 1, |
386
|
|
|
|
|
|
|
'src' => 1, |
387
|
|
|
|
|
|
|
'line-height' => 1, |
388
|
|
|
|
|
|
|
'units-per-em' => 1, |
389
|
|
|
|
|
|
|
'background-position' => 1, |
390
|
|
|
|
|
|
|
'background-image' => 1, |
391
|
|
|
|
|
|
|
'stemv' => 1, |
392
|
|
|
|
|
|
|
'font-family' => 1, |
393
|
|
|
|
|
|
|
'unicode-bidi' => 1, |
394
|
|
|
|
|
|
|
'border-right-color' => 1, |
395
|
|
|
|
|
|
|
'bbox' => 1, |
396
|
|
|
|
|
|
|
'margin-left' => 1, |
397
|
|
|
|
|
|
|
'panose-1' => 1, |
398
|
|
|
|
|
|
|
'volume' => 1, |
399
|
|
|
|
|
|
|
'letter-spacing' => 1, |
400
|
|
|
|
|
|
|
'font-variant' => 1, |
401
|
|
|
|
|
|
|
'vertical-align' => 1, |
402
|
|
|
|
|
|
|
'z-index' => 1, |
403
|
|
|
|
|
|
|
'margin' => 1, |
404
|
|
|
|
|
|
|
'widths' => 1, |
405
|
|
|
|
|
|
|
'word-spacing' => 1, |
406
|
|
|
|
|
|
|
'margin-right' => 1 |
407
|
|
|
|
|
|
|
}, |
408
|
|
|
|
|
|
|
'quot' => [ |
409
|
|
|
|
|
|
|
'\'', |
410
|
|
|
|
|
|
|
'"' |
411
|
|
|
|
|
|
|
], |
412
|
|
|
|
|
|
|
'blockCommentOff' => [ |
413
|
|
|
|
|
|
|
'*/' |
414
|
|
|
|
|
|
|
], |
415
|
|
|
|
|
|
|
'escape' => '\\', |
416
|
|
|
|
|
|
|
'continueQuote' => 0 |
417
|
|
|
|
|
|
|
}; |
418
|
|
|
|
|
|
|
|
419
|
|
|
|
|
|
|
} |
420
|
|
|
|
|
|
|
|
421
|
|
|
|
|
|
|
1; |
422
|
|
|
|
|
|
|
__END__ |