Kate feature
Contents
Configuration
Lsp server
The following screenshots show the use of digestif lsp-server.
In .config/kate/lspclient/settings.json
{
"servers": {
"context": {
"command": ["digestif"],
"url": "https://github.com/astoff/digestif",
"highlightingModeRegex": "^ConTeXt$"
}
}
}
After updating this file, you should see its content in
Settings > Configure Kate > LSP Client > User Server Settings
ConTeXt as an External tool
Settings > Configure Kate > External tools > Add
2 things to define
Name: ConTeXt (for example)
Executable: YOUR-PATH/tex/texmf-linux-64/bin/context
Build Command
YOUR-PATH/tex/texmf-linux-64/bin/context %f
Highlighting of corresponding start/stop and code folding
Writing supported by list of available commands
Link to wiki's ConTeXt command pages



