Skip to content

Commit 71f3ba7

Browse files
committed
Added .inc files as php-mode as well.
1 parent dfd4582 commit 71f3ba7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drupal-mode.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -671,7 +671,7 @@ mode-hook."
671671

672672
;;;###autoload
673673
(progn
674-
(add-to-list 'auto-mode-alist '("[^/]\\.\\(module\\|test\\|install\\|profile\\|tpl\\.php\\|theme\\)\\'" . php-mode))
674+
(add-to-list 'auto-mode-alist '("[^/]\\.\\(module\\|test\\|install\\|profile\\|tpl\\.php\\|theme\\|inc\\)\\'" . php-mode))
675675
(add-to-list 'auto-mode-alist '("[^/]\\.info\\'" . conf-windows-mode)))
676676

677677

0 commit comments

Comments
 (0)