mu/editor/mu.ctags
Kartik K. Agaram d73c84e299 instructions for Universal Ctags
Thanks Sumeet Agarwal for raising this issue.
2021-07-07 19:34:54 -07:00

9 lines
210 B
Plaintext

--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/