2026-07-05 23:52:39 -04:00
2026-07-05 23:22:47 -04:00
2026-07-05 23:22:47 -04:00
2026-07-05 23:22:47 -04:00
2026-07-05 23:22:47 -04:00
2026-07-05 23:22:47 -04:00
2026-07-05 23:22:47 -04:00
2026-07-05 23:22:47 -04:00

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 --lsp flag 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 sure scryer-prolog is on your PATH, or set the command setting below to its full path.
  • A Prolog syntax package that assigns the source.prolog scope to .pl/.pro files (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"
}
S
Description
No description provided
Readme 27 KiB
Languages
Python 100%