File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -16,10 +16,10 @@ endif
16
16
17
17
syn keyword rustKeyword alt as assert auth be bind break chan check
18
18
syn keyword rustKeyword claim cont do each else export fail fn for if
19
- syn keyword rustKeyword import in iter let log log_err macro meta mod
20
- syn keyword rustKeyword mutable native note obj port prove put resource
21
- syn keyword rustKeyword ret self spawn syntax tag type unsafe use while
22
- syn keyword rustKeyword with
19
+ syn keyword rustKeyword 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 put resource ret self spawn syntax tag
22
+ syn keyword rustKeyword type unsafe use while with
23
23
24
24
syn keyword rustType any int uint float char bool u8 u16 u32 u64 f32
25
25
syn keyword rustType f64 i8 i16 i32 i64 str task
You can’t perform that action at this time.
0 commit comments