* bug#42700: 28.0.50; [PATCH] Add sass use rule
@ 2020-08-03 15:12 Theodor Thornhill via Bug reports for GNU Emacs, the Swiss army knife of text editors
2020-08-04 10:13 ` Lars Ingebrigtsen
0 siblings, 1 reply; 2+ messages in thread
From: Theodor Thornhill via Bug reports for GNU Emacs, the Swiss army knife of text editors @ 2020-08-03 15:12 UTC (permalink / raw)
To: 42700
[-- Attachment #1: Type: text/plain, Size: 69 bytes --]
A small patch adding the "@use" declaration to scss-mode.
--
Theo
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-Add-sass-use-rule.patch --]
[-- Type: text/x-patch, Size: 873 bytes --]
From 3d026a6b157c29cbe53c72be148c68b47ffe582c Mon Sep 17 00:00:00 2001
From: = <=>
Date: Sat, 1 Aug 2020 08:42:25 +0200
Subject: [PATCH] Add sass @use rule
* lisp/textmodes/css-mode.el (scss-at-ids): add 'use' to scss-at-ids
for autocompletion.
---
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 2cd99787e8..cc5879880c 100644
--- a/lisp/textmodes/css-mode.el
+++ b/lisp/textmodes/css-mode.el
@@ -67,7 +67,7 @@ css-at-ids
(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.")
--
2.27.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2020-08-04 10:13 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-08-03 15:12 bug#42700: 28.0.50; [PATCH] Add sass use rule Theodor Thornhill via Bug reports for GNU Emacs, the Swiss army knife of text editors
2020-08-04 10:13 ` Lars Ingebrigtsen
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).