Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/XuJiandong/lua-ctags

By parsing output from luac program, generate tags file.
https://github.com/XuJiandong/lua-ctags

Last synced: 29 days ago
JSON representation

By parsing output from luac program, generate tags file.

Awesome Lists containing this project

README

        

By parsing output from luac program, generate tags file.
The result is better than files from ctags.

Note: the nested functions and anonymous functions are removed.

Sample usage:
One file:
> lua lua_tags.lua ../test/simple.lua > tags

More files:
> lua lua_tags.lua ../test/simple.lua ../test/more_functions.lua > tags
> lua lua_tags.lua ../test/*.lua > tags

Check if it works:
> lua lua_tags test