Skip to content

Commit

Permalink
ctags: add macros
Browse files Browse the repository at this point in the history
  • Loading branch information
Blei committed Jun 28, 2013
1 parent 887ae82 commit 7971202
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/etc/ctags.rust
Expand Up @@ -8,3 +8,4 @@
--regex-rust=/[ \t]*static[ \t]+([a-zA-Z0-9_]+)/\1/m,consts/
--regex-rust=/[ \t]*trait[ \t]+([a-zA-Z0-9_]+)/\1/m,traits/
--regex-rust=/[ \t]*impl[ \t]+([a-zA-Z0-9_]+)/\1/m,impls/
--regex-rust=/[ \t]*macro_rules![ \t]+([a-zA-Z0-9_]+)/\1/m,macros/

0 comments on commit 7971202

Please sign in to comment.