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:
parent
7a4d823b39
commit
5ae02f90fe
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue