vim: add Self type
This commit is contained in:
parent
0c1a345d01
commit
405b868ae7
@ -30,7 +30,7 @@ syn match rustFuncName "\%([^[:cntrl:][:space:][:punct:][:digit:]]\|_\)\%
|
||||
syn keyword rustKeyword m32 m64 m128 f80 f16 f128
|
||||
|
||||
syn keyword rustType int uint float char bool u8 u16 u32 u64 f32
|
||||
syn keyword rustType f64 i8 i16 i32 i64 str
|
||||
syn keyword rustType f64 i8 i16 i32 i64 str Self
|
||||
syn keyword rustType Option Either
|
||||
|
||||
" Types from libc
|
||||
|
Loading…
x
Reference in New Issue
Block a user