From d43b70d93987c94d15a352cf0026fb93d3317cc8 Mon Sep 17 00:00:00 2001 From: Adam Stankiewicz Date: Wed, 26 Dec 2018 10:41:57 +0100 Subject: Update --- syntax/kotlin.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'syntax/kotlin.vim') diff --git a/syntax/kotlin.vim b/syntax/kotlin.vim index f37d5541..70803f5c 100644 --- a/syntax/kotlin.vim +++ b/syntax/kotlin.vim @@ -21,7 +21,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 sealed vararg dynamic header impl expect actual +syn keyword ktModifier annotation companion enum inner internal private protected public abstract final open override sealed vararg dynamic expect actual syn keyword ktStructure class object interface typealias fun val var constructor init syn keyword ktReservedKeyword typeof -- cgit v1.2.3