csharpfritz / TAML

Defining the coolest and simplest markup language delimited ONLY by tabs
MIT License
23 stars 11 forks source link

Language Server #54

Open londospark opened 3 years ago

londospark commented 3 years ago

While there may not be many parts of the Language Server Protocol that we can use, we could make it do the syntax highlighting. That way we have highlighting support for many text editors and IDEs.

In the future we could extend it for validation issues and when we support schemas we could use the LSP to offer autocomplete suggestions and validate against that schema too.