mirror of
https://github.com/starship/starship.git
synced 2026-06-24 02:01:36 +07:00
feat(ocaml): Add OCaml module (#1218)
* Add OCaml module * Update README.md accordingly * Fix typo * Add Reason support Obtain OCaml version using `-vnum` flag. Extend conditions to match projects using jbuild, esy or merlin. * Update README.md Co-authored-by: Dario Vladovic <d.vladimyr@gmail.com>
This commit is contained in:
committed by
GitHub
parent
1b2ea77b1c
commit
9e8f35d746
@@ -27,6 +27,7 @@ pub mod kubernetes;
|
||||
pub mod memory_usage;
|
||||
pub mod nix_shell;
|
||||
pub mod nodejs;
|
||||
pub mod ocaml;
|
||||
pub mod package;
|
||||
pub mod php;
|
||||
pub mod python;
|
||||
|
||||
Reference in New Issue
Block a user