fennel-ls/README.md
2024-07-07 23:29:46 -05:00

23 lines
1.1 KiB
Markdown

# fennel-ls
[Source](https://git.sr.ht/~xerool/fennel-ls) | [Issues](https://todo.sr.ht/~xerool/fennel-ls) | [Mailing List](https://lists.sr.ht/~xerool/fennel-ls)
Provides intelligent editing features for fennel files.
## Quick Links
* [Install](docs/manual.md#installation)
* [Configuration](docs/manual.md#configuration)
* [Features](docs/feature-matrix.md)
* [Packaging](docs/packaging.md)
## License
fennel-ls is licensed under the MIT license. See LICENSE for more info.
This project also contains files from other projects:
* `fennel` and `deps/fennel.lua` are compiled from [fennel](https://git.sr.ht/~technomancy/fennel) [MIT license]
* `deps/faith.lua` is from [faith](https://git.sr.ht/~technomancy/faith) [MIT license]
* `deps/pl/stringio.lua` is from [Penlight](https://github.com/lunarmodules/Penlight) [MIT license]
* `deps/dkjson.lua` is from [dkjson](http://dkolf.de/dkjson-lua/) [MIT license]
* `src/fennel-ls/docs/generated/*` contains files generated from other sources. It contains information from:
* the [lua](https://lua.org) reference [MIT license]
* [TIC80's "learn" webpage](https://tic80.com/learn) [MIT license]