vim: 'fail' is no longer a keyword
This commit is contained in:
parent
6052d67474
commit
dffc3f82b2
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@ endif
|
|||
|
||||
syn match rustAssert "\<assert\(\w\)*"
|
||||
syn keyword rustKeyword as break
|
||||
syn keyword rustKeyword copy do drop else extern fail
|
||||
syn keyword rustKeyword copy do drop else extern
|
||||
syn keyword rustKeyword for if impl let log
|
||||
syn keyword rustKeyword loop match mod move once priv pub pure
|
||||
syn keyword rustKeyword ref return static
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue