Add :scope pseudo-class to syntax highlight

This commit is contained in:
David Storey 2015-12-25 18:53:01 -08:00
parent 4ca12da5ad
commit d405000381

View file

@ -798,7 +798,7 @@
</dict>
</dict>
<key>match</key>
<string>(:)((first|last)-child|(first|last|only)-of-type|empty|root|target|fullscreen|first|left|right)\b</string>
<string>(:)((first|last)-child|(first|last|only)-of-type|empty|root|target|fullscreen|first|left|right|scope)\b</string>
<key>name</key>
<string>entity.other.attribute-name.pseudo-class.css</string>
</dict>