diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2016-08-12 09:08:15 -0700 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2016-08-12 09:08:15 -0700 |
commit | d0442e5e49e84b2a0f2d6a336e0a2d55d06f6e85 (patch) | |
tree | e71509a0643281658477cb8d3c3d7b3c37562ebb /arc | |
parent | 0ca996fad6a9c188090e0a39e4f908696820da00 (diff) | |
download | mu-d0442e5e49e84b2a0f2d6a336e0a2d55d06f6e85.tar.gz |
3166
Diffstat (limited to 'arc')
-rw-r--r-- | arc/exuberant-ctags-rc | 7 |
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/ |