File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -640,6 +640,8 @@ contexts:
640640 pop : true
641641 - match : ' \b(a|abbr|acronym|address|applet|area|article|aside|audio|b|base|basefont|bdi|bdo|big|blockquote|body|br|button|canvas|caption|cite|code|col|colgroup|content|data|datalist|dd|del|details|dfn|dir|dialog|div|dl|dt|element|em|embed|eventsource|fieldset|figure|figcaption|footer|form|frame|frameset|(h[1-6])|head|header|hgroup|hr|html|i|iframe|img|input|ins|isindex|kbd|keygen|label|legend|li|link|map|mark|menu|meta|meter|nav|noframes|noscript|object|ol|optgroup|option|output|p|param|picture|pre|progress|q|rp|rt|rtc|s|samp|script|section|select|shadow|small|source|span|strike|strong|style|sub|summary|sup|svg|table|tbody|td|template|textarea|tfoot|th|thead|time|title|tr|track|tt|u|ul|var|video|wbr)\b'
642642 scope : entity.name.tag.css
643+ - match : ' \b([a-z_][a-z0-9:_]*-[a-z0-9:_-]+)\b'
644+ scope : entity.name.tag.custom.css
643645 - match : ' (\.)[a-zA-Z0-9_-]+'
644646 scope : entity.other.attribute-name.class.css
645647 captures :
Original file line number Diff line number Diff line change 3535/* ^ support.function.misc.css */
3636/* ^ constant.other.color.hsl-value.css */
3737}
38+
39+ html > div > span > custom-tag {}
40+ /* ^ entity.name.tag.css */
41+ /* ^^^ entity.name.tag.css */
42+ /* ^^^^ entity.name.tag.css */
43+ /* ^^^^^^^^^^ entity.name.tag.custom.css */
You can’t perform that action at this time.
0 commit comments