correct to use enum keyword
This commit is contained in:
parent
61367e3c27
commit
33f4a98388
1 changed files with 1 additions and 1 deletions
|
|
@ -2,6 +2,6 @@
|
|||
--langmap=rust:.rs
|
||||
--regex-rust=/[ \t]*fn[ \t]+([a-zA-Z0-9_]+)/\1/f,function/
|
||||
--regex-rust=/[ \t]*type[ \t]+([a-zA-Z0-9_]+)/\1/T,types/
|
||||
--regex-rust=/[ \t]*tag[ \t]+([a-zA-Z0-9_]+)/\1/T,types/
|
||||
--regex-rust=/[ \t]*enum[ \t]+([a-zA-Z0-9_]+)/\1/T,types/
|
||||
--regex-rust=/[ \t]*resource[ \t]+([a-zA-Z0-9_]+)/\1/T,types/
|
||||
--regex-rust=/[ \t]*mod[ \t]+([a-zA-Z0-9_]+)/\1/m,modules/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue