[Github-comments] [geany/geany] Add Kotlin custom filetype from github.com/esotericpig (#2186)
Jonathan Bradley Whited
notifications at xxxxx
Thu Jun 13 14:13:54 UTC 2019
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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20190613/b543424a/attachment-0001.html>
More information about the Github-comments
mailing list