syntax/eo: add __undefined_type keyword

This commit is contained in:
Jean Guyomarc'h 2017-06-11 20:53:50 +02:00
parent c79af96aec
commit d38759074e
1 changed files with 1 additions and 0 deletions

View File

@ -13,6 +13,7 @@ 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 __undefined_type
syn keyword eoClassTypes class abstract interface mixin
syn keyword eoStructure struct enum var