Skip to content

Commit

Permalink
Add Elm project type (#1819)
Browse files Browse the repository at this point in the history
Co-authored-by: Bozhidar Batsov <bozhidar@batsov.dev>
  • Loading branch information
mattiasdrp and bbatsov authored Feb 19, 2023
1 parent 047c2a4 commit fd25781
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

### New features

* Add elm project type.
* [#1821](https://github.com/bbatsov/projectile/pull/1821): Add `pyproject.toml` discovery for python projects.

## 2.7.0 (2022-11-22)
Expand Down
5 changes: 5 additions & 0 deletions projectile.el
Original file line number Diff line number Diff line change
Expand Up @@ -3477,6 +3477,11 @@ a manual COMMAND-TYPE command is created with
:run "dart"
:test-suffix "_test.dart")

;; Elm
(projectile-register-project-type 'elm '("elm.json")
:project-file "elm.json"
:compile "elm make")

;; OCaml
(projectile-register-project-type 'ocaml-dune '("dune-project")
:project-file "dune-project"
Expand Down

0 comments on commit fd25781

Please sign in to comment.