mirror of
https://github.com/vim/vim.git
synced 2025-11-14 23:04:02 -05:00
runtime(css): improve cssBoxProp matches
closes: #18717 Signed-off-by: Neil Lambert <nlambert@pm.me> Signed-off-by: Jay Sitter <jsit@users.noreply.github.com> Signed-off-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
committed by
Christian Brabandt
parent
7dd51d3542
commit
f85951fee0
20
runtime/syntax/testdir/dumps/css_1_00.dump
Normal file
20
runtime/syntax/testdir/dumps/css_1_00.dump
Normal file
@@ -0,0 +1,20 @@
|
||||
>d+0#af5f00255#ffffff0|i|v| +0#0000000&|{+0#00e0e07&| +0#0000000&@69
|
||||
@2|m+0#00e0003&|a|r|g|i|n|-|b|l|o|c|k|:+0#0000000&| |1+0#e000002&|p|x|;+0#0000000&| @54
|
||||
@2|m+0#00e0003&|a|r|g|i|n|-|b|l|o|c|k|-|s|t|a|r|t|:+0#0000000&| |1+0#e000002&|p|x|;+0#0000000&| @48
|
||||
@2|m+0#00e0003&|a|r|g|i|n|-|b|l|o|c|k|-|e|n|d|:+0#0000000&| |1+0#e000002&|p|x|;+0#0000000&| @50
|
||||
|}+0#00e0e07&| +0#0000000&@73
|
||||
|~+0#4040ff13&| @73
|
||||
|~| @73
|
||||
|~| @73
|
||||
|~| @73
|
||||
|~| @73
|
||||
|~| @73
|
||||
|~| @73
|
||||
|~| @73
|
||||
|~| @73
|
||||
|~| @73
|
||||
|~| @73
|
||||
|~| @73
|
||||
|~| @73
|
||||
|~| @73
|
||||
| +0#0000000&@56|1|,|1| @10|A|l@1|
|
||||
5
runtime/syntax/testdir/input/css_1.css
Normal file
5
runtime/syntax/testdir/input/css_1.css
Normal file
@@ -0,0 +1,5 @@
|
||||
div {
|
||||
margin-block: 1px;
|
||||
margin-block-start: 1px;
|
||||
margin-block-end: 1px;
|
||||
}
|
||||
Reference in New Issue
Block a user