aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorGithub Actions <actions@github>2024-06-25 00:41:38 +0000
committerGithub Actions <actions@github>2024-06-25 00:41:38 +0000
commit30e26998b59b614900b59299ee61b385c3c51212 (patch)
tree869e3f3e2d959557350610c08d6b216325c780eb /README.md
parent6856aed6d7abf94735739d44a459aef977c2ab44 (diff)
[docgen] Update docs
skip-checks: true
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 9c79ee6..45ed7c9 100644
--- a/README.md
+++ b/README.md
@@ -252,6 +252,7 @@ You can view this list in vim with `:help conform-formatters`
- [hcl](https://github.com/hashicorp/hcl) - A formatter for HCL files.
- [hindent](https://github.com/mihaimaruseac/hindent) - Haskell pretty printer.
- [htmlbeautifier](https://github.com/threedaymonk/htmlbeautifier) - A normaliser/beautifier for HTML that also understands embedded Ruby. Ideal for tidying up Rails templates.
+- [imba_fmt](https://imba.io/) - Code formatter for the Imba programming language.
- [indent](https://www.gnu.org/software/indent/) - GNU Indent.
- [injected](doc/advanced_topics.md#injected-language-formatting-code-blocks) - Format treesitter injected languages.
- [inko](https://inko-lang.org/) - A language for building concurrent software with confidence