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 07538cd commit 43d0a80Copy full SHA for 43d0a80
php-mode.el
@@ -1601,8 +1601,8 @@ The output will appear in the buffer *PHP*."
1601
1602
;;;###autoload
1603
(progn
1604
- (add-to-list 'auto-mode-alist '("\\.\\(?:php[s345]?\\|phtml\\)\\'" . php-mode-maybe))
1605
- (add-to-list 'auto-mode-alist '("\\.php_cs\\(?:\\.dist\\)?\\'" . php-mode)))
+ (add-to-list 'auto-mode-alist '("/\\.php_cs\\(?:\\.dist\\)?\\'" . php-mode))
+ (add-to-list 'auto-mode-alist '("\\.\\(?:php[s345]?\\|phtml\\)\\'" . php-mode-maybe)))
1606
1607
(provide 'php-mode)
1608
;;; php-mode.el ends here
0 commit comments