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

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

[nongnu] elpa/sass-mode 9d05841 08/31: auto-mode-alisp patter should end


From: ELPA Syncer
Subject: [nongnu] elpa/sass-mode 9d05841 08/31: auto-mode-alisp patter should ends with \\ is better
Date: Sun, 29 Aug 2021 11:29:37 -0400 (EDT)

branch: elpa/sass-mode
commit 9d058414031ce5d062de70f169f55d88fda93032
Author: Gaston Ramos <ramos.gaston@gmail.com>
Commit: Gaston Ramos <ramos.gaston@gmail.com>

    auto-mode-alisp patter should ends with \\ is better
    for string ends see: http://www.emacswiki.org/emacs/AutoModeAlist
---
 sass-mode.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sass-mode.el b/sass-mode.el
index 11d8993..cf52651 100644
--- a/sass-mode.el
+++ b/sass-mode.el
@@ -202,7 +202,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]