]> git.eshelyaron.com Git - emacs.git/commitdiff
Add selection to css-pseudo-element-ids
authorTheodor Thornhill <theo@thornhill.no>
Fri, 3 Sep 2021 06:13:49 +0000 (08:13 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Fri, 3 Sep 2021 06:13:49 +0000 (08:13 +0200)
* lisp/textmodes/css-mode.el (css-pseudo-element-ids): Add
selection as an element id (bug#50345).

lisp/textmodes/css-mode.el

index 61a2f6b3bc0317a432594a8122a19bb1b3b21979..3bcd9c9766765f9fd8eeaefc6f6113c46533d129 100644 (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