From 998cbbd7390c6472a5770687f93c7a18bf9dc59f Mon Sep 17 00:00:00 2001 From: ILyoan Date: Mon, 27 May 2013 13:58:27 +0900 Subject: update ctags define --- src/etc/ctags.rust | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/etc/ctags.rust b/src/etc/ctags.rust index e08db63d0c9..4654116bc4d 100644 --- a/src/etc/ctags.rust +++ b/src/etc/ctags.rust @@ -4,9 +4,7 @@ --regex-rust=/[ \t]*type[ \t]+([a-zA-Z0-9_]+)/\1/T,types/ --regex-rust=/[ \t]*enum[ \t]+([a-zA-Z0-9_]+)/\1/T,types/ --regex-rust=/[ \t]*struct[ \t]+([a-zA-Z0-9_]+)/\1/m,types/ ---regex-rust=/[ \t]*class[ \t]+([a-zA-Z0-9_]+)/\1/m,types/ --regex-rust=/[ \t]*mod[ \t]+([a-zA-Z0-9_]+)/\1/m,modules/ ---regex-rust=/[ \t]*const[ \t]+([a-zA-Z0-9_]+)/\1/m,consts/ +--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]*impl[ \t]+of[ \t]([a-zA-Z0-9_]+)/\1/m,impls/ -- cgit v1.2.1