diff options
Diffstat (limited to 'lisp/textmodes')
| -rw-r--r-- | lisp/textmodes/css-mode.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/textmodes/css-mode.el b/lisp/textmodes/css-mode.el index 8f80b2c105b..2a61fe3736b 100644 --- a/lisp/textmodes/css-mode.el +++ b/lisp/textmodes/css-mode.el | |||
| @@ -53,7 +53,8 @@ | |||
| 53 | "Identifiers for pseudo-elements.") | 53 | "Identifiers for pseudo-elements.") |
| 54 | 54 | ||
| 55 | (defconst css-at-ids | 55 | (defconst css-at-ids |
| 56 | '("charset" "font-face" "import" "media" "namespace" "page") | 56 | '("charset" "font-face" "import" "keyframes" "media" "namespace" |
| 57 | "page") | ||
| 57 | "Identifiers that appear in the form @foo.") | 58 | "Identifiers that appear in the form @foo.") |
| 58 | 59 | ||
| 59 | (defconst scss-at-ids | 60 | (defconst scss-at-ids |