diff options
Diffstat (limited to 'lisp/textmodes/css-mode.el')
| -rw-r--r-- | lisp/textmodes/css-mode.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/textmodes/css-mode.el b/lisp/textmodes/css-mode.el index 2cd99787e8a..cc5879880c8 100644 --- a/lisp/textmodes/css-mode.el +++ b/lisp/textmodes/css-mode.el | |||
| @@ -67,7 +67,7 @@ | |||
| 67 | 67 | ||
| 68 | (defconst scss-at-ids | 68 | (defconst scss-at-ids |
| 69 | '("at-root" "content" "debug" "each" "else" "else if" "error" "extend" | 69 | '("at-root" "content" "debug" "each" "else" "else if" "error" "extend" |
| 70 | "for" "function" "if" "import" "include" "mixin" "return" "warn" | 70 | "for" "function" "if" "import" "include" "mixin" "return" "use" "warn" |
| 71 | "while") | 71 | "while") |
| 72 | "Additional identifiers that appear in the form @foo in SCSS.") | 72 | "Additional identifiers that appear in the form @foo in SCSS.") |
| 73 | 73 | ||