emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master b8b2540: Add sass @use rule to css-mode


From: Lars Ingebrigtsen
Subject: master b8b2540: Add sass @use rule to css-mode
Date: Tue, 4 Aug 2020 06:12:57 -0400 (EDT)

branch: master
commit b8b25400d544b2178ddc51de05a681ed11d581d6
Author: Theodor Thornhill <theo@thornhill.no>
Commit: Lars Ingebrigtsen <larsi@gnus.org>

    Add sass @use rule to css-mode
    
    * lisp/textmodes/css-mode.el (scss-at-ids): Add 'use' to scss-at-ids
    for autocompletion (bug#42700).
---
 lisp/textmodes/css-mode.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/textmodes/css-mode.el b/lisp/textmodes/css-mode.el
index 2cd9978..cc58798 100644
--- a/lisp/textmodes/css-mode.el
+++ b/lisp/textmodes/css-mode.el
@@ -67,7 +67,7 @@
 
 (defconst scss-at-ids
   '("at-root" "content" "debug" "each" "else" "else if" "error" "extend"
-    "for" "function" "if" "import" "include" "mixin" "return" "warn"
+    "for" "function" "if" "import" "include" "mixin" "return" "use" "warn"
     "while")
   "Additional identifiers that appear in the form @foo in SCSS.")
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]