We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec024f1 commit da62dbfCopy full SHA for da62dbf
drush-make-mode.el
@@ -44,7 +44,8 @@
44
;; Setup and use `imenu' for building an index.
45
(setq imenu-generic-expression
46
'(("Libraries" "^libraries\\[\\([^]]+\\)\\]\\[download\\]\\[type\\] *=" 1)
47
- ("Themes" "^projects\\[\\([^]]+\\)\\]\\[type\\] *= *theme" 1) ("Modules" "^projects\\[\\([^]]+\\)\\]\\[type\\] *= *module" 1)
+ ("Themes" "^projects\\[\\([^]]+\\)\\]\\[type\\] *= *theme" 1)
48
+ ("Modules" "^projects\\[\\([^]]+\\)\\]\\[type\\] *= *module" 1)
49
("Profiles" "^projects\\[\\([^]]+\\)\\]\\[type\\] *= *profile" 1)
50
("Sections" "^;;; \\(.*\\)" 1)))
51
(setq imenu-sort-function #'imenu--sort-by-name)
0 commit comments