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.
php-mode
1 parent dfd4582 commit 71f3ba7Copy full SHA for 71f3ba7
drupal-mode.el
@@ -671,7 +671,7 @@ mode-hook."
671
672
;;;###autoload
673
(progn
674
- (add-to-list 'auto-mode-alist '("[^/]\\.\\(module\\|test\\|install\\|profile\\|tpl\\.php\\|theme\\)\\'" . php-mode))
+ (add-to-list 'auto-mode-alist '("[^/]\\.\\(module\\|test\\|install\\|profile\\|tpl\\.php\\|theme\\|inc\\)\\'" . php-mode))
675
(add-to-list 'auto-mode-alist '("[^/]\\.info\\'" . conf-windows-mode)))
676
677
0 commit comments