Skip to content

Commit 13abc82

Browse files
committed
Add :defined pseudo-class
1 parent b5dbe13 commit 13abc82

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

CSS3.sublime-syntax

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11065,6 +11065,7 @@ contexts:
1106511065
in-range|
1106611066
hover|
1106711067
host|
11068+
defined|
1106811069
future|
1106911070
fullscreen|
1107011071
focus-within|

test/syntax_test_selectors.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -239,6 +239,11 @@
239239
/* <- entity.other.attribute-name.pseudo-class.css */
240240
/*^^^ entity.other.attribute-name.pseudo-class.css */
241241
/* ^ -entity.other.attribute-name.pseudo-class.css */
242+
:defined {}
243+
/* <- entity.other.attribute-name.pseudo-class.css punctuation.definition.entity.pseudo-class.css */
244+
/* <- entity.other.attribute-name.pseudo-class.css */
245+
/*^^^^^^ entity.other.attribute-name.pseudo-class.css */
246+
/* ^ -entity.other.attribute-name.pseudo-class.css */
242247
:future {}
243248
/* <- entity.other.attribute-name.pseudo-class.css punctuation.definition.entity.pseudo-class.css */
244249
/* <- entity.other.attribute-name.pseudo-class.css */

0 commit comments

Comments
 (0)