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 69999c1 + 670870c commit 6ff1db2Copy full SHA for 6ff1db2
elixir-mode.el
@@ -562,9 +562,9 @@ Argument END End of the region."
562
563
;;;###autoload
564
(progn
565
- (add-to-list 'auto-mode-alist '("\\.elixir\'" . elixir-mode))
566
- (add-to-list 'auto-mode-alist '("\\.ex\'" . elixir-mode))
567
- (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)))
568
569
(provide 'elixir-mode)
570
;;; elixir-mode.el ends here
0 commit comments