Skip to content

Commit 0bf10d8

Browse files
committed
Update keyword list in vim/syntax/rust.vim
Removed: iter, each, put, macro, meta, syntax, port, spawn Added: block, copy
1 parent 8befdd0 commit 0bf10d8

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/etc/vim/syntax/rust.vim

+6-6
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@ if !exists("main_syntax")
1414
let main_syntax='rust'
1515
endif
1616

17-
syn keyword rustKeyword alt as assert auth be bind break chan check
18-
syn keyword rustKeyword claim cont const do each else export fail fn for
19-
syn keyword rustKeyword if import in inline iter lambda let log log_err
20-
syn keyword rustKeyword macro meta mod mutable native note obj port
21-
syn keyword rustKeyword prove pure put resource ret self spawn syntax
22-
syn keyword rustKeyword tag type unsafe use while with
17+
syn keyword rustKeyword alt as assert auth be bind block break chan
18+
syn keyword rustKeyword check claim cont const copy do else export fail
19+
syn keyword rustKeyword fn for if import in inline lambda let log
20+
syn keyword rustKeyword log_err mod mutable native note obj prove pure
21+
syn keyword rustKeyword resource ret self tag type unsafe use while
22+
syn keyword rustKeyword with
2323

2424
syn keyword rustType any int uint float char bool u8 u16 u32 u64 f32
2525
syn keyword rustType f64 i8 i16 i32 i64 str task

0 commit comments

Comments
 (0)