mu/exuberant_ctags_rc

12 lines
510 B
Plaintext
Raw Normal View History

--langdef=mu
--langmap=mu:.mu
--regex-mu=/^def[ \t]+([^ \t]*)/\1/d,definition/
2016-06-25 01:17:11 +00:00
--regex-mu=/^def![ \t]+([^ \t]*)/\1/d,definition/
--regex-mu=/^recipe[ \t]+([^ \t]*)/\1/d,definition/
2016-06-25 01:17:11 +00:00
--regex-mu=/^recipe![ \t]+([^ \t]*)/\1/d,definition/
2017-06-17 06:39:05 +00:00
--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/
2017-01-12 06:44:25 +00:00
--regex-mu=/$x/x/x/e/ --------- next option is for way-points in Mu
--regex-mu=/^[ \t]*(<[^ \t]*>)/\1/d,definition/