Eo: Add void type.

This commit is contained in:
Tom Hacohen 2014-07-31 06:52:13 +01:00
parent 3c0bad7593
commit 1ecf2db13a
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@
syn keyword eoBoolean false true
syn keyword eoConstants null
syn keyword eoType bool byte ubyte char uchar short ushort int uint long ulong float double
syn keyword eoType bool byte ubyte char uchar short ushort int uint long ulong float double void
syn keyword eoStructure class abstract interface mixin type struct enum var