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

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

[nongnu] elpa/drupal-mode 4ee1668794 108/308: Added `web-mode.el' as a P


From: ELPA Syncer
Subject: [nongnu] elpa/drupal-mode 4ee1668794 108/308: Added `web-mode.el' as a PHP file mode.
Date: Tue, 25 Jan 2022 10:59:35 -0500 (EST)

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

    Added `web-mode.el' as a PHP file mode.
---
 drupal-mode.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drupal-mode.el b/drupal-mode.el
index 77f24c721f..372f63ab75 100644
--- a/drupal-mode.el
+++ b/drupal-mode.el
@@ -138,7 +138,7 @@ Include path to the executable if it is not in your $PATH."
   :group 'drupal-drush)
 
 ;;;###autoload
-(defcustom drupal-php-modes (list 'php-mode 'web-mode)
+(defcustom drupal-php-modes (list 'php-mode 'php+-mode 'web-mode)
   "Major modes to consider PHP in Drupal mode."
   :type '(repeat symbol)
   :group 'drupal)



reply via email to

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