diff --git a/Tests/syntax_test_css.scss b/Tests/syntax_test_css.scss index 340a96e4..6976666a 100644 --- a/Tests/syntax_test_css.scss +++ b/Tests/syntax_test_css.scss @@ -81,9 +81,9 @@ *.* {} /* ^^^ meta.selector.css */ -/* ^ constant.other.wildcard.asterisk.css - punctuation */ +/* ^ constant.other.wildcard.asterisk.css - punctuation, variable.language.wildcard.asterisk.css - punctuation */ /* ^ entity.other.attribute-name.class.css punctuation.definition.entity.css */ -/* ^ constant.other.wildcard.asterisk.css - punctuation */ +/* ^ constant.other.wildcard.asterisk.css - punctuation, variable.language.wildcard.asterisk.css - punctuation */ # {} /*^^ - meta.selector.css */ @@ -96,7 +96,7 @@ /* ^^^ meta.selector.css */ /* ^^ - meta.selector.css */ /* ^ entity.other.attribute-name.id.css punctuation.definition.entity.css */ -/* ^ constant.other.wildcard.asterisk.css - punctuation */ +/* ^ constant.other.wildcard.asterisk.css - punctuation, variable.language.wildcard.asterisk.css - punctuation */ #01 {} /*^^ - meta.selector.css */ @@ -2226,11 +2226,11 @@ // /* ^^ - meta.string - string */ // /* ^^^^^^^^^^ meta.string.css string.quoted.double.css */ // /* ^^^^ - meta.string - string */ -// /* ^ constant.other.wildcard.asterisk.css */ +// /* ^ constant.other.wildcard.asterisk.css, variable.language.wildcard.asterisk.css */ // /* ^^ constant.character.escape.css */ // /* ^ punctuation.separator.sequence.css */ // /* ^ punctuation.separator.sequence.css */ -// /* ^ constant.other.wildcard.asterisk.css */ +// /* ^ constant.other.wildcard.asterisk.css, variable.language.wildcard.asterisk.css */ // /* ^ punctuation.separator.sequence.css */ // /* ^ - constant.other.wildcard */ // /* ^^ constant.character.escape.css */ @@ -2238,17 +2238,17 @@ .test-pseudo-class-tag:not(*) {} /* ^ punctuation.definition.pseudo-class.css - entity */ /* ^^^ entity.other.pseudo-class.css */ -/* ^ constant.other.wildcard.asterisk.css */ +/* ^ constant.other.wildcard.asterisk.css, variable.language.wildcard.asterisk.css */ .test-pseudo-class-tag:is(*) {} /* ^ punctuation.definition.pseudo-class.css - entity */ /* ^^ entity.other.pseudo-class.css */ -/* ^ constant.other.wildcard.asterisk.css */ +/* ^ constant.other.wildcard.asterisk.css, variable.language.wildcard.asterisk.css */ .test-pseudo-class-tag:where(*) {} /* ^ punctuation.definition.pseudo-class.css - entity */ /* ^^^^^ entity.other.pseudo-class.css */ -/* ^ constant.other.wildcard.asterisk.css */ +/* ^ constant.other.wildcard.asterisk.css, variable.language.wildcard.asterisk.css */ .test-pseudo-elements::before {} /* ^^ punctuation.definition.pseudo-element.css - entity */ @@ -2374,12 +2374,12 @@ .test-attribute-selectors-namespaces[n|a=""][*|a=""][|att][*|*] {} /* ^ entity.other.namespace-prefix.css */ /* ^ punctuation.separator.namespace.css */ -/* ^ constant.other.wildcard.asterisk.css */ +/* ^ constant.other.wildcard.asterisk.css, variable.language.wildcard.asterisk.css */ /* ^ punctuation.separator.namespace.css */ /* ^ punctuation.separator.namespace.css */ -/* ^ constant.other.wildcard.asterisk.css */ +/* ^ constant.other.wildcard.asterisk.css, variable.language.wildcard.asterisk.css */ /* ^ punctuation.separator.namespace.css */ -/* ^ constant.other.wildcard.asterisk.css */ +/* ^ constant.other.wildcard.asterisk.css, variable.language.wildcard.asterisk.css */ .test-attribute-selectors-operators[a=""][a~=""][a|=""][a^=""][a$=""][a*=""] {} /* ^ keyword.operator.logical.css */ @@ -2420,7 +2420,7 @@ /* ^ meta.selector.css - meta.group */ *.test-universal-selector {} -/* ^ constant.other.wildcard.asterisk.css */ +/* ^ constant.other.wildcard.asterisk.css, variable.language.wildcard.asterisk.css */ .test-combinators >>> a >> a > a + b ~ a || td {} /* ^^^ keyword.operator.combinator.css */ @@ -3280,7 +3280,7 @@ .test-attr-function { top: attr(*|c); /* ^^^^ support.function.attr.css */ -/* ^ constant.other.wildcard.asterisk.css */ +/* ^ constant.other.wildcard.asterisk.css, variable.language.wildcard.asterisk.css */ /* ^ punctuation.separator.namespace.css */ /* ^ entity.other.attribute-name.css */