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

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

[nongnu] elpa/sass-mode bf846d6 13/31: Merge pull request #11 from gramo


From: ELPA Syncer
Subject: [nongnu] elpa/sass-mode bf846d6 13/31: Merge pull request #11 from gramos/fix_auto-mode-alist_pattern
Date: Sun, 29 Aug 2021 11:29:38 -0400 (EDT)

branch: elpa/sass-mode
commit bf846d61fe550c444bd5b319a87018a4800ba48a
Merge: 26dff5f 30f6132
Author: Nathan Weizenbaum <nex342@gmail.com>
Commit: Nathan Weizenbaum <nex342@gmail.com>

    Merge pull request #11 from gramos/fix_auto-mode-alist_pattern
    
    auto-mode-alisp pattern should ends with \\
---
 sass-mode.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sass-mode.el b/sass-mode.el
index 853d414..3c94cea 100644
--- a/sass-mode.el
+++ b/sass-mode.el
@@ -203,7 +203,7 @@ LIMIT is the limit of the search."
         finally return t))
 
 ;;;###autoload
-(add-to-list 'auto-mode-alist '("\\.sass$" . sass-mode))
+(add-to-list 'auto-mode-alist '("\\.sass\\'" . sass-mode))
 
 ;; Setup/Activation
 (provide 'sass-mode)



reply via email to

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