Skip to content

Commit 7971202

Browse files
committed
ctags: add macros
1 parent 887ae82 commit 7971202

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/etc/ctags.rust

+1
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,4 @@
88
--regex-rust=/[ \t]*static[ \t]+([a-zA-Z0-9_]+)/\1/m,consts/
99
--regex-rust=/[ \t]*trait[ \t]+([a-zA-Z0-9_]+)/\1/m,traits/
1010
--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

Comments
 (0)