syntax/eo: add support for some more Eolian types

- generic_value
- stringshare
- promise
- void_ptr
This commit is contained in:
Jean Guyomarc'h 2016-06-28 22:26:33 +02:00
parent a18f62f33a
commit 653accef0f
1 changed files with 1 additions and 0 deletions

View File

@ -12,6 +12,7 @@ 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 eoType generic_value stringshare promise void_ptr
syn keyword eoClassTypes class abstract interface mixin
syn keyword eoStructure struct enum var