File extensions, .kt, .kts?

some comments popped up on the syntax highlighter on github thread: http://youtrack.jetbrains.com/issue/KT-1349?projectKey=KT

I wondered if we’d decided what file extensions were going to be used in Kotlin. Sergey mentioned using .kts for modules. I’ve not seen many examples of that yet but certainly a different extension for modules makes sense.

How about these?


Just wondered, the sooner we can decide the common names of things we can get the github syntax highlighter to use them and we can update the coding conventions: http://confluence.jetbrains.net/display/Kotlin/Coding+Conventions

I agree that .ktm makes more sense for Kotlin modules, so I'd cast my vote for the suggested file extension mappings.

This makes sense to me. Mind to mention it on the dev-list, to make sure we are not missing anything?