Skip to content

Instantly share code, notes, and snippets.

@zengargoyle
Created July 28, 2017 21:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zengargoyle/77f253d6d721e4b6287b8e5321b31e9f to your computer and use it in GitHub Desktop.
Save zengargoyle/77f253d6d721e4b6287b8e5321b31e9f to your computer and use it in GitHub Desktop.
perl6 vim tagbar plugin config
" bare minimum for TagBar
" See :help tagbar-extend for more details.
let g:tagbar_type_perl6 = {
\ 'ctagstype' : 'perl6',
\ 'kinds' : [
\ 'c:classes',
\ 'g:grammar',
\ 'm:methods',
\ 'o:modules',
\ 'p:packages',
\ 'r:roles',
\ 'u:rules',
\ 'b:submethods',
\ 's:subroutines',
\ 't:tokens'
\ ]
\ }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment