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 (#895)

This commit is contained in:
Matias Fontanini 2026-05-22 08:43:12 -07:00 committed by GitHub
commit 5f8add11a2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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: