Skip to content

Commit 103382a

Browse files
authored
Merge pull request #3 from jacobcassidy/main
Add `:where` and `:is` selectors
2 parents 4ab8ebc + 1452547 commit 103382a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

grammars/css.cson

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1147,7 +1147,7 @@
11471147
}
11481148
{
11491149
# Logical / Selector-based
1150-
'begin': '(?i)((:)(?:not|has|matches))(\\()'
1150+
'begin': '(?i)((:)(?:not|has|matches|where|is))(\\()'
11511151
'beginCaptures':
11521152
'1':
11531153
'name': 'entity.other.attribute-name.pseudo-class.css'

0 commit comments

Comments
 (0)