summaryrefslogtreecommitdiffstats
path: root/syntax/kotlin.vim
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--syntax/kotlin.vim2
1 files changed, 1 insertions, 1 deletions
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