vectorgraphics / asymptote

2D & 3D TeX-Aware Vector Graphics Language
https://asymptote.sourceforge.io/
GNU General Public License v3.0
533 stars 89 forks source link

Integrate with flycheck #439

Closed jkseppan closed 2 weeks ago

jkseppan commented 3 months ago

Flycheck is the modern way to do on-the-fly syntax checking and linting in Emacs: https://www.flycheck.org/en/latest/index.html

This adds a checker if flycheck is loaded. The checker uses the user-defined asy command, with -noV to avoid creating a new viewer, and a temporary file as the output target.