Add selection to css-pseudo-element-ids

* lisp/textmodes/css-mode.el (css-pseudo-element-ids): Add
selection as an element id (bug#50345).
This commit is contained in:
Theodor Thornhill 2021-09-03 08:13:49 +02:00 committed by Lars Ingebrigtsen
parent 7a4d823b39
commit 5ae02f90fe

View file

@ -57,7 +57,7 @@
"Identifiers for pseudo-classes.")
(defconst css-pseudo-element-ids
'("after" "before" "first-letter" "first-line")
'("after" "before" "first-letter" "first-line" "selection")
"Identifiers for pseudo-elements.")
(defconst css-at-ids