emacs-elpa-diffs
[Top][All Lists]
Advanced

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

[nongnu] elpa/sass-mode c0147d2 10/31: Don't indent after "attr: value"


From: ELPA Syncer
Subject: [nongnu] elpa/sass-mode c0147d2 10/31: Don't indent after "attr: value" lines (fixes #5)
Date: Sun, 29 Aug 2021 11:29:37 -0400 (EDT)

branch: elpa/sass-mode
commit c0147d2e0c6c00149b49ab9e51da631fa1d621d6
Author: Steve Purcell <steve@sanityinc.com>
Commit: Steve Purcell <steve@sanityinc.com>

    Don't indent after "attr: value" lines (fixes #5)
---
 sass-mode.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/sass-mode.el b/sass-mode.el
index 11d8993..d8bdc94 100644
--- a/sass-mode.el
+++ b/sass-mode.el
@@ -48,6 +48,7 @@
   '("^.*,$" ;; Continued selectors
     "^ *@\\(extend\\|debug\\|warn\\|include\\|import\\)" ;; Single-line mixins
     "^ *[$!]" ;; Variables
+    "^ *[[:alnum:]]+ *:" ;; Plain attribute values
     )
   "A list of regexps that match lines of Sass that couldn't have
 text nested beneath them.")



reply via email to

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