hinrik / perl6-mode

Emacs major mode for Perl 6
GNU General Public License v3.0
36 stars 4 forks source link

Turn on a rudimentary imenu capability #11

Open tbrowder opened 8 years ago

tbrowder commented 8 years ago

I've incorporated your comments as best I can, and it still works! However, I couldn't find a way to remove this line:

(add-hook 'perl6-mode-hook 'imenu-add-menubar-index)

and still have a working imenu mode completely, but at least it is now in the main file with the other add-hook lines.

Please comment on anything else you think needs changing.

tbrowder commented 8 years ago

Added new features including index of classes, proto as type of sub, generalizing and documenting regexes better, a short test file to help develop regexes for various index items.

JJ commented 7 years ago

Would it be worth the while to merge these in an independent repo?