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 17fe1f8 + 8bd216d commit cade4ceCopy full SHA for cade4ce
php-mode.el
@@ -1693,6 +1693,7 @@ The output will appear in the buffer *PHP*."
1693
;;;###autoload
1694
(progn
1695
(add-to-list 'auto-mode-alist '("/\\.php_cs\\(?:\\.dist\\)?\\'" . php-mode))
1696
+ (add-to-list 'auto-mode-alist '("\\.\\(?:php\\.inc\\|stub\\)\\'" . php-mode))
1697
(add-to-list 'auto-mode-alist '("\\.\\(?:php[s345]?\\|phtml\\)\\'" . php-mode-maybe)))
1698
1699
(provide 'php-mode)
0 commit comments