On Sat, Dec 02, 2006 at 11:08:00AM -0800, Yegappan Lakshmanan wrote:
> Hi,
> 
> On 12/2/06, Tom Purl <[EMAIL PROTECTED]> wrote:
[snip]
> >I took a look at the "tag" documentation, and it looks like I'll need to
> >find some type of tag processor for my headings, but I don't know where
> >to start.  Is the help tag processor for vim available as a separate
> >script, or would I have to register my wiki pages as help pages in order
> >to use it?  Am I even going about this correctly?
> >
> 
> You can use exuberant ctags to generate the tags file. Exuberant
> ctags is easily extendable to add support for new types of files.
> Visit the following page for more information.
> 
> http://ctags.sourceforge.net/EXTENDING.html
> 
> - Yegappan

     If you are lucky, ctags already supports your language.  If not,
another option is to write a script to generate the tags file yourself.
If you want to use a vim script to do it, then you may find aux2tags.vim
helpful as a starting point:
http://www.vim.org/scripts/script.php?script_id=74

HTH                                     --Benji Fisher

Reply via email to