feat: add plantuml preset
Problem: PlantUML (`.puml`) diagrams have no built-in preview support. Solution: Add a `plantuml` preset that compiles to SVG via `plantuml -tsvg`, with an error parser for `Error line N` diagnostics. Add `plantuml` to the nix dev shell.
This commit is contained in:
parent
837c97cd09
commit
6b123dd6e1
2 changed files with 32 additions and 0 deletions
|
|
@ -32,6 +32,7 @@
|
|||
pkgs.stylua
|
||||
pkgs.selene
|
||||
pkgs.lua-language-server
|
||||
pkgs.plantuml
|
||||
];
|
||||
};
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue