We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7dbbea commit bbcc4daCopy full SHA for bbcc4da
php.el
@@ -107,7 +107,7 @@ You can replace \"en\" with your ISO language code."
107
108
(defcustom php-template-mode-alist
109
`(("\\.blade" . ,php-blade-template-major-mode)
110
- ("\\.phpt\\'" . ,(if (fboundp 'phpt-mode) 'phpt-mode php-html-template-major-mode))
+ ("\\.phpt\\'" . ,(if (fboundp 'phpt-mode) 'phpt-mode php-default-major-mode))
111
("\\.phtml\\'" . ,php-html-template-major-mode))
112
"Automatically use another MAJOR-MODE when open template file."
113
:group 'php
0 commit comments