Skip to content

Commit a98407e

Browse files
committed
vim: don't hilight "any"
1 parent e0ee244 commit a98407e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/etc/vim/syntax/rust.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ syn match rustFuncName "\%([^[:cntrl:][:space:][:punct:][:digit:]]\|_\)\%
2929
" Reserved words
3030
syn keyword rustKeyword m32 m64 m128 f80 f16 f128
3131

32-
syn keyword rustType any int uint float char bool u8 u16 u32 u64 f32
32+
syn keyword rustType int uint float char bool u8 u16 u32 u64 f32
3333
syn keyword rustType f64 i8 i16 i32 i64 str
3434
syn keyword rustType option either
3535

0 commit comments

Comments
 (0)