branch: elpa/sass-mode commit bf846d61fe550c444bd5b319a87018a4800ba48a Merge: 26dff5f 30f6132 Author: Nathan Weizenbaum <nex...@gmail.com> Commit: Nathan Weizenbaum <nex...@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)