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

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

[nongnu] elpa/sass-mode 26dff5f 12/31: Merge pull request #12 from purce


From: ELPA Syncer
Subject: [nongnu] elpa/sass-mode 26dff5f 12/31: Merge pull request #12 from purcell/master
Date: Sun, 29 Aug 2021 11:29:38 -0400 (EDT)

branch: elpa/sass-mode
commit 26dff5fd9afa1a5ffec62ba42913c71355232355
Merge: 242b0ea 658f745
Author: Nathan Weizenbaum <nex342@gmail.com>
Commit: Nathan Weizenbaum <nex342@gmail.com>

    Merge pull request #12 from purcell/master
    
    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..853d414 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]