Eo: Update type list.

This commit is contained in:
Tom Hacohen 2014-07-31 10:15:01 +01:00
parent d5489a857e
commit e82676200e
1 changed files with 1 additions and 1 deletions

View File

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