branch: elpa/sass-mode commit 9d058414031ce5d062de70f169f55d88fda93032 Author: Gaston Ramos <ramos.gas...@gmail.com> Commit: Gaston Ramos <ramos.gas...@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)