mirror of
https://github.com/hail2u/vim-css3-syntax.git
synced 2025-12-07 03:04:26 +08:00
Add highlight-api-1.vim
https://www.w3.org/TR/2020/WD-css-highlight-api-1-20201022/
This commit is contained in:
1
after/syntax/css/highlight-api-1.vim
Normal file
1
after/syntax/css/highlight-api-1.vim
Normal file
@@ -0,0 +1 @@
|
|||||||
|
syn region cssPseudoClassFn contained matchgroup=cssFunctionName start="\<highlight(" end=")" contains=cssStringQ,cssStringQQ
|
||||||
@@ -417,6 +417,10 @@
|
|||||||
display: auto;
|
display: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.highlight-api-1::highlight(test) {
|
||||||
|
display: auto;
|
||||||
|
}
|
||||||
|
|
||||||
.html5,
|
.html5,
|
||||||
picture,
|
picture,
|
||||||
rb,
|
rb,
|
||||||
|
|||||||
Reference in New Issue
Block a user