The Freemarker Language Server is a Freemarker language specific implementation of the Language Server Protocol and can be used with any editor that supports the protocol, to offer good support for the Freemarker Language. The server is based on:
- Eclipse LSP4J, the Java binding for the Language Server Protocol,
- Freemarker
- textDocument/publishDiagnostics: as you type reporting of Freemarker parsing errors.
This repository only contains the server implementation. Here are some known clients consuming this server:
- lsp4e-freemarker : an extension for Eclipse.