Skip to content

Instantly share code, notes, and snippets.

@Shtucer
Created November 2, 2014 10:46
Show Gist options
  • Save Shtucer/883795bc05c4ea70e73b to your computer and use it in GitHub Desktop.
Save Shtucer/883795bc05c4ea70e73b to your computer and use it in GitHub Desktop.
Tagbar html
let g:tagbar_type_html = {
\ 'ctagstype' : 'html',
\ 'kinds' : [
\ 'f:JavaScript funtions',
\ 'a:named anchors',
\ 'r:html',
\ 'b:body',
\ 'o:object',
\ 'c:class',
\ ],
\ 'ctagsargs' : '-f - --html-kinds=fabr'
\ }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment