etc: Add pub and priv to vim
This commit is contained in:
parent
1ffaceb3c8
commit
1beb1f491f
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@ syn match rustAssert "assert\(\w\)*"
|
|||
syn keyword rustKeyword alt again as break
|
||||
syn keyword rustKeyword check claim const copy do drop else export extern fail
|
||||
syn keyword rustKeyword for if impl import in let log
|
||||
syn keyword rustKeyword loop match mod module move mut new of owned pure
|
||||
syn keyword rustKeyword loop match mod module move mut new of owned priv pub pure
|
||||
syn keyword rustKeyword ret return self to unchecked
|
||||
syn match rustKeyword "unsafe" " Allows also matching unsafe::foo()
|
||||
syn keyword rustKeyword use while with
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue