diff --git a/after/syntax/css/css-overflow-3.vim b/after/syntax/css/css-overflow-3.vim index 7c126d5..d36631e 100644 --- a/after/syntax/css/css-overflow-3.vim +++ b/after/syntax/css/css-overflow-3.vim @@ -1,4 +1 @@ -" TODO: create cssOverflowProp group and cssOverflowAttr group syn match cssFontProp contained "\" -syn keyword cssFontAttr contained fragments -syn match cssFontAttr contained "\" diff --git a/test/test.css b/test/test.css index 870bb94..340af58 100644 --- a/test/test.css +++ b/test/test.css @@ -386,11 +386,7 @@ } .overflow { - max-lines: paged-x; - display: paged-y; - display: paged-x-controls; - display: paged-y-controls; - display: fragments; + max-lines: auto; } .page { diff --git a/test/test.html b/test/test.html index a11f8a1..105228e 100644 --- a/test/test.html +++ b/test/test.html @@ -426,11 +426,7 @@