A fork of https://git.sr.ht/~xerool/fennel-ls/ for development purposes
Go to file
Michele Campeotto ed01d95c94 Add missing required LSP field CompletionList.isIncomplete
Strict clients (Zed editor) don't accept completions without this flag.
2025-11-08 11:58:16 -06:00
deps
docs Update manual 2025-10-27 18:40:25 -07:00
src Add missing required LSP field CompletionList.isIncomplete 2025-11-08 11:58:16 -06:00
test Fix unknown field false positive 2025-11-08 11:58:14 -06:00
tools
.build.yml
.gitignore
changelog.md
fennel
flsproject.fnl
LICENSE
Makefile Update manual 2025-10-27 18:40:25 -07:00
README.md
TODO.md

fennel-ls

Source | Issues | Mailing List

Provides intelligent editing features for fennel files.

For information about installing documentation data for 3rd-party libraries like love2d or tic80 see the wiki.

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: