Futhark.LSP.Handlers
Description
The handlers exposed by the language server.
handlers :: IORef State -> ClientCapabilities -> Handlers (LspM ()) Source #
Given an IORef tracking the state, produce a set of handlers. When we want to add more features to the language server, this is the thing to change.
IORef