mirror of
https://github.com/hail2u/vim-css3-syntax.git
synced 2025-12-08 03:24:44 +08:00
add css-overflow-3.vim and test
This commit is contained in:
4
after/syntax/css/css-overflow-3.vim
Normal file
4
after/syntax/css/css-overflow-3.vim
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
" TODO: create cssOverflowProp group and cssOverflowAttr group
|
||||||
|
syn match cssFontProp contained "\<max-lines\>"
|
||||||
|
syn keyword cssFontAttr contained fragments
|
||||||
|
syn match cssFontAttr contained "\<paged-\(x\|y\)\(-controls\)\=\>"
|
||||||
@@ -319,6 +319,14 @@
|
|||||||
column-width: auto;
|
column-width: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.overflow {
|
||||||
|
max-lines: paged-x;
|
||||||
|
display: paged-y;
|
||||||
|
display: paged-x-controls;
|
||||||
|
display: paged-y-controls;
|
||||||
|
display: fragments;
|
||||||
|
}
|
||||||
|
|
||||||
.preslev {
|
.preslev {
|
||||||
presentation-level: increment;
|
presentation-level: increment;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user