This commit is contained in:
Kartik K. Agaram 2016-08-12 09:08:15 -07:00
parent 0ca996fad6
commit d0442e5e49
1 changed files with 7 additions and 0 deletions

7
arc/exuberant-ctags-rc Normal file
View File

@ -0,0 +1,7 @@
--langdef=mu
--langmap=mu:.mu
--regex-mu=/^\(function[ \t]+([^ \t\[]+)/\1/d,definition/
--regex-mu=/^\(recipe[ \t]+([^ \t\[]+)/\1/d,definition/
--regex-mu=/^\(and-record[ \t]+([^ \t\[]+)/\1/t,type/
--regex-mu=/^\(address[ \t]+([^ \t\[]+)/\1/t,type/
--regex-mu=/^\(array[ \t]+([^ \t\[]+)/\1/t,type/