aboutsummaryrefslogtreecommitdiffstats
path: root/lsp/koka.lua
blob: f83aa4bf2cfabf894841506aa6755243e68d7418 (plain) (blame)
1
2
3
4
5
6
7
8
9
---@brief
---
--- https://koka-lang.github.io/koka/doc/index.html
--- Koka is a functional programming language with effect types and handlers.
return {
  cmd = { 'koka', '--language-server', '--lsstdio' },
  filetypes = { 'koka' },
  root_markers = { '.git' },
}