A lsp server for my custom language - EG.
This lsp server was written without
using any external libraries - same
as the way the interpreter was written.
At this stage, only diagnostics messages
have been implemented.
Some screenshots of this lsp server in
use have been added below.
The client text-editor was Neovim in
these examples.
References used to create a boiler-plate,
and to get the server up and running are
mentioned below:
https://github.com/tjdevries/educationalsp
https://github.com/semanticart/lsp-from-scratch