mirror of
https://github.com/hail2u/vim-css3-syntax.git
synced 2025-12-07 03:04:26 +08:00
1
after/syntax/css/cssom.vim
Normal file
1
after/syntax/css/cssom.vim
Normal file
@@ -0,0 +1 @@
|
||||
" N/A
|
||||
@@ -51,6 +51,7 @@ syn include @htmlCss syntax/css/css3-speech.vim
|
||||
syn include @htmlCss syntax/css/css3-transforms.vim
|
||||
syn include @htmlCss syntax/css/css3-transitions.vim
|
||||
syn include @htmlCss syntax/css/cssom-view.vim
|
||||
syn include @htmlCss syntax/css/cssom.vim
|
||||
syn include @htmlCss syntax/css/filter-effects.vim
|
||||
syn include @htmlCss syntax/css/html5-elements.vim
|
||||
syn include @htmlCss syntax/css/motion-1.vim
|
||||
|
||||
@@ -181,6 +181,10 @@
|
||||
display: smooth;
|
||||
}
|
||||
|
||||
.cssom {
|
||||
display: auto;
|
||||
}
|
||||
|
||||
.display {
|
||||
box-suppress: flow;
|
||||
display: flow-root;
|
||||
|
||||
@@ -206,6 +206,11 @@
|
||||
}
|
||||
</style>
|
||||
<style>
|
||||
.cssom {
|
||||
display: auto;
|
||||
}
|
||||
</style>
|
||||
<style>
|
||||
.display {
|
||||
box-suppress: flow;
|
||||
display: flow-root;
|
||||
|
||||
Reference in New Issue
Block a user