We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7746988 + 46aadae commit 184388fCopy full SHA for 184388f
elixir-mode.el
@@ -577,9 +577,9 @@ Argument END End of the region."
577
578
;;;###autoload
579
(progn
580
- (add-to-list 'auto-mode-alist '("\\.elixir$" . elixir-mode))
581
- (add-to-list 'auto-mode-alist '("\\.ex$" . elixir-mode))
582
- (add-to-list 'auto-mode-alist '("\\.exs$" . elixir-mode)))
+ (add-to-list 'auto-mode-alist '("\\.elixir\'" . elixir-mode))
+ (add-to-list 'auto-mode-alist '("\\.ex\'" . elixir-mode))
+ (add-to-list 'auto-mode-alist '("\\.exs\'" . elixir-mode)))
583
584
(provide 'elixir-mode)
585
;;; elixir-mode.el ends here
0 commit comments