glua_ls 0.1.5

Language server for Garry's Mod Lua (GLua).
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
## GLua Language Server

This README provides instructions on how to start the GLua language server for testing purposes.

# Install

```shell
cargo install glua_ls
```

This installs the `glua_ls` executable.


## License

This project is licensed under the MIT License.

*Based on [EmmyLua Analyzer Rust](https://github.com/CppCXY/emmylua-analyzer-rust).*