syntax/eo: add support for complex types

This commit is contained in:
Jean Guyomarc'h 2016-06-11 11:19:34 +02:00
parent fb72fefcdd
commit f9345e2848
1 changed files with 1 additions and 0 deletions

View File

@ -11,6 +11,7 @@ syn keyword eoType byte ubyte char short ushort int uint long ulong llong
syn keyword eoType ullong int8 uint8 int16 uint16 int32 uint32 int64 uint64
syn keyword eoType int128 uint128 size ssize intptr uintptr ptrdiff time
syn keyword eoType float double ldouble bool void
syn keyword eoType hash string list accessor array iterator
syn keyword eoClassTypes class abstract interface mixin
syn keyword eoStructure struct enum var