about summary refs log tree commit diff stats
path: root/archive/1.vm/052tangle.cc
Commit message (Expand)AuthorAgeFilesLines
* 5852Kartik Agaram2020-01-011-0/+529
mu/blame/exuberant-ctags-rc?h=hlt&id=37e0a43179e674ae9f1c2aa74afafa3c64b53e6e'>^
37e0a431 ^
4ec5d851 ^
d2e606f4 ^
6c52e24e ^

42f08f13 ^
7be07a6b ^
1
2
3
4
5
6
7
8
9
10
11


                                                
                                                 
                                                   
                                                    
                                              

                                                            
                                                                   
                                               
--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=/^type[ \t]+([^ \t]*)/\1/t,typeref/
--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/