Search found 1 match

by neurotwit
Sun May 16, 2004 10:29 pm
Forum: General
Topic: FindTag 2.0 beta 2 (ctags add-on) has been released
Replies: 3
Views: 1716

ctags.cnf

I was able to get this set up for my PHP project but it wasn't finding my include files (.inc) because that extension isn't mapped to PHP by CTAGS. After lots of playing around I was able to fix the problem by creating a ctags.cnf file with the following line:
--language-force=PHP


Note that you ...