about summary refs log blame commit diff stats
path: root/exuberant_ctags_rc
blob: 25d3780c1f289183ea822e839e9224d0b7d2ea13 (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=/^[ \t]*(<[^ \t]*>)/\1/d,definition/