Add 'sealed' keyword

This commit is contained in:
Alexander Udalov
2015-06-27 13:13:00 +03:00
parent ef80073c24
commit 84d33e4246

View File

@@ -19,7 +19,7 @@ syn keyword ktException try catch finally throw
syn keyword ktInclude import package
syn keyword ktType Any Boolean Byte Char Double Float Int Long Nothing Short Unit
syn keyword ktModifier annotation companion enum inner internal private protected public abstract final open override vararg dynamic
syn keyword ktModifier annotation companion enum inner internal private protected public abstract final open override sealed vararg dynamic
syn keyword ktStructure class object interface trait fun val var constructor init
syn keyword ktTypedef typealias