about summary refs log blame commit diff stats
path: root/exuberant-ctags-rc
blob: 73677b8dd1442773a70892c1b41e760f053b9615 (plain) (tree)
1
2
3
4
5
6
7
8







                                                           
--langdef=mu
--langmap=mu:.mu
--regex-mu=/^def[ \t]+([^ \t]*)/\1/d,definition/
--regex-mu=/^recipe[ \t]+([^ \t]*)/\1/d,definition/
--regex-mu=/^before[ \t]+([^ \t]*)/\1/d,definition/
--regex-mu=/^after[ \t]+([^ \t]*)/\1/d,definition/
--regex-mu=/^container[ \t]+([^ \t]*)/\1/s,struct/
--regex-mu=/^exclusive-container[ \t]+([^ \t]*)/\1/u,union/