Created
November 2, 2014 10:46
-
-
Save Shtucer/883795bc05c4ea70e73b to your computer and use it in GitHub Desktop.
Tagbar html
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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