Eo: Fix class types.

This commit is contained in:
Tom Hacohen 2014-07-31 06:27:47 +01:00
parent f1b569acf7
commit 583b3a8d39
1 changed files with 2 additions and 2 deletions

View File

@ -9,9 +9,9 @@ syn keyword eoConstants null
syn keyword eoType bool byte ubyte char uchar short ushort int uint long ulong float double
syn keyword eoStructure class type struct enum var
syn keyword eoStructure class abstract interface mixin type struct enum var
syn keyword classKeywords abstract legacy_prefix eo_prefix data contained
syn keyword classKeywords legacy_prefix eo_prefix data contained
syn keyword classKeywords constructors properties methods implements events contained
syn keyword functionKeywords set get keys values params constructor destructor finalize virtual const contained return