vim: add Self type

This commit is contained in:
Daniel Micay 2013-02-01 13:21:31 -05:00
parent 0c1a345d01
commit 405b868ae7

View File

@ -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