An open API service indexing awesome lists of open source software.

https://github.com/fwcd/kola

Experimental language server for Kotlin, written from scratch using Tree-sitter
https://github.com/fwcd/kola

kotlin language-server language-server-protocol lsp

Last synced: about 1 year ago
JSON representation

Experimental language server for Kotlin, written from scratch using Tree-sitter

Awesome Lists containing this project

README

          

# Kola

[![crates.io](https://img.shields.io/crates/v/kola)](https://crates.io/crates/kola)
[![Build](https://github.com/fwcd/kola/actions/workflows/build.yml/badge.svg)](https://github.com/fwcd/kola/actions/workflows/build.yml)

A new language server for Kotlin, written from scratch using Tree-sitter.

> [!IMPORTANT]
> This project is still highly work-in-progress and is still missing many features.