diff options
| author | stephan-cr <stephan.cr@gmx.de> | 2024-11-02 15:10:46 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-11-02 16:10:46 +0200 |
| commit | 9b466af28bac6d61fd0e717f1a4b0fcd2f18f37f (patch) | |
| tree | dc910f6d419a9bdf2473612638d1ebbaaf569307 /doc | |
| parent | 0d71b961663bf9e47f049b320f79a47bee6cc657 (diff) | |
Add Zig project discovery (#1918)
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 d1726b7..f41586c 100644 --- a/doc/modules/ROOT/pages/projects.adoc +++ b/doc/modules/ROOT/pages/projects.adoc @@ -143,6 +143,9 @@ are the configuration files of various build tools. Out of the box the following | `xmake.lua` | xmake project + +| `build.zig.zon` +| Zig project file |=== There's also Projectile's own `.projectile` which serves both as a project marker |
