Skip to content

Instantly share code, notes, and snippets.

@ecoleman
Created December 27, 2011 20:26
Show Gist options
  • Select an option

  • Save ecoleman/1525027 to your computer and use it in GitHub Desktop.

Select an option

Save ecoleman/1525027 to your computer and use it in GitHub Desktop.

Revisions

  1. ecoleman created this gist Dec 27, 2011.
    11 changes: 11 additions & 0 deletions gistfile1.vim
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,11 @@

    let g:tagbar_type_php = {
    \ 'ctagstype' : 'php',
    \ 'kinds' : [
    \ 'i:interfaces',
    \ 'c:classes',
    \ 'd:constant definitions',
    \ 'f:functions',
    \ 'j:javascript functions:1'
    \ ]
    \ }