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

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

[nongnu] elpa/sass-mode 658f745 11/31: Hyphens are also valid in css att


From: ELPA Syncer
Subject: [nongnu] elpa/sass-mode 658f745 11/31: Hyphens are also valid in css attribute names
Date: Sun, 29 Aug 2021 11:29:38 -0400 (EDT)

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

    Hyphens are also valid in css attribute names
---
 sass-mode.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sass-mode.el b/sass-mode.el
index d8bdc94..853d414 100644
--- a/sass-mode.el
+++ b/sass-mode.el
@@ -48,7 +48,7 @@
   '("^.*,$" ;; Continued selectors
     "^ *@\\(extend\\|debug\\|warn\\|include\\|import\\)" ;; Single-line mixins
     "^ *[$!]" ;; Variables
-    "^ *[[:alnum:]]+ *:" ;; Plain attribute values
+    "^ *[[: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]