aboutsummaryrefslogtreecommitdiffstats
path: root/doc/conform.txt
diff options
context:
space:
mode:
authorYorick Peterse <yorick@yorickpeterse.com>2024-03-28 04:21:03 +0100
committerGitHub <noreply@github.com>2024-03-27 20:21:03 -0700
commit68740871bd1b7aecc3759136d576ecb704c4a636 (patch)
treea27fe47cda291122aca55c74f8a2d0a6fad2b5ea /doc/conform.txt
parentac4a022c9e10e9697235f657f166372326139e8b (diff)
feat: add formatter for Inko (#351)
This adds support for formatting Inko (https://inko-lang.org/) source files using the `inko fmt` command.
Diffstat (limited to 'doc/conform.txt')
-rw-r--r--doc/conform.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/conform.txt b/doc/conform.txt
index c07617e..4544631 100644
--- a/doc/conform.txt
+++ b/doc/conform.txt
@@ -253,6 +253,7 @@ FORMATTERS *conform-formatter
embedded Ruby. Ideal for tidying up Rails templates.
`indent` - GNU Indent.
`injected` - Format treesitter injected languages.
+`inko` - A language for building concurrent software with confidence.
`isort` - Python utility / library to sort imports alphabetically and
automatically separate them into sections and by type.
`joker` - Small Clojure interpreter, linter and formatter.