File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -14,12 +14,12 @@ if !exists("main_syntax")
14
14
let main_syntax= ' rust'
15
15
endif
16
16
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
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