much love
[mu.git] / editor / mu.ctags
blob92e873f91ea7bc810635fa143647f50606ff5f21
1 --langdef=mu
2 --langmap=mu:.mu
3 --regex-mu=/^fn[ \t]+([^ \t]*)/\1/d,definition/
4 --regex-mu=/^type[ \t]+([^ \t]*)/\1/t,typeref/
6 --langdef=subx
7 --langmap=subx:.subx
8 --regex-subx=/^([^$ #][^ #]*):/\1/d,definition/