about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2016-06-24 18:17:11 -0700
committerKartik K. Agaram <vc@akkartik.com>2016-06-24 18:17:11 -0700
commit4ec5d8513c7c8651a08308047d2b9d765e32a042 (patch)
tree7792ac7e300ac32edf5ec6ec47b336f3fb14f5a5
parent37e0a43179e674ae9f1c2aa74afafa3c64b53e6e (diff)
downloadmu-4ec5d8513c7c8651a08308047d2b9d765e32a042.tar.gz
3066
-rw-r--r--exuberant-ctags-rc2
1 files changed, 2 insertions, 0 deletions
diff --git a/exuberant-ctags-rc b/exuberant-ctags-rc
index 73677b8d..120d339e 100644
--- a/exuberant-ctags-rc
+++ b/exuberant-ctags-rc
@@ -1,7 +1,9 @@
 --langdef=mu
 --langmap=mu:.mu
 --regex-mu=/^def[ \t]+([^ \t]*)/\1/d,definition/
+--regex-mu=/^def![ \t]+([^ \t]*)/\1/d,definition/
 --regex-mu=/^recipe[ \t]+([^ \t]*)/\1/d,definition/
+--regex-mu=/^recipe![ \t]+([^ \t]*)/\1/d,definition/
 --regex-mu=/^before[ \t]+([^ \t]*)/\1/d,definition/
 --regex-mu=/^after[ \t]+([^ \t]*)/\1/d,definition/
 --regex-mu=/^container[ \t]+([^ \t]*)/\1/s,struct/
'#n126'>126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211