SourceCodeSyntaxHighlight
SourceCodeSyntaxHighlight copied to clipboard
Problem with LSP configuration
Hi,
First, thank you for your great work! I love this application and its capabilities. That said, I'm currently struggling with the configuration of a Language Server, specifically for the python language.
I've tried both the pyright-langserver and the jedi-language-server, without luck so far.
This is the configuration I've tried:
Am I missing something here? Thanks in advance.
Best regards
try to enable the debug settings (on the general tab), then open a preview and check inside the Desktop/colorize.log the output of the process.
Hi, the highlight utility (which generates the coloured output) currently sends a ClientCapabilities request to the LSP server and expects a Capabilities response. Some older servers do not support this request so highlight quits. The next version will support these "legacy" servers as they sometimes provide "hover output" (meta information of tokens).
Highlight is updated to ver 4.4 on release 2.1.16.