mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-21 10:24:55 +00:00
Add "keyframes" to list of CSS at-rules
* lisp/textmodes/css-mode.el (css-at-ids): Add "keyframes" at-rule.
This commit is contained in:
parent
16af826eac
commit
0c9f35a9b0
@ -53,7 +53,8 @@
|
||||
"Identifiers for pseudo-elements.")
|
||||
|
||||
(defconst css-at-ids
|
||||
'("charset" "font-face" "import" "media" "namespace" "page")
|
||||
'("charset" "font-face" "import" "keyframes" "media" "namespace"
|
||||
"page")
|
||||
"Identifiers that appear in the form @foo.")
|
||||
|
||||
(defconst scss-at-ids
|
||||
|
Loading…
Reference in New Issue
Block a user