Rename default -> companion as per pre-M11 changes

See http://blog.jetbrains.com/kotlin/2015/03/follw-up-new-class-object-syntax/ and 2a6facaef6
This commit is contained in:
Alexander Udalov
2015-03-18 01:44:01 +03:00
parent 54bc4bb379
commit 6fdcef9484

View File

@@ -1,7 +1,7 @@
" Vim syntax file
" Language: Kotlin
" Maintainer: Alexander Udalov
" Latest Revision: 11 March 2015
" Latest Revision: 18 March 2015
if exists("b:current_syntax")
finish
@@ -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 default enum inner internal private protected public abstract final open override vararg reified dynamic
syn keyword ktModifier annotation companion enum inner internal private protected public abstract final open override vararg reified dynamic
syn keyword ktStructure class object trait fun val var constructor init
syn keyword ktTypedef typealias