File tree Expand file tree Collapse file tree 6 files changed +26
-35
lines changed Expand file tree Collapse file tree 6 files changed +26
-35
lines changed Original file line number Diff line number Diff line change
1
+ syn match cssGeneratedContentProp contained " \< string-set\> "
2
+ syn match cssGeneratedContentProp contained " \< bookmark-\( label\| level\| state\)\> "
3
+ syn keyword cssGeneratedContentAttr contained open closed
4
+ syn region cssFunction contained matchgroup =cssFunctionName start =" \<\( leader\| string\| target-\( counter\| counters\| text\)\)\s *(" end =" )" oneline keepend
Original file line number Diff line number Diff line change 1
1
syn keyword cssGeneratedContentProp contained running
2
- syn match cssGeneratedContentProp contained " \< string-set\> "
3
2
syn match cssGeneratedContentProp contained " \< footnote-\( display\| policy\)\> "
4
- syn match cssGeneratedContentProp contained " \< bookmark-\( label\| level\| state\)\> "
5
- syn keyword cssGeneratedContentAttr contained footnote line open closed
6
- syn region cssFunction contained matchgroup =cssFunctionName start =" \<\( string\| running\| element\| leader\| target-\( counter\| counters\| text\)\)\s *(" end =" )" oneline keepend
3
+ syn keyword cssGeneratedContentAttr contained footnote line
4
+ syn region cssFunction contained matchgroup =cssFunctionName start =" \<\( element\| running\)\s *(" end =" )" oneline keepend
7
5
syn match cssPseudoClassId contained " \< footnote-\( call\| marker\)\> "
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ syn include @htmlCss syntax/css/css-backgrounds-4.vim
4
4
syn include @htmlCss syntax/css/css-break-3.vim
5
5
syn include @htmlCss syntax/css/css-cascade-3.vim
6
6
syn include @htmlCss syntax/css/css-cascade-4.vim
7
+ syn include @htmlCss syntax/css/css-content-3.vim
7
8
syn include @htmlCss syntax/css/css-counter-styles-3.vim
8
9
syn include @htmlCss syntax/css/css-device-adapt-1.vim
9
10
syn include @htmlCss syntax/css/css-display-3.vim
@@ -39,7 +40,6 @@ syn include @htmlCss syntax/css/css3-background.vim
39
40
syn include @htmlCss syntax/css/css3-box.vim
40
41
syn include @htmlCss syntax/css/css3-colors.vim
41
42
syn include @htmlCss syntax/css/css3-conditional.vim
42
- syn include @htmlCss syntax/css/css3-content.vim
43
43
syn include @htmlCss syntax/css/css3-exclusions.vim
44
44
syn include @htmlCss syntax/css/css3-fonts.vim
45
45
syn include @htmlCss syntax/css/css3-images.vim
Original file line number Diff line number Diff line change 119
119
}
120
120
121
121
.content {
122
- move-to : inhibit;
123
- page-policy : here;
124
- display : first;
125
- display : last;
122
+ string-set : open;
123
+ bookmark-level : closed;
124
+ bookmark-label : leader ('.' );
125
+ bookmark-state : string (heading, first);
126
+ display : target-counter (attr (href url), page);
127
+ display : target-counters (lack-of-example);
128
+ display : target-text (attr (href url));
126
129
}
127
130
128
131
@counter-style counter-style {
268
271
269
272
.gcpm ::footnote-call ,
270
273
.gcpm ::footnote-marker {
271
- string-set : string (heading, first);
272
274
running : running (heading);
273
275
footnote-display : element (header);
274
276
footnote-policy : footnote;
275
- bookmark-label : line;
276
- bookmark-level : leader ('.' );
277
- bookmark-state : target-counter (attr (href url), page);
278
- display : target-counters (lack-of-example);
279
- display : target-text (attr (href url));
280
- display : open;
281
- display : closed;
277
+ display : line;
282
278
}
283
279
284
280
.geometry-1 {
Original file line number Diff line number Diff line change 140
140
</ style >
141
141
< style >
142
142
.content {
143
- move-to : inhibit;
144
- page-policy : here;
145
- display : first;
146
- display : last;
143
+ string-set : open;
144
+ bookmark-level : closed;
145
+ bookmark-label : leader ('.' );
146
+ bookmark-state : string (heading, first);
147
+ display : target-counter (attr (href url), page);
148
+ display : target-counters (lack-of-example);
149
+ display : target-text (attr (href url));
147
150
}
148
151
</ style >
149
152
< style >
300
303
< style >
301
304
.gcpm ::footnote-call ,
302
305
.gcpm ::footnote-marker {
303
- string-set : string (heading, first);
304
- running : running (heading);
305
- footnote-display : element (header);
306
- footnote-policy : footnote;
307
- bookmark-label : line;
308
- bookmark-level : leader ('.' );
309
- bookmark-state : target-counter (attr (href url), page);
310
- display : target-counters (lack-of-example);
311
- display : target-text (attr (href url));
312
- display : open;
313
- display : closed;
306
+ running : footnote;
307
+ footnote-display : line;
308
+ footnote-policy : element (header);
309
+ display : running (heading);
314
310
}
315
311
</ style >
316
312
< style >
You can’t perform that action at this time.
0 commit comments