General fixes for vim
Makes colorcolumn setlocal instead of set. Makes conceal opt-in. Removes the seem-to-be obsolete old keywords/types
This commit is contained in:
parent
0addefa68a
commit
80b2926357
3 changed files with 3 additions and 3 deletions
|
|
@ -29,7 +29,7 @@ syn match rustIdentifier contains=rustIdentifierPrime "\%([^[:cntrl:][:spac
|
|||
syn match rustFuncName "\%([^[:cntrl:][:space:][:punct:][:digit:]]\|_\)\%([^[:cntrl:][:punct:][:space:]]\|_\)*" display contained
|
||||
|
||||
" Reserved words
|
||||
syn keyword rustKeyword m32 m64 m128 f80 f16 f128 be
|
||||
"syn keyword rustKeyword m32 m64 m128 f80 f16 f128 be " These are obsolete
|
||||
|
||||
syn keyword rustType int uint float char bool u8 u16 u32 u64 f32
|
||||
syn keyword rustType f64 i8 i16 i32 i64 str Self
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue