fwcd / kotlin-language-server

Kotlin code completion, diagnostics and more for any editor/IDE using the Language Server Protocol
MIT License
1.62k stars 203 forks source link

Investigate whether we should move the grammar back to the `vscode-kotlin` repository #515

Closed fwcd closed 11 months ago

fwcd commented 11 months ago

Since the Atom extension is dead, we could simplify our workflow a bit and move the grammar back to the vscode-kotlin repository. This way the vscode-grammar-dev extension would also no longer be needed.

Alternatively we could also move the grammar to its own repo, though I'm not sure if that would really simplify things.