preview.nvim/spec
Barrett Ruth 1b462be187
feat(presets): add error parsers for built-in presets
Problem: none of the four presets defined an error_parser, so the
diagnostic infrastructure went unused out of the box.

Solution: add parsers for typst (file:line:col short format), latexmk
(pdflatex file-line-error + summary), and pandoc (parse errors, YAML
exceptions, generic errors). Enable machine-parseable output flags in
typst and latex args. Pandoc parser is shared between markdown and
github presets.
2026-03-03 13:34:37 -05:00
..
commands_spec.lua feat: rename watch → toggle, auto-compile on start, built-in opener 2026-03-02 23:37:44 -05:00
compiler_spec.lua Refactor/preset name true syntax (#4) 2026-03-03 00:49:10 -05:00
diagnostic_spec.lua feat: rename 2026-03-02 21:23:40 -05:00
helpers.lua feat: rename watch → toggle, auto-compile on start, built-in opener 2026-03-02 23:37:44 -05:00
init_spec.lua refactor(config): replace array preset syntax with preset_name = true (#3) 2026-03-03 00:25:49 -05:00
minimal_init.lua ci: format 2026-03-01 17:22:59 -05:00
presets_spec.lua feat(presets): add error parsers for built-in presets 2026-03-03 13:34:37 -05:00