We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 887ae82 commit 7971202Copy full SHA for 7971202
src/etc/ctags.rust
@@ -8,3 +8,4 @@
8
--regex-rust=/[ \t]*static[ \t]+([a-zA-Z0-9_]+)/\1/m,consts/
9
--regex-rust=/[ \t]*trait[ \t]+([a-zA-Z0-9_]+)/\1/m,traits/
10
--regex-rust=/[ \t]*impl[ \t]+([a-zA-Z0-9_]+)/\1/m,impls/
11
+--regex-rust=/[ \t]*macro_rules![ \t]+([a-zA-Z0-9_]+)/\1/m,macros/
0 commit comments