branch: elpa/drupal-mode
commit da62dbfc22c688770dbd100a41259326beea9431
Author: Arne Jørgensen <[email protected]>
Commit: Arne Jørgensen <[email protected]>
Added missing EOL.
---
drush-make-mode.el | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/drush-make-mode.el b/drush-make-mode.el
index 57b45cd932..2ccf22d8cd 100644
--- a/drush-make-mode.el
+++ b/drush-make-mode.el
@@ -44,7 +44,8 @@
;; Setup and use `imenu' for building an index.
(setq imenu-generic-expression
'(("Libraries" "^libraries\\[\\([^]]+\\)\\]\\[download\\]\\[type\\]
*=" 1)
- ("Themes" "^projects\\[\\([^]]+\\)\\]\\[type\\] *= *theme" 1)
("Modules" "^projects\\[\\([^]]+\\)\\]\\[type\\] *= *module" 1)
+ ("Themes" "^projects\\[\\([^]]+\\)\\]\\[type\\] *= *theme" 1)
+ ("Modules" "^projects\\[\\([^]]+\\)\\]\\[type\\] *= *module" 1)
("Profiles" "^projects\\[\\([^]]+\\)\\]\\[type\\] *= *profile" 1)
("Sections" "^;;; \\(.*\\)" 1)))
(setq imenu-sort-function #'imenu--sort-by-name)