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:
commit
5f8add11a2
@ -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:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user