nishtahir / language-kotlin

Textmate language grammar for the Kotlin programming language
Apache License 2.0
12 stars 6 forks source link

Add a language config. #78

Closed ks-korovina closed 6 months ago

ks-korovina commented 6 months ago

Add a language configuration, which is useful for things like folding and auto-closing brackets (https://code.visualstudio.com/api/language-extensions/language-configuration-guide). The content is from the fwcd/vscode-kotlin repo (https://github.com/fwcd/vscode-kotlin/blob/main/language-configuration.json).

nishtahir commented 6 months ago

Not sure this belongs in this repo. This project is focused just on creating the grammar. Downstream projects like those you linked are focused on editor support.

ks-korovina commented 6 months ago

Fair enough, thank you for consideration.