mirror of
https://github.com/hail2u/vim-css3-syntax.git
synced 2026-03-16 09:54:57 +08:00
Remove abandoned CSS Presentation Levels module
See also: http://www.w3.org/TR/2014/NOTE-css3-preslev-20141014/
This commit is contained in:
@@ -1,3 +0,0 @@
|
|||||||
" TODO: create cssPresLevProp group and cssPresLevAttr group
|
|
||||||
syn match cssFontProp contained "\<presentation-level\>"
|
|
||||||
syn keyword cssFontAttr contained increment
|
|
||||||
@@ -16,7 +16,6 @@ syn include @htmlCss syntax/css/css3-linebox.vim
|
|||||||
syn include @htmlCss syntax/css/css3-multicol.vim
|
syn include @htmlCss syntax/css/css3-multicol.vim
|
||||||
syn include @htmlCss syntax/css/css3-page.vim
|
syn include @htmlCss syntax/css/css3-page.vim
|
||||||
syn include @htmlCss syntax/css/css3-positioning.vim
|
syn include @htmlCss syntax/css/css3-positioning.vim
|
||||||
syn include @htmlCss syntax/css/css3-preslev.vim
|
|
||||||
syn include @htmlCss syntax/css/css3-regions.vim
|
syn include @htmlCss syntax/css/css3-regions.vim
|
||||||
syn include @htmlCss syntax/css/css3-selectors.vim
|
syn include @htmlCss syntax/css/css3-selectors.vim
|
||||||
syn include @htmlCss syntax/css/css3-sizing.vim
|
syn include @htmlCss syntax/css/css3-sizing.vim
|
||||||
|
|||||||
@@ -334,10 +334,6 @@
|
|||||||
offset-start: auto;
|
offset-start: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
.preslev {
|
|
||||||
presentation-level: increment;
|
|
||||||
}
|
|
||||||
|
|
||||||
.pseudo::selection,
|
.pseudo::selection,
|
||||||
.pseudo::spelling-error,
|
.pseudo::spelling-error,
|
||||||
.pseudo::grammer-error,
|
.pseudo::grammer-error,
|
||||||
|
|||||||
@@ -343,10 +343,6 @@
|
|||||||
offset-start: auto;
|
offset-start: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
.preslev {
|
|
||||||
presentation-level: increment;
|
|
||||||
}
|
|
||||||
|
|
||||||
.pseudo::selection,
|
.pseudo::selection,
|
||||||
.pseudo::spelling-error,
|
.pseudo::spelling-error,
|
||||||
.pseudo::grammer-error,
|
.pseudo::grammer-error,
|
||||||
|
|||||||
Reference in New Issue
Block a user