File: filetypes.Kotlin.conf

package info (click to toggle)
geany 1.38-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 28,912 kB
  • sloc: ansic: 115,951; cpp: 61,226; vhdl: 5,924; sh: 4,596; makefile: 1,455; cs: 1,233; javascript: 1,023; f90: 537; sql: 503; python: 483; fortran: 389; php: 251; ruby: 163; asm: 131; java: 130; perl: 119; cobol: 88; erlang: 73; xml: 66; ada: 50; lisp: 48; tcl: 42; pascal: 15; haskell: 6
file content (32 lines) | stat: -rw-r--r-- 1,281 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
[styling=C]

[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
# 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
comment_single=//

[build-menu]
FT_00_LB=_Compile
FT_00_CM=kotlinc "%f"
FT_00_WD=

EX_00_LB=_Execute
EX_00_CM=kotlin "%eKt"
EX_00_WD=

EX_01_LB=Execute _Script
EX_01_CM=kotlinc -script "%f"
EX_01_WD=