about summary refs log tree commit diff stats
path: root/arc
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2016-08-12 09:08:15 -0700
committerKartik K. Agaram <vc@akkartik.com>2016-08-12 09:08:15 -0700
commitd0442e5e49e84b2a0f2d6a336e0a2d55d06f6e85 (patch)
treee71509a0643281658477cb8d3c3d7b3c37562ebb /arc
parent0ca996fad6a9c188090e0a39e4f908696820da00 (diff)
downloadmu-d0442e5e49e84b2a0f2d6a336e0a2d55d06f6e85.tar.gz
3166
Diffstat (limited to 'arc')
-rw-r--r--arc/exuberant-ctags-rc7
1 files changed, 7 insertions, 0 deletions
diff --git a/arc/exuberant-ctags-rc b/arc/exuberant-ctags-rc
new file mode 100644
index 00000000..7d99b0b8
--- /dev/null
+++ b/arc/exuberant-ctags-rc
@@ -0,0 +1,7 @@
+--langdef=mu
+--langmap=mu:.mu
+--regex-mu=/^\(function[ \t]+([^ \t\[]+)/\1/d,definition/
+--regex-mu=/^\(recipe[ \t]+([^ \t\[]+)/\1/d,definition/
+--regex-mu=/^\(and-record[ \t]+([^ \t\[]+)/\1/t,type/
+--regex-mu=/^\(address[ \t]+([^ \t\[]+)/\1/t,type/
+--regex-mu=/^\(array[ \t]+([^ \t\[]+)/\1/t,type/