diff options
Diffstat (limited to 'lsp/digestif.lua')
| -rw-r--r-- | lsp/digestif.lua | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/lsp/digestif.lua b/lsp/digestif.lua index ae4c9135..064c32bf 100644 --- a/lsp/digestif.lua +++ b/lsp/digestif.lua @@ -1,12 +1,12 @@ ---@brief --- --- https://github.com/astoff/digestif --- --- Digestif is a code analyzer, and a language server, for LaTeX, ConTeXt et caterva. It provides --- --- context-sensitive completion, documentation, code navigation, and related functionality to any --- --- text editor that speaks the LSP protocol. +--- https://github.com/astoff/digestif +--- +--- Digestif is a code analyzer, and a language server, for LaTeX, ConTeXt et caterva. It provides +--- +--- context-sensitive completion, documentation, code navigation, and related functionality to any +--- +--- text editor that speaks the LSP protocol. return { cmd = { 'digestif' }, filetypes = { 'tex', 'plaintex', 'context' }, |
