Skip to content

Commit da62dbf

Browse files
committed
Added missing EOL.
1 parent ec024f1 commit da62dbf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

drush-make-mode.el

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,8 @@
4444
;; Setup and use `imenu' for building an index.
4545
(setq imenu-generic-expression
4646
'(("Libraries" "^libraries\\[\\([^]]+\\)\\]\\[download\\]\\[type\\] *=" 1)
47-
("Themes" "^projects\\[\\([^]]+\\)\\]\\[type\\] *= *theme" 1) ("Modules" "^projects\\[\\([^]]+\\)\\]\\[type\\] *= *module" 1)
47+
("Themes" "^projects\\[\\([^]]+\\)\\]\\[type\\] *= *theme" 1)
48+
("Modules" "^projects\\[\\([^]]+\\)\\]\\[type\\] *= *module" 1)
4849
("Profiles" "^projects\\[\\([^]]+\\)\\]\\[type\\] *= *profile" 1)
4950
("Sections" "^;;; \\(.*\\)" 1)))
5051
(setq imenu-sort-function #'imenu--sort-by-name)

0 commit comments

Comments
 (0)