This commit is contained in:
Adam Stankiewicz
2021-07-08 11:54:15 +02:00
parent 4f5388350b
commit c794f186c0
25 changed files with 341 additions and 327 deletions

View File

@@ -5,7 +5,7 @@ endif
" Vim syntax file
" Language: Kotlin
" Maintainer: Alexander Udalov
" Latest Revision: 20 April 2021
" Latest Revision: 3 July 2021
if exists('b:current_syntax')
finish
@@ -101,6 +101,8 @@ syn match ktEscapedName "\v`.*`"
syn match ktExclExcl "!!"
syn match ktArrow "->"
exec "syntax sync ccomment ktComment minlines=10"
hi def link ktStatement Statement
hi def link ktConditional Conditional
hi def link ktRepeat Repeat