esotericpig commented on this pull request.
> +# https://kotlinlang.org/docs/reference/basic-types.html +secondary=Double Float Long Int Short Byte NaN Void +# documentation keywords for javadoc +doccomment=author deprecated exception param return see serial serialData serialField since throws todo version +typedefs= + +[lexer_properties=C] + +[settings] +lexer_filetype=C +tag_parser=C +extension=kt +mime_type=text/x-kotlin + +[build-menu] +FT_00_LB=_Compile Kotlin Class A Kotlin file can contain one class or multiple classes, with ".kt" file extension: https://kotlinlang.org/docs/reference/coding-conventions.html#source-file-names A Kotlin script file doesn't need a class at all, with ".kts" file extension. I guess maybe the text should be changed to "Compile Kotlin File"? -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/geany/geany/pull/2186#discussion_r293400949
