branch: elpa/lua-mode
commit e6faecc26a8cb0bd20dd873520f7deea7c775099
Author: USAMI Kenta <[email protected]>
Commit: USAMI Kenta <[email protected]>
Use \\' instead of $
see https://www.emacswiki.org/emacs/AutoModeAlist
---
lua-mode.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lua-mode.el b/lua-mode.el
index 1ca228b..4db8dd5 100644
--- a/lua-mode.el
+++ b/lua-mode.el
@@ -780,7 +780,7 @@ Groups 6-9 can be used in any of argument regexps."
;;;###autoload
-(add-to-list 'auto-mode-alist '("\\.lua$" . lua-mode))
+(add-to-list 'auto-mode-alist '("\\.lua\\'" . lua-mode))
;;;###autoload
(add-to-list 'interpreter-mode-alist '("lua" . lua-mode))