branch: elpa/sass-mode commit 30f6132ef9e8febd778c0e24f65f494f8c05fc02 Author: Gaston Ramos <ramos.gas...@gmail.com> Commit: Gaston Ramos <ramos.gas...@gmail.com>
added missing ' in auto-mode-alisp --- sass-mode.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sass-mode.el b/sass-mode.el index cf52651..89748a9 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)