docs(preset/no-runtime-versions): Add missing modules (#6797)

A few modules are missing from the no-runtime-versions preset.
This also ensures the file is alphabetically ordered.
mojo and buf use "with" rather than "via", the preset now uses "with"
for these.

Signed-off-by: Christophe Fergeau <christophe@fergeau.eu>
This commit is contained in:
Christophe Fergeau
2025-06-29 18:51:18 +02:00
committed by GitHub
parent 47395d4a69
commit 34a911df56
@@ -2,7 +2,10 @@
format = "via [$symbol]($style)"
[buf]
format = "via [$symbol]($style)"
format = "with [$symbol]($style)"
[c]
format = "via [$symbol($name)]($style)"
[cmake]
format = "via [$symbol]($style)"
@@ -10,6 +13,9 @@ format = "via [$symbol]($style)"
[cobol]
format = "via [$symbol]($style)"
[cpp]
format = "via [$symbol($name)]($style)"
[crystal]
format = "via [$symbol]($style)"
@@ -46,6 +52,9 @@ format = 'via [$symbol]($style)'
[gradle]
format = 'via [$symbol]($style)'
[haskell]
format = 'via [$symbol]($style)'
[haxe]
format = 'via [$symbol]($style)'
@@ -67,6 +76,9 @@ format = 'via [$symbol]($style)'
[meson]
format = 'via [$symbol]($style)'
[mojo]
format = 'with [$symbol]($style)'
[nim]
format = 'via [$symbol]($style)'
@@ -76,18 +88,21 @@ format = 'via [$symbol]($style)'
[ocaml]
format = 'via [$symbol(\($switch_indicator$switch_name\) )]($style)'
[odin]
format = 'via [$symbol]($style)'
[opa]
format = 'via [$symbol]($style)'
[perl]
format = 'via [$symbol]($style)'
[pixi]
format = 'via [$symbol($environment )]($style)'
[php]
format = 'via [$symbol]($style)'
[pixi]
format = 'via [$symbol($environment )]($style)'
[pulumi]
format = 'via [$symbol$stack]($style)'
@@ -115,13 +130,16 @@ format = 'via [$symbol]($style)'
[rust]
format = 'via [$symbol]($style)'
[scala]
format = 'via [$symbol]($style)'
[solidity]
format = 'via [$symbol]($style)'
[typst]
[swift]
format = 'via [$symbol]($style)'
[swift]
[typst]
format = 'via [$symbol]($style)'
[vagrant]