tasn pushed a commit to branch master. http://git.enlightenment.org/editors/vim-configs.git/commit/?id=e82676200eaff09f08c9b6c6ce7870c2f152cd72
commit e82676200eaff09f08c9b6c6ce7870c2f152cd72 Author: Tom Hacohen <t...@stosb.com> Date: Thu Jul 31 10:15:01 2014 +0100 Eo: Update type list. --- syntax/eo.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/syntax/eo.vim b/syntax/eo.vim index 07b2eb2..607deb8 100644 --- a/syntax/eo.vim +++ b/syntax/eo.vim @@ -7,7 +7,7 @@ syn keyword eoBoolean false true syn keyword eoConstants null -syn keyword eoType bool byte ubyte char uchar short ushort int uint long ulong float double void +syn keyword eoType byte ubyte char short ushort int uint long ulong llong ullong int8 uint8 int16 uint16 int32 uint32 int64 uint64 int128 uint128 size ssize intptr uintptr ptrdiff time float double ldouble bool void syn keyword eoClassTypes class abstract interface mixin syn keyword eoStructure struct enum var --