Closed ks-korovina closed 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).
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.
Fair enough, thank you for consideration.
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).