diff options
Diffstat (limited to 'projectile.el')
| -rw-r--r-- | projectile.el | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/projectile.el b/projectile.el index 0181b2a..ba94d4a 100644 --- a/projectile.el +++ b/projectile.el @@ -2866,6 +2866,11 @@ test/impl/other files as below: :run "dart" :test-suffix "_test.dart") +;; OCaml +(projectile-register-project-type 'ocaml-dune '("dune-project") + :project-file "dune-project" + :compile "dune build" + :test "dune runtest") (defvar-local projectile-project-type nil "Buffer local var for overriding the auto-detected project type. |
