On Thu, Dec 11, 2008 at 01:57:46PM -0800, [email protected] wrote:
>
> Does anybody know how to configure ctags and taglist plugins for use
> with LaTeX ?
What kind of information do you want to put into the tag file?
You can teach ctags to use arbitrary regular expressions
Eg this will teach ctags to match the name after the class and mark it
as a "c" tag:
'--regex-PHP=/abstract class ([^ ]*)/\1/c/'
Can you rephrase your question and tell what kind of tags you'd like to
get? I imagine something like this:
How can I tag all \subsection{title} titles and jump to them?
Have you already used tags before?
Marc Weber
My exuberant ctags doesn't seem to support .tex or LaTeX natively:
marc %ctags --list-languages
Asm
Asp
Awk
Basic
BETA
C
C++
C#
Cobol
Eiffel
Erlang
Fortran
HTML
Java
JavaScript
Lisp
Lua
Make
Pascal
Perl
PHP
Python
REXX
Ruby
Scheme
Sh
SLang
SML
SQL
Tcl
Vera
Verilog
Vim
YAC
--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_use" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---