css-mode.el: Add "not" pseudo-class
Fixes: debbugs:20267 * textmodes/css-mode.el (css-pseudo-class-ids): Add "not" to list of CSS pseudo-classes.
This commit is contained in:
parent
011cc843ea
commit
e597344849
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@
|
|||
(defconst css-pseudo-class-ids
|
||||
'("active" "checked" "disabled" "empty" "enabled" "first"
|
||||
"first-child" "first-of-type" "focus" "hover" "indeterminate" "lang"
|
||||
"last-child" "last-of-type" "left" "link" "nth-child"
|
||||
"last-child" "last-of-type" "left" "link" "not" "nth-child"
|
||||
"nth-last-child" "nth-last-of-type" "nth-of-type" "only-child"
|
||||
"only-of-type" "right" "root" "target" "visited")
|
||||
"Identifiers for pseudo-classes.")
|
||||
|
|
Loading…
Add table
Reference in a new issue