emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/drupal-mode 71f3ba70fe 116/308: Added .inc files as `php-m


From: ELPA Syncer
Subject: [nongnu] elpa/drupal-mode 71f3ba70fe 116/308: Added .inc files as `php-mode` as well.
Date: Tue, 25 Jan 2022 10:59:36 -0500 (EST)

branch: elpa/drupal-mode
commit 71f3ba70fee28db094507c2d2bc489727726cbd5
Author: Arne Jørgensen <arne@arnested.dk>
Commit: Arne Jørgensen <arne@arnested.dk>

    Added .inc files as `php-mode` as well.
---
 drupal-mode.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drupal-mode.el b/drupal-mode.el
index d05346efd2..84b49eada9 100644
--- a/drupal-mode.el
+++ b/drupal-mode.el
@@ -671,7 +671,7 @@ mode-hook."
 
 ;;;###autoload
 (progn
-  (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))
   (add-to-list 'auto-mode-alist '("[^/]\\.info\\'" . conf-windows-mode)))
 
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]