File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 5
5
--regex-Rust=/^[ \t]*(pub[ \t]+)?enum[ \t]+([a-zA-Z0-9_]+)/\2/g,enum,enumeration names/
6
6
--regex-Rust=/^[ \t]*(pub[ \t]+)?struct[ \t]+([a-zA-Z0-9_]+)/\2/s,structure names/
7
7
--regex-Rust=/^[ \t]*(pub[ \t]+)?mod[ \t]+([a-zA-Z0-9_]+)/\2/m,modules,module names/
8
- --regex-Rust=/^[ \t]*(pub[ \t]+)?static[ \t]+([ a-zA-Z0-9_]+)/\2 /c,consts,static constants/
9
- --regex-Rust=/^[ \t]*(pub[ \t]+)?trait[ \t]+([a-zA-Z0-9_]+)/\2 /t,traits,traits/
10
- --regex-Rust=/^[ \t]*(pub[ \t]+)?impl([ \t\n]*<[^>]*>)?[ \t]+(([a-zA-Z0-9_:]+)[ \t]*(<[^>]*>)?[ \t]+(for)[ \t]+)?([a-zA-Z0-9_]+)/\4 \6 \7 /i,impls,trait implementations/
8
+ --regex-Rust=/^[ \t]*(pub[ \t]+)?( static|const) [ \t]+(mut[ \t]+)?([ a-zA-Z0-9_]+)/\4 /c,consts,static constants/
9
+ --regex-Rust=/^[ \t]*(pub[ \t]+)?(unsafe[ \t]+)? trait[ \t]+([a-zA-Z0-9_]+)/\3 /t,traits,traits/
10
+ --regex-Rust=/^[ \t]*(pub[ \t]+)?(unsafe[ \t]+)? impl([ \t\n]*<[^>]*>)?[ \t]+(([a-zA-Z0-9_:]+)[ \t]*(<[^>]*>)?[ \t]+(for)[ \t]+)?([a-zA-Z0-9_]+)/\5 \7 \8 /i,impls,trait implementations/
11
11
--regex-Rust=/^[ \t]*macro_rules![ \t]+([a-zA-Z0-9_]+)/\1/d,macros,macro definitions/
You can’t perform that action at this time.
0 commit comments