summaryrefslogtreecommitdiff
path: root/helm-imenu.el
diff options
context:
space:
mode:
authorThierry Volpiatto <thierry.volpiatto@gmail.com>2017-03-10 07:13:15 +0100
committerThierry Volpiatto <thierry.volpiatto@gmail.com>2017-03-10 07:13:15 +0100
commitbcb049a4a2d5caf2a0b110ccf1b31198653dc847 (patch)
tree32ae0b576d1bba59a966e15c57e3b93140c9ce80 /helm-imenu.el
parenta794614c975a7decf7bcc58189b89e4d69475fff (diff)
Add new types for C in imenu transformer.
* helm-imenu.el (helm-imenu-transformer): Add Includes and Functions.
Diffstat (limited to 'helm-imenu.el')
-rw-r--r--helm-imenu.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/helm-imenu.el b/helm-imenu.el
index 74191482..fddb40d1 100644
--- a/helm-imenu.el
+++ b/helm-imenu.el
@@ -261,10 +261,10 @@ When nil all candidates are displayed in a single source."
(propertize
x 'face (cond ((member x '("Variables" "Classes"))
'font-lock-variable-name-face)
- ((member x '("Function" "Defuns"))
+ ((member x '("Function" "Functions" "Defuns"))
'font-lock-function-name-face)
((member x '("Types" "Provides" "Requires"
- "Imports" "Misc" "Code"))
+ "Includes" "Imports" "Misc" "Code"))
'font-lock-type-face))))
types helm-imenu-delimiter)
for disp = (propertize disp1 'help-echo bufname)