Highlighting, completions, and hovers work out of the box. Diagnostics and formatting shell out to the prior CLI so the editor reports exactly what the compiler will say:
pip install prior-lang
If prior isn't on your PATH, the extension falls back to python3 -m prior_lang.cli, or set prior.command in settings.
Settings
Setting
Default
Description
prior.command
prior
Command for the prior CLI
prior.validateOnType
true
Validate as you type (debounced); off = validate on save only