diff --git a/Tests/syntax_test_scss.scss b/Tests/syntax_test_scss.scss index 10d18a7f..dd1a9fec 100644 --- a/Tests/syntax_test_scss.scss +++ b/Tests/syntax_test_scss.scss @@ -88,6 +88,10 @@ selector-ish::before[data-type="text"]:not(:first-child), // ^^^^^^ variable.other.scss // ^ punctuation.definition.variable.scss // ^ punctuation.terminator.rule.css + will-change: transform, scroll-position; +// ^ support.constant.property-value.css + input:not([type="radio"]):not(h1):not(custom-element):not(%placeholder), +// ^ entity.name :root, //^ entity.other.pseudo-class.css punctuation.definition.entity.css // ^^ entity.other.pseudo-class.css