Subroutine e2b7 e2b7 2c c0 11 03 BBS [Branch if bits are '1'] #$03,$11c0,00e2ce ($12) e2bc a9 00 LDA [Load A with mem] #$00 . blah . blah . blah
d9ad 20 b7 e2 JSR $e2b7
感谢您的任何帮助,您可以提供
%%%%%%%%%% file '~/.ctags' %%%%%%%%%%%%%%%%%%%% --langmap=perl:+.pod --regex-perl=/^=head1[[:space:]]*(.+)/\1/o,pod/ --regex-perl=/^=head2[[:space:]]*(.+)$/. \1/o,pod/ --regex-perl=/^=head3[[:space:]]*(.+)$/.. \1/o,pod/ --regex-perl=/^=head4[[:space:]]*(.+)$/... \1/o,pod/ --regex-perl=/^=for[[:space:]]+([^:]+):(.*)$/*\1:\2/o,pod/ --regex-perl=/^__(DATA|END)__$/__\1__/l,labels/ --regex-make=/^([^:# \t]+)[ \t]*:($|[^=]+)/\1/t,targets/
要在taglist中使用它,你需要在〜/ .vimrc中添加两行.
对于上面的例子:
%%%%%%%%%% file '~/.vimrc' %%%%%%%%%%%%%%%%%%%% let tlist_perl_settings = 'perl;c:constants;f:formats;l:labels;p:packages;s:subroutines;d:subroutines;o:POD' let tlist_make_settings = 'make;m:makros;t:targets'
此screenshot显示标签列表导航窗口有额外的POD部分.
版权声明:本文内容由互联网用户自发贡献,该文观点与技术仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请发送邮件至 [email protected] 举报,一经查实,本站将立刻删除。