Add a waterbear lsp command that starts a server that implements the Language Server Protocol, to provide IDE-like functionality for waterbear source files.
This will be a fairly large chunk of work, as it will require new state tracking for source file contents, as well as updates to the lexer and parser to support invalid syntax.
Add a
waterbear lspcommand that starts a server that implements the Language Server Protocol, to provide IDE-like functionality for waterbear source files.This will be a fairly large chunk of work, as it will require new state tracking for source file contents, as well as updates to the lexer and parser to support invalid syntax.