A fork of https://git.sr.ht/~xerool/fennel-ls/ for development purposes
Go to file
Phil Hagelberg 78da9c2edc Add support for :intersection as lua version.
This will only accept globals which are present in every Lua version
from 5.1-5.4. Using this for selflint currently fails, so let's fix
that next.
2025-02-25 01:08:07 -08:00
deps Update to fennel 1.5.3 2025-02-16 17:20:32 -08:00
docs Update to fennel 1.5.3 2025-02-16 17:20:32 -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 Add support for :intersection as lua version. 2025-02-25 01:08:07 -08:00
test Add support for :intersection as lua version. 2025-02-25 01:08:07 -08:00
tools Fix dependency checks in CI. 2025-02-23 22:53:13 -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 Add support for :intersection as lua version. 2025-02-25 01:08:07 -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 add an flsproject.fnl file 2024-07-08 11:52:26 -05:00
LICENSE Update copyright line 2024-06-15 22:32:11 -05:00
Makefile Factor out ci target into subtargets that can be run independently. 2025-02-23 22:56:45 -08:00
README.md Fix dependency checks in CI. 2025-02-23 22:53:13 -08:00
TODO.md fennel 1.5.1 2024-09-03 12:04:47 -05: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: