We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c1a345 commit 405b868Copy full SHA for 405b868
src/etc/vim/syntax/rust.vim
@@ -30,7 +30,7 @@ syn match rustFuncName "\%([^[:cntrl:][:space:][:punct:][:digit:]]\|_\)\%
30
syn keyword rustKeyword m32 m64 m128 f80 f16 f128
31
32
syn keyword rustType int uint float char bool u8 u16 u32 u64 f32
33
-syn keyword rustType f64 i8 i16 i32 i64 str
+syn keyword rustType f64 i8 i16 i32 i64 str Self
34
syn keyword rustType Option Either
35
36
" Types from libc
0 commit comments