1
0
mirror of https://github.com/mfontanini/presenterm.git synced 2026-09-01 23:33:21 -06:00

feat: add exec support for ocaml

This commit is contained in:
Kevin Schweikert 2026-05-20 23:26:44 +02:00
parent 3326cf7be6
commit 0bc99b4493
No known key found for this signature in database

View File

@ -158,6 +158,13 @@ nushell:
filename: snippet.nu
commands:
- ["nu", "$pwd/snippet.nu"]
ocaml:
filename: "snippet.ml"
hidden_line_prefix: "(* "
environment:
OCAML_COLOR: "always"
commands:
- ["ocaml", "-color", "always", "$pwd/snippet.ml"]
perl:
filename: snippet.pl
commands: