about summary refs log blame commit diff stats
path: root/exuberant_ctags_rc
blob: e8a6828a5c0732949bc408efabd83b188f43e07b (plain) (tree)
1
2
3
4
5
6
7
8
9


                                                
                                                 
                                                   
                                                    

                                                            
                                                                   
                                               
--langdef=mu
--langmap=mu:.mu
--regex-mu=/^def[ \t]+([^ \t]*)/\1/d,definition/
--regex-mu=/^def![ \t]+([^ \t]*)/\1/d,definition/
--regex-mu=/^recipe[ \t]+([^ \t]*)/\1/d,definition/
--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=/$x/x/x/e/ --------- next option is for way-points in Mu
--regex-mu=/^[ \t]*(<[^ \t]*>)/\1/d,definition/