syntax/eo: split a very long line

This commit is contained in:
Jean Guyomarc'h 2016-06-11 11:17:51 +02:00
parent a102a5f258
commit fb72fefcdd
1 changed files with 4 additions and 1 deletions

View File

@ -7,7 +7,10 @@
syn keyword eoBoolean false true
syn keyword eoConstants null
syn keyword eoType byte ubyte char short ushort int uint long ulong llong ullong int8 uint8 int16 uint16 int32 uint32 int64 uint64 int128 uint128 size ssize intptr uintptr ptrdiff time float double ldouble bool void
syn keyword eoType byte ubyte char short ushort int uint long ulong llong
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 eoClassTypes class abstract interface mixin
syn keyword eoStructure struct enum var