preview.nvim/lua
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
..
preview feat(presets): add error parsers for built-in presets 2026-03-03 13:34:37 -05:00