microcad-lsp 0.4.0

LSP implementation for µcad language
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# µcad Language Server Protocol implementation

[![Crates.io](https://img.shields.io/crates/v/microcad-lsp.svg)](https://crates.io/crates/microcad-lsp)
[![Documentation](https://docs.rs/microcad-lsp/badge.svg)](https://docs.rs/microcad-lsp/)

The crate implements the [Language Server Protocol](https://microsoft.github.io/language-server-protocol/) for the µcad language.
It also provides the `microcad-lsp` as binary for the µcad language server.

## ❤️ Support the project

This crate is part of the [microcad project](https://microcad.xyz).

If you like this project, you can help us spend more time on it by donating:

<a href="https://opencollective.com/microcad/donate" target="_blank">
<img src="https://opencollective.com/microcad/donate/button@2x.png?color=blue" width=300 />
</a>