Skip to content

crankyadmin/pig-ctags

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Pig Ctags

First install ctags if you don't have it already.

    brew install ctags

Copy the ctags file in the repo to $HOME/.ctags

    cp ctags $HOME/.ctags

Install tagbar (for vim) from https://github.com/majutsushi/tagbar

Then add the below to your vimrc file

    nmap <F8> :TagbarToggle<CR>
    let g:tagbar_type_pig = {
        \ 'ctagstype' : 'pig',
        \ 'kinds' : [
     \ 'a:Alias',
            \ 's:Set',
            \ 'r:REGISTER',
            \ 'd:DEFINE'
     \]
    \}

About

Ctags for Apache Pig

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published