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.
1 parent 17fe1f8 commit 8bd216dCopy full SHA for 8bd216d
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