We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f7dbbea + bbcc4da commit c53e0c1Copy full SHA for c53e0c1
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