[htmltmpl] Using ctags with HTML::Template
Brought to you by:
samtregar
From: Matias A. G. <ma...@ni...> - 2006-08-25 20:36:46
|
Hi all, A small tip, that I just 'discover'. Adding: --langdef=3Dhtml_template --langmap=3Dhtml_template:.tmpl --regex-html_template=3D/<tmpl_var\s+([a-zA-Z0-9_]+)>/\1/d,definition/i --regex-html_template=3D/<tmpl_loop\s+([a-zA-Z0-9_]+)>/\1/d,definition/i --regex-html_template=3D/<tmpl_if\s+([a-zA-Z0-9_]+)>/\1/d,definition/i to your $HTML/.ctags file will make ctags to index HTML::Template files. I found that very useful when navigating our code using VIM o other editor. regards, mat=EDas --=20 Mat=EDas Alejo Garc=EDa NITS Argentina | http://www.nits.com.ar |