Thanks for the quick reply:
On Friday 22 May 2009, Yegappan Lakshmanan wrote:
> > Can this be done?
>
> The taglist plugin relies on exuberant ctags to parse a file and generate
> the tags defined in that file.
>
> If exuberant ctags supports generating tags for Javascript function
> literals, then the taglist plugin can display them.
>
> Try running exuberant ctags from the command line on the javascript file
> and see whether the tags are generated for function literals.
>
> The taglist plugin provides several configuration variables to control the
> options that are passed to exuberant ctags.
I probably don't fully understand your instructions, but I did the following:
:!ctags %
I did not see an output file produced.
After invoking tlisttoggle a couple of times and pressing 'u' in
the taglist window, I did not see any changes - I.E. no tagging
yet.
Could the regexes for the function literals be added to my .ctags
file without clobbering the compiled-in regexes for the
function funcname(){} form?
many thanks
tim