No description
Find a file
2025-03-11 16:18:02 +01:00
src Add sync on save 2025-03-11 16:18:02 +01:00
test Add sync on save 2025-03-11 16:18:02 +01:00
.envrc We got basic completion working! 2025-03-02 17:19:49 +01:00
.gitignore Add ability to redirect logging output to a local file 2025-03-10 21:46:49 +01:00
.luarc.json Clean main.zig, add lua language server, add test file 2025-03-03 15:46:32 +01:00
build.zig Add ability to redirect logging output to a local file 2025-03-10 21:46:49 +01:00
build.zig.zon Add deps.nix, modify flake 2025-03-09 12:43:26 +01:00
deps.nix Add deps.nix, modify flake 2025-03-09 12:43:26 +01:00
flake.lock Fix zls building in devshell 2025-03-09 13:16:34 +01:00
flake.nix Fix zls building in devshell 2025-03-09 13:16:34 +01:00
README.md Add link to tree-sitter Grammar 2025-03-02 17:26:02 +01:00

Fluid-LS - A Language Server for the Typo3 Templating Engine

This is a Language Server for the Fluid Templateing Engine (Github).

It serves first and foremost my personal preferences for autocomplete, hover and other features, that I am personally missing in my current editor experience inside Neovim. Therefore, I neither guarantee any feature to be working or either implemented, as well as integration into other editors. If that is a concern to you, or if there is something else that is missing, feel free to open up issues and pull requests.

Disclaimer: this is only a hobby project for me, so I will not make any promises of maintaining or responding to issues and the like.

I also have a Tree-sitter Grammar for Fluid here.