mirror of
https://github.com/hail2u/vim-css3-syntax.git
synced 2026-01-26 10:56:43 +08:00
Update color-adjust-1.vim
https://www.w3.org/TR/2021/WD-css-color-adjust-1-20210520/
This commit is contained in:
@@ -1,3 +1,3 @@
|
|||||||
syn match cssColorProp contained "\<\(forced-\)\=color-adjust\>"
|
syn match cssColorProp contained "\<\(forced-\|print-\)\=color-adjust\>"
|
||||||
syn match cssColorProp contained "\<color-scheme\>"
|
syn match cssColorProp contained "\<color-scheme\>"
|
||||||
syn keyword cssFontAttr contained economy exact
|
syn keyword cssFontAttr contained economy exact
|
||||||
|
|||||||
@@ -105,6 +105,7 @@
|
|||||||
.color-adjust-1 {
|
.color-adjust-1 {
|
||||||
color-scheme: auto;
|
color-scheme: auto;
|
||||||
forced-color-adjust: auto;
|
forced-color-adjust: auto;
|
||||||
|
print-color-adjust: auto;
|
||||||
color-adjust: auto;
|
color-adjust: auto;
|
||||||
display: light;
|
display: light;
|
||||||
display: economy;
|
display: economy;
|
||||||
|
|||||||
Reference in New Issue
Block a user