# Tan Language Server A [Language Server](https://microsoft.github.io/language-server-protocol/) implementation for Tan. This server is used by the `vscode-tan` extension. ## Setup ```sh cargo install tan-language-server ``` ## Status This is an _experimental_ project, not intended for production use. ## Contributing Pull requests, issues, and comments are welcome! Make sure to add tests for new features and bug fixes. ## Hints Use `stderr` to log messages for the editor output channel. ## License This work is licensed under the Apache-2.0 License. See [LICENSE.txt](LICENSE.txt) or for details. ## Copyright Copyright © 2023 [George Moschovitis](https://gmosx.ninja).