fa229f9e81ce4c3475632bfa529b1533b8cb8da3
LSP-prolog
Prolog support for Sublime's LSP package, via
scryer-prolog's built-in --lsp server.
Requirements
- The LSP package.
- A build of scryer-prolog whose
--lspflag runs a language server over stdio. As of this writing that support only exists in a development fork; the flag is not yet in released/upstream scryer-prolog builds. Make surescryer-prologis on yourPATH, or set thecommandsetting below to its full path. - A Prolog syntax package that assigns the
source.prologscope to.pl/.profiles (LSP-prolog itself does not ship syntax highlighting).
Installation
Clone or copy this directory into your Sublime Text Packages folder as LSP-prolog,
then restart Sublime Text.
Configuration
Open Preferences > Package Settings > LSP > Servers > LSP-prolog to edit settings.
{
"command": ["scryer-prolog", "--lsp"],
"selector": "source.prolog"
}
Description
Languages
Python
100%