about summary refs log tree commit diff stats
path: root/exuberant_ctags_rc
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2016-12-27 09:08:30 -0800
committerKartik K. Agaram <vc@akkartik.com>2016-12-27 09:08:30 -0800
commit7be07a6bc84b383dcf78b990a99e3d6370bd5741 (patch)
treefb84675df8b136c7c366894a0bc20b1b11833d5c /exuberant_ctags_rc
parentd3de3187133361a56c2cb3e8aa7f5edd6f2ebbb5 (diff)
downloadmu-7be07a6bc84b383dcf78b990a99e3d6370bd5741.tar.gz
3719 - cross-link Mu waypoints to their location
Diffstat (limited to 'exuberant_ctags_rc')
-rw-r--r--exuberant_ctags_rc1
1 files changed, 1 insertions, 0 deletions
diff --git a/exuberant_ctags_rc b/exuberant_ctags_rc
index ce0ac4a8..25d3780c 100644
--- a/exuberant_ctags_rc
+++ b/exuberant_ctags_rc
@@ -6,3 +6,4 @@
 --regex-mu=/^recipe![ \t]+([^ \t]*)/\1/d,definition/
 --regex-mu=/^container[ \t]+([^ \t]*)/\1/s,struct/
 --regex-mu=/^exclusive-container[ \t]+([^ \t]*)/\1/u,union/
+--regex-mu=/^[ \t]*(<[^ \t]*>)/\1/d,definition/