branch: elpa/drupal-mode
commit 4ee16687944e439aef51e83fbcc86396ab61a7d9
Author: Arne Jørgensen <[email protected]>
Commit: Arne Jørgensen <[email protected]>

    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