Branch: refs/heads/master Author: Nick Treleaven ntrel002@gmail.com Committer: Nick Treleaven ntrel002@gmail.com Date: Wed, 12 Apr 2023 11:59:41 UTC Commit: 9c146b912b3b98d2123dd65c071d0aa54704cc5d https://github.com/geany/geany/commit/9c146b912b3b98d2123dd65c071d0aa54704cc...
Log Message: ----------- Add Any, Nothing, Unit; Remove Void
Modified Paths: -------------- data/filedefs/filetypes.Kotlin.conf
Modified: data/filedefs/filetypes.Kotlin.conf 4 lines changed, 3 insertions(+), 1 deletions(-) =================================================================== @@ -3,8 +3,10 @@ [keywords] # https://kotlinlang.org/docs/reference/keyword-reference.html primary=abstract assert break case catch class const continue default do else enum extends final finally for goto if implements import instanceof interface native new package private protected public return static strictfp super switch synchronized this throw throws transient try volatile while true false null as fun in object typealias val var when by constructor delegate dynamic field file get init param property receiver set setparam where actual annotation companion const crossinline data expect external infix inline inner internal lateinit noinline open operator out reified sealed suspend tailrec vararg field it + # https://kotlinlang.org/docs/reference/basic-types.html -secondary=Boolean Byte Char Double Float Long Int Short String UByte UInt ULong UShort Void +secondary=Any Boolean Byte Char Double Float Long Int Nothing Short String UByte UInt ULong Unit UShort + # documentation keywords for javadoc doccomment=author deprecated exception param return see serial serialData serialField since throws todo version typedefs=
-------------- This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).