mirror of
https://github.com/hail2u/vim-css3-syntax.git
synced 2025-12-07 11:14:25 +08:00
2
after/syntax/css/motion-1.vim
Normal file
2
after/syntax/css/motion-1.vim
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
syn match cssFontProp contained "\<motion\(-\(path\|offset\|rotation\)\)\=\>"
|
||||||
|
syn region cssFunction contained matchgroup=cssFunctionName start="\<path\s*(" end=")" oneline keepend
|
||||||
@@ -49,4 +49,5 @@ syn include @htmlCss syntax/css/css-variables.vim
|
|||||||
syn include @htmlCss syntax/css/css-will-change-1.vim
|
syn include @htmlCss syntax/css/css-will-change-1.vim
|
||||||
syn include @htmlCss syntax/css/css-writing-modes-3.vim
|
syn include @htmlCss syntax/css/css-writing-modes-3.vim
|
||||||
syn include @htmlCss syntax/css/html5-elements.vim
|
syn include @htmlCss syntax/css/html5-elements.vim
|
||||||
|
syn include @htmlCss syntax/css/motion-1.vim
|
||||||
syn include @htmlCss syntax/css/selectors4.vim
|
syn include @htmlCss syntax/css/selectors4.vim
|
||||||
|
|||||||
@@ -323,6 +323,13 @@
|
|||||||
mask-type: auto;
|
mask-type: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.motion-1 {
|
||||||
|
motion-path: path(M 100 100 L 300 100 L 200 300 z);
|
||||||
|
motion-offset: auto;
|
||||||
|
motion-rotation: auto;
|
||||||
|
motion: auto;
|
||||||
|
}
|
||||||
|
|
||||||
.multicol {
|
.multicol {
|
||||||
columns: column;
|
columns: column;
|
||||||
column-count: balance;
|
column-count: balance;
|
||||||
|
|||||||
@@ -356,6 +356,14 @@
|
|||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
<style>
|
<style>
|
||||||
|
.motion-1 {
|
||||||
|
motion-path: path(M 100 100 L 300 100 L 200 300 z);
|
||||||
|
motion-offset: auto;
|
||||||
|
motion-rotation: auto;
|
||||||
|
motion: auto;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
<style>
|
||||||
.multicol {
|
.multicol {
|
||||||
columns: column;
|
columns: column;
|
||||||
column-count: balance;
|
column-count: balance;
|
||||||
|
|||||||
Reference in New Issue
Block a user