File tree 2 files changed +3
-7
lines changed
2 files changed +3
-7
lines changed Original file line number Diff line number Diff line change @@ -11,10 +11,6 @@ syn match rustRightArrowHead contained ">" conceal cchar=
11
11
syn match rustRightArrowTail contained " -" conceal cchar =⟶
12
12
syn match rustNiceOperator " ->" contains =rustRightArrowHead,rustRightArrowTail
13
13
14
- syn match rustLeftRightArrowHead contained " >" conceal cchar =
15
- syn match rustLeftRightArrowTail contained " <-" conceal cchar =⟷
16
- syn match rustNiceOperator " <->" contains =rustLeftRightArrowHead,rustLeftRightArrowTail
17
-
18
14
syn match rustFatRightArrowHead contained " >" conceal cchar =
19
15
syn match rustFatRightArrowTail contained " =" conceal cchar =⟹
20
16
syn match rustNiceOperator " =>" contains =rustFatRightArrowHead,rustFatRightArrowTail
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ syn keyword rustOperator as
15
15
16
16
syn keyword rustKeyword break copy do drop extern
17
17
syn keyword rustKeyword for if impl let log
18
- syn keyword rustKeyword copy do drop extern
18
+ syn keyword rustKeyword copy do extern
19
19
syn keyword rustKeyword for impl let log
20
20
syn keyword rustKeyword loop mod once priv pub
21
21
syn keyword rustKeyword return
@@ -28,8 +28,8 @@ syn keyword rustStorage const mut ref static
28
28
syn match rustIdentifier contains =rustIdentifierPrime " \% ([^[:cntrl:][:space:][:punct:][:digit:]]\| _\)\% ([^[:cntrl:][:punct:][:space:]]\| _\) *" display contained
29
29
syn match rustFuncName " \% ([^[:cntrl:][:space:][:punct:][:digit:]]\| _\)\% ([^[:cntrl:][:punct:][:space:]]\| _\) *" display contained
30
30
31
- " Reserved words
32
- " syn keyword rustKeyword m32 m64 m128 f80 f16 f128 be " These are obsolete
31
+ " reserved
32
+ syn keyword rustKeyword be
33
33
34
34
syn keyword rustType int uint float char bool u8 u16 u32 u64 f32
35
35
syn keyword rustType f64 i8 i16 i32 i64 str Self
You can’t perform that action at this time.
0 commit comments