about summary refs log tree commit diff stats
path: root/editor/exuberant_ctags_rc
blob: 92e873f91ea7bc810635fa143647f50606ff5f21 (plain) (blame)
1
2
3
4
5
6
7
8
--langdef=mu
--langmap=mu:.mu
--regex-mu=/^fn[ \t]+([^ \t]*)/\1/d,definition/
--regex-mu=/^type[ \t]+([^ \t]*)/\1/t,typeref/

--langdef=subx
--langmap=subx:.subx
--regex-subx=/^([^$ #][^ #]*):/\1/d,definition/