summaryrefslogtreecommitdiff
path: root/docs/markdown
diff options
context:
space:
mode:
authorEmil Berg <emil.berg1991@gmail.com>2025-04-06 08:11:42 +0200
committerEli Schwartz <eschwartz93@gmail.com>2025-04-06 03:16:12 -0400
commit4e1e8762da85870e85d2f2ad6673fc855c234b60 (patch)
tree6bfb1483033a57fb9fe6bfabf49d2f4e5c41965b /docs/markdown
parent1da15c2809798e49ee0b6a839b4f94a9394127a5 (diff)
downloadmeson-4e1e8762da85870e85d2f2ad6673fc855c234b60.tar.gz
Add C# to home page supported language list
Diffstat (limited to 'docs/markdown')
-rw-r--r--docs/markdown/index.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/markdown/index.md b/docs/markdown/index.md
index 8827c8df4..cbb79018f 100644
--- a/docs/markdown/index.md
+++ b/docs/markdown/index.md
@@ -17,7 +17,7 @@ code.
## Features
* multiplatform support for Linux, macOS, Windows, GCC, Clang, Visual Studio and others
-* supported languages include C, C++, D, Fortran, Java, Rust
+* supported languages include C, C++, C#, D, Fortran, Java, Rust
* build definitions in a very readable and user friendly non-Turing complete DSL
* cross compilation for many operating systems as well as bare metal
* optimized for extremely fast full and incremental builds without sacrificing correctness