Hi Chris, For me, the following works perfect: ctags --langmap="Asm:.asm.inc" *.asm *.inc Regards, Tamas On Jan 11, 2008 8:47 PM, Christopher Cole wrote: > I am using ctags in gvim to navigate some PIC asm source code that I have > inherited :-/ > > For the most part, ctags is working very well, and it is saving me a lot > of > time learning this code. However, ctags is not picking up some > definitions. > Has anyone been able to configure ctags to properly parse PIC asm code? > It > seems to work for the most part, except for variable declarations made in > the > .asm file, for example: > > decl bank0, varname, 1 > > However, ctags picks these types of declarations up if they are made in an > include or header file. > > Macro definitions aren't being picked up. > Constant declarations are also not being picked up: > > constant constname = 1 > > Can anyone shed some insight on configuring ctags to produce a better tags > file for PIC asm users? > > Thanks, > -Chris > > -- > | Christopher Cole, Cole Design and Development > cole@coledd.com | > | Embedded Software Development and Electronic Design > http://coledd.com | > | Akron, Ohio, USA > 800-518-2154 | > -- > http://www.piclist.com PIC/SX FAQ & list archive > View/change your membership options at > http://mailman.mit.edu/mailman/listinfo/piclist > -- http://www.piclist.com PIC/SX FAQ & list archive View/change your membership options at http://mailman.mit.edu/mailman/listinfo/piclist