Branch: refs/heads/master Author: Nick Treleaven ntrel002@gmail.com Committer: Nick Treleaven ntrel002@gmail.com Date: Tue, 11 Apr 2023 16:06:27 UTC Commit: 92d8d22878aa25db956c3a578cfe82962a8bc518 https://github.com/geany/geany/commit/92d8d22878aa25db956c3a578cfe82962a8bc5...
Log Message: ----------- [filetypes] Update Kotlin basic types
Modified Paths: -------------- data/filedefs/filetypes.Kotlin.conf
Modified: data/filedefs/filetypes.Kotlin.conf 2 lines changed, 1 insertions(+), 1 deletions(-) =================================================================== @@ -4,7 +4,7 @@ # 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=Double Float Long Int Short Byte NaN Void +secondary=Boolean Byte Char Double Float Long Int Short String UByte UInt ULong UShort Void # 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).