mirror of
https://github.com/udalov/kotlin-vim.git
synced 2025-12-22 12:13:51 +01:00
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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user