Skip to content

Commit 6aa08ed

Browse files
committed
1 parent 444215b commit 6aa08ed

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
syn match cssColorProp contained "\<\(forced-\)\=color-adjust\>"
1+
syn match cssColorProp contained "\<\(forced-\|print-\)\=color-adjust\>"
22
syn match cssColorProp contained "\<color-scheme\>"
33
syn keyword cssFontAttr contained economy exact

test/test.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@
105105
.color-adjust-1 {
106106
color-scheme: auto;
107107
forced-color-adjust: auto;
108+
print-color-adjust: auto;
108109
color-adjust: auto;
109110
display: light;
110111
display: economy;

0 commit comments

Comments
 (0)