Add mode specifications for jsx and blade templates
This commit is contained in:
parent
0ed4293029
commit
67c2b8ed1f
1 changed files with 2 additions and 0 deletions
|
@ -307,7 +307,9 @@
|
|||
"Major mode for editing msmtp configuration files."
|
||||
:interactive)
|
||||
|
||||
(add-to-list 'auto-mode-alist '("\\.blade\\.php\\'" . web-mode))
|
||||
(add-to-list 'auto-mode-alist '("\\.js\\'" . js2-mode))
|
||||
(add-to-list 'auto-mode-alist '("\\.jsx\\'" . rjsx-mode))
|
||||
(add-to-list 'auto-mode-alist '("\\.mbsyncrc\\'" . mbsync-conf-mode))
|
||||
(add-to-list 'auto-mode-alist '("\\.msmtprc\\'" . msmtprc-mode))
|
||||
|
||||
|
|
Loading…
Reference in a new issue