preview.nvim/lua/preview
Barrett Ruth 277daa63ca
feat(presets): add error parsers for built-in presets (#9)
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:42:59 -05:00
..
commands.lua feat(commands): add :Preview open subcommand (#6) 2026-03-03 13:37:02 -05:00
compiler.lua feat(compiler): debounce compilation in toggle mode (#8) 2026-03-03 13:42:44 -05:00
diagnostic.lua feat: rename 2026-03-02 21:23:40 -05:00
health.lua feat: rename watch → toggle, auto-compile on start, built-in opener 2026-03-02 23:37:44 -05:00
init.lua feat: add statusline function (#10) 2026-03-03 13:37:36 -05:00
log.lua feat: rename 2026-03-02 21:23:40 -05:00
presets.lua feat(presets): add error parsers for built-in presets (#9) 2026-03-03 13:42:59 -05:00