Branch: refs/heads/master Author: Enrico Tröger enrico.troeger@uvena.de Committer: GitHub noreply@github.com Date: Sun, 16 Apr 2023 21:24:35 UTC Commit: 7af6eafc0525bfafc8bdb2fbd29452b5f5409f56 https://github.com/geany/geany/commit/7af6eafc0525bfafc8bdb2fbd29452b5f5409f...
Log Message: ----------- Merge pull request #3456 from ntrel/ft-kotlin
[filetypes] Update Kotlin basic types
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=Double Float Long Int Short Byte NaN 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).