eo: Switch to any_value

This commit is contained in:
Jean-Philippe Andre 2017-10-18 17:55:47 +09:00
parent 18e26ffc5c
commit 588e10aec6
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +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 eoType any_value any_value_ptr stringshare promise void_ptr
syn keyword eoType __undefined_type
syn keyword eoClassTypes class abstract interface mixin