mirror of
https://github.com/hail2u/vim-css3-syntax.git
synced 2025-12-06 18:54:25 +08:00
Add shadow-parts-1.vim
This syntax is for CSS Shadow Parts spec. See also: https://www.w3.org/TR/2018/WD-css-shadow-parts-1-20181115/
This commit is contained in:
1
after/syntax/css/shadow-parts-1.vim
Normal file
1
after/syntax/css/shadow-parts-1.vim
Normal file
@@ -0,0 +1 @@
|
|||||||
|
syn region cssPseudoClassLang matchgroup=cssPseudoClassId start=":part(" end=")" oneline
|
||||||
@@ -778,6 +778,10 @@ mask {
|
|||||||
display: auto;
|
display: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.shadow-parts::part(textspan) {
|
||||||
|
display: auto;
|
||||||
|
}
|
||||||
|
|
||||||
.shapes-1 {
|
.shapes-1 {
|
||||||
shape-outside: auto;
|
shape-outside: auto;
|
||||||
shape-image-threshold: auto;
|
shape-image-threshold: auto;
|
||||||
|
|||||||
Reference in New Issue
Block a user