lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


On 4/3/14, steve donovan <steve.j.donovan@gmail.com> wrote:
> Hi all,
>
> For those editors that support it [1], tag files [2] are a very useful
> way to navigate source.
>
> However, the 'canonical' Exuberant Tags program does not do a good job
> for Lua. ltags [0] does better:
>  - tags based on simple name of function
>  - generates extended type information. including whether a function
> is local to a file
>  - does file-level locals
>

Steve,
very interesting, indeed!
'ctags' supports emacs via '-e' switch. Does 'ltags' support emacs as well?

--Leo--