ctags: add macros
This commit is contained in:
parent
887ae82382
commit
7971202a4e
1 changed files with 1 additions and 0 deletions
|
|
@ -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/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue