Skip to content

Commit ba724e7

Browse files
committed
1 parent 037c11a commit ba724e7

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
syn keyword cssFontProp contained syntax inherits
2+
syn match cssFontProp contained "\<initial-value\>"

test/test.css

+3-1
Original file line numberDiff line numberDiff line change
@@ -662,7 +662,9 @@ mask {
662662
}
663663

664664
.properties-values-api-1 {
665-
display: auto;
665+
syntax: auto;
666+
inherits: auto;
667+
initial-value: auto;
666668
}
667669

668670
.pseudo-4::inactive-selection,

0 commit comments

Comments
 (0)