Bracket/comment behavior via language-configuration.json.
Language server (recoil-lsp) runs under r3 and lints open/saved files (parse check for Rebol sources).
Requirements
r3 on your PATH (Ren-C / Rebol 3 with JSON encode/load).
Path to recoil-lsp.r3 from rebol-editor-support (cloned next to your project, bundled with this extension’s repo layout, or set explicitly in settings).
Settings
ID
Default
Meaning
rebol.r3Path
r3
Interpreter used to start the LSP.
rebol.lspScript
(empty)
Absolute path to recoil-lsp.r3. If empty, the extension tries common sibling paths (see setting description).