aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/textmodes/css-mode.el
diff options
context:
space:
mode:
authorHelmut Eller2026-04-04 20:59:46 +0200
committerHelmut Eller2026-04-04 20:59:46 +0200
commit6eec001187e8551f32b6498e6dc60cdc58c2e515 (patch)
tree13233de9f0a05ef86a51500e8b1870b75ff20c81 /lisp/textmodes/css-mode.el
parente4ea27119e79012f9d651cb61d1115589d91ef39 (diff)
parent01a9d78a7e4c7d7fa5b799e4fdc2caf77a012734 (diff)
downloademacs-feature/igc3.tar.gz
emacs-feature/igc3.zip
Merge branch 'master' into feature/igc3feature/igc3
Diffstat (limited to 'lisp/textmodes/css-mode.el')
-rw-r--r--lisp/textmodes/css-mode.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/textmodes/css-mode.el b/lisp/textmodes/css-mode.el
index a56fc018e18..355555df090 100644
--- a/lisp/textmodes/css-mode.el
+++ b/lisp/textmodes/css-mode.el
@@ -3,7 +3,7 @@
3;; Copyright (C) 2006-2026 Free Software Foundation, Inc. 3;; Copyright (C) 2006-2026 Free Software Foundation, Inc.
4 4
5;; Author: Stefan Monnier <monnier@iro.umontreal.ca> 5;; Author: Stefan Monnier <monnier@iro.umontreal.ca>
6;; Maintainer: Simen Heggestøyl <simenheg@gmail.com> 6;; Maintainer: Simen Heggestøyl <simenheg@runbox.com>
7;; Keywords: hypermedia 7;; Keywords: hypermedia
8 8
9;; This file is part of GNU Emacs. 9;; This file is part of GNU Emacs.
@@ -66,7 +66,7 @@
66 66
67(defconst css-pseudo-class-ids 67(defconst css-pseudo-class-ids
68 '("active" "checked" "default" "disabled" "empty" "enabled" "first" 68 '("active" "checked" "default" "disabled" "empty" "enabled" "first"
69 "first-child" "first-of-type" "focus" "focus-within" "hover" 69 "first-child" "first-of-type" "focus" "focus-within" "has" "hover"
70 "in-range" "indeterminate" "invalid" "lang" "last-child" 70 "in-range" "indeterminate" "invalid" "lang" "last-child"
71 "last-of-type" "left" "link" "not" "nth-child" "nth-last-child" 71 "last-of-type" "left" "link" "not" "nth-child" "nth-last-child"
72 "nth-last-of-type" "nth-of-type" "only-child" "only-of-type" 72 "nth-last-of-type" "nth-of-type" "only-child" "only-of-type"