Add fullscreen API pseudos

This commit is contained in:
David Storey 2015-12-08 18:48:23 -08:00
parent 603ed8786a
commit 74f61ad20a

View file

@ -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>