A fork of https://git.sr.ht/~xerool/fennel-ls/ for development purposes
Go to file
2025-02-27 19:53:33 -08:00
deps Update to fennel 1.5.3 2025-02-16 17:20:32 -08:00
docs Update TODOs and other associated docs. 2025-02-27 19:53:33 -08:00
nix feat: add nix(os) packaging &development support 2024-02-19 23:14:52 -06:00
rockspecs I keep messing with the luarocks stuff 2024-06-27 01:27:54 -05:00
src Simplify some handlers case-try to avoid use of where clause. 2025-02-27 18:38:37 -08:00
test Add support for textDocument/documentHighlight 2025-02-27 18:18:35 -08:00
tools allow docs to set the item kind 2025-02-25 05:38:50 -08:00
.build.yml Install luarocks in CI manifest, not in ci makefile target. 2025-02-15 09:51:54 -08:00
.gitignore Install luarocks in CI manifest, not in ci makefile target. 2025-02-15 09:51:54 -08:00
changelog.md Support :union as lua-version setting. 2025-02-26 23:09:11 -08:00
default.nix feat: add nix(os) packaging &development support 2024-02-19 23:14:52 -06:00
fennel Update to fennel 1.5.3 2025-02-16 17:20:32 -08:00
flake.lock feat: add nix(os) packaging &development support 2024-02-19 23:14:52 -06:00
flake.nix feat: add nix(os) packaging &development support 2024-02-19 23:14:52 -06:00
flsproject.fnl Improve selflint results by fixing a few mistakes. 2025-02-25 01:26:21 -08:00
LICENSE Update copyright line 2024-06-15 22:32:11 -05:00
Makefile Add tests for tic80 docset and fake external docset. 2025-02-26 22:41:59 -08:00
README.md Update TODOs and other associated docs. 2025-02-27 19:53:33 -08:00
TODO.md Update TODOs and other associated docs. 2025-02-27 19:53:33 -08:00

fennel-ls

Source | Issues | Mailing List

Provides intelligent editing features for fennel files.

License

fennel-ls is licensed under the MIT license. See LICENSE for more info. This repository also contains files from other projects:

  • fennel and deps/fennel.lua are compiled from fennel [MIT license]
  • deps/dkjson.lua is from dkjson [MIT license]
  • deps/faith.lua is from faith [MIT license] (test only)
  • deps/pl/stringio.lua is from Penlight [MIT license] (test only)
  • src/fennel-ls/docs/generated/* contains files generated from other sources. It contains information from: