|
83 | 83 |
|
84 | 84 | *.* {} |
85 | 85 | /* ^^^ meta.selector.css */ |
| 86 | +/* ^ constant.other.wildcard.asterisk.css - punctuation, variable.language.wildcard.asterisk.css - punctuation */ |
86 | 87 | /* ^ entity.other.attribute-name.class.css punctuation.definition.entity.css */ |
| 88 | +/* ^ constant.other.wildcard.asterisk.css - punctuation, variable.language.wildcard.asterisk.css - punctuation */ |
87 | 89 |
|
88 | 90 | # {} |
89 | 91 | /*^^ - meta.selector.css */ |
|
96 | 98 | /* ^^^ meta.selector.css */ |
97 | 99 | /* ^^ - meta.selector.css */ |
98 | 100 | /* ^ entity.other.attribute-name.id.css punctuation.definition.entity.css */ |
| 101 | +/* ^ constant.other.wildcard.asterisk.css - punctuation, variable.language.wildcard.asterisk.css - punctuation */ |
99 | 102 |
|
100 | 103 | #01 {} |
101 | 104 | /*^^ - meta.selector.css */ |
|
2101 | 2104 | /* ^^ - meta.string - string */ |
2102 | 2105 | /* ^^^^^^^^^^ meta.string.css string.quoted.double.css */ |
2103 | 2106 | /* ^^^^ - meta.string - string */ |
| 2107 | +/* ^ constant.other.wildcard.asterisk.css - punctuation, variable.language.wildcard.asterisk.css */ |
2104 | 2108 | /* ^^ constant.character.escape.css */ |
2105 | 2109 | /* ^ punctuation.separator.sequence.css */ |
2106 | 2110 | /* ^ punctuation.separator.sequence.css */ |
| 2111 | +/* ^ constant.other.wildcard.asterisk.css - punctuation, variable.language.wildcard.asterisk.css */ |
2107 | 2112 | /* ^ punctuation.separator.sequence.css */ |
2108 | 2113 | /* ^ - variable.language.wildcard */ |
2109 | 2114 | /* ^^ constant.character.escape.css */ |
2110 | 2115 |
|
2111 | 2116 | .test-pseudo-class-tag:not(*) {} |
2112 | 2117 | /* ^ punctuation.definition.pseudo-class.css - entity */ |
2113 | 2118 | /* ^^^ entity.other.pseudo-class.css */ |
| 2119 | +/* ^ constant.other.wildcard.asterisk.css - punctuation, variable.language.wildcard.asterisk.css */ |
2114 | 2120 |
|
2115 | 2121 | .test-pseudo-class-tag:is(*) {} |
2116 | 2122 | /* ^ punctuation.definition.pseudo-class.css - entity */ |
2117 | 2123 | /* ^^ entity.other.pseudo-class.css */ |
| 2124 | +/* ^ constant.other.wildcard.asterisk.css - punctuation, variable.language.wildcard.asterisk.css */ |
2118 | 2125 |
|
2119 | 2126 | .test-pseudo-class-tag:where(*) {} |
2120 | 2127 | /* ^ punctuation.definition.pseudo-class.css - entity */ |
2121 | 2128 | /* ^^^^^ entity.other.pseudo-class.css */ |
| 2129 | +/* ^ constant.other.wildcard.asterisk.css - punctuation, variable.language.wildcard.asterisk.css */ |
2122 | 2130 |
|
2123 | 2131 | .test-pseudo-elements::before {} |
2124 | 2132 | /* ^^ punctuation.definition.pseudo-element.css - entity */ |
|
2244 | 2252 | .test-attribute-selectors-namespaces[n|a=""][*|a=""][|att][*|*] {} |
2245 | 2253 | /* ^ entity.other.namespace-prefix.css */ |
2246 | 2254 | /* ^ punctuation.separator.namespace.css */ |
| 2255 | +/* ^ constant.other.wildcard.asterisk.css - punctuation, variable.language.wildcard.asterisk.css */ |
2247 | 2256 | /* ^ punctuation.separator.namespace.css */ |
2248 | 2257 | /* ^ punctuation.separator.namespace.css */ |
| 2258 | +/* ^ constant.other.wildcard.asterisk.css - punctuation, variable.language.wildcard.asterisk.css */ |
2249 | 2259 | /* ^ punctuation.separator.namespace.css */ |
| 2260 | +/* ^ constant.other.wildcard.asterisk.css - punctuation, variable.language.wildcard.asterisk.css */ |
2250 | 2261 |
|
2251 | 2262 | .test-attribute-selectors-operators[a=""][a~=""][a|=""][a^=""][a$=""][a*=""] {} |
2252 | 2263 | /* ^ keyword.operator.logical.css */ |
|
2287 | 2298 | /* ^ meta.selector.css - meta.group */ |
2288 | 2299 |
|
2289 | 2300 | *.test-universal-selector {} |
| 2301 | +/* ^ constant.other.wildcard.asterisk.css - punctuation, variable.language.wildcard.asterisk.css */ |
2290 | 2302 |
|
2291 | 2303 | .test-combinators >>> a >> a > a + b ~ a || td {} |
2292 | 2304 | /* ^^^ keyword.operator.combinator.css */ |
|
3092 | 3104 | .test-attr-function { |
3093 | 3105 | top: attr(*|c); |
3094 | 3106 | /* ^^^^ support.function.attr.css */ |
| 3107 | +/* ^ constant.other.wildcard.asterisk.css - punctuation, variable.language.wildcard.asterisk.css */ |
3095 | 3108 | /* ^ punctuation.separator.namespace.css */ |
3096 | 3109 | /* ^ entity.other.attribute-name.css */ |
3097 | 3110 |
|
|
0 commit comments