mirror of
https://github.com/Microsoft/vscode
synced 2024-10-30 04:17:37 +00:00
Add fullscreen API pseudos
This commit is contained in:
parent
603ed8786a
commit
74f61ad20a
1 changed files with 2 additions and 2 deletions
|
@ -756,7 +756,7 @@
|
|||
</dict>
|
||||
</dict>
|
||||
<key>match</key>
|
||||
<string>(:+)(after|before|first-letter|first-line|placeholder|selection)\b</string>
|
||||
<string>(:+)(after|backdrop|before|first-letter|first-line|placeholder|selection)\b</string>
|
||||
<key>name</key>
|
||||
<string>entity.other.attribute-name.pseudo-element.css</string>
|
||||
</dict>
|
||||
|
@ -770,7 +770,7 @@
|
|||
</dict>
|
||||
</dict>
|
||||
<key>match</key>
|
||||
<string>(:)((first|last)-child|(first|last|only)-of-type|empty|root|target|first|left|right)\b</string>
|
||||
<string>(:)((first|last)-child|(first|last|only)-of-type|empty|root|target|fullscreen|first|left|right)\b</string>
|
||||
<key>name</key>
|
||||
<string>entity.other.attribute-name.pseudo-class.css</string>
|
||||
</dict>
|
||||
|
|
Loading…
Reference in a new issue