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

Remove the TextMate grammar from this repo #516

Closed fwcd closed 11 months ago

fwcd commented 11 months ago

Fixes #515

The grammar now lives in vscode-kotlin again. This simplifies both development and deployment, given that the VSCode extension is the primary consumer of this grammar. Any other consumers of this grammar should from now on download it from there.

Open issues labeled with grammar have already been migrated.