diff options
| author | LaurenceWarne <17688577+LaurenceWarne@users.noreply.github.com> | 2020-10-08 20:51:09 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-10-08 22:51:09 +0300 |
| commit | 4a69aa17b916754590812a6895b7f0ce2116aa1b (patch) | |
| tree | aa6aa094bfcfacf9052759863e9583fc73788145 /doc | |
| parent | 7b6ac286120421216faae43f9e234d801a30ee3d (diff) | |
Add support for scala mill projects (#1590)
Register mill as a project type in projectile.el and update the
changelog and doc with these changes.
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/modules/ROOT/pages/projects.adoc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/modules/ROOT/pages/projects.adoc b/doc/modules/ROOT/pages/projects.adoc index ab15b5e..5fb2e39 100644 --- a/doc/modules/ROOT/pages/projects.adoc +++ b/doc/modules/ROOT/pages/projects.adoc @@ -48,6 +48,9 @@ are the configuration files of various build tools. Out of the box the following | build.sbt | SBT project file +| build.sc +| Mill project file + | gradlew | Gradle wrapper script |
