diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2013-05-15 00:01:58 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2013-05-15 00:01:58 -0400 |
| commit | d65a136cb0df4445cfefd7cb5aaa4e027d1d81b1 (patch) | |
| tree | 2c576ce51fb2d823f3d6b7a7c48540481360e632 /src/etc/vim/syntax | |
| parent | 17a68d1e8d844da2d18ea5229c8152974ea34df4 (diff) | |
| download | rust-d65a136cb0df4445cfefd7cb5aaa4e027d1d81b1.tar.gz rust-d65a136cb0df4445cfefd7cb5aaa4e027d1d81b1.zip | |
vim: no more drop blocks
Diffstat (limited to 'src/etc/vim/syntax')
| -rw-r--r-- | src/etc/vim/syntax/rust.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/etc/vim/syntax/rust.vim b/src/etc/vim/syntax/rust.vim index 3b5324f5cce..c792dbd0b61 100644 --- a/src/etc/vim/syntax/rust.vim +++ b/src/etc/vim/syntax/rust.vim @@ -15,7 +15,7 @@ syn keyword rustOperator as syn keyword rustKeyword break copy do drop extern syn keyword rustKeyword for if impl let log -syn keyword rustKeyword copy do drop extern +syn keyword rustKeyword copy do extern syn keyword rustKeyword for impl let log syn keyword rustKeyword loop mod once priv pub syn keyword rustKeyword return |
