aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorMads Hougesen <madshougesen@gmail.com>2024-03-18 18:46:03 +0100
committerGitHub <noreply@github.com>2024-03-18 10:46:03 -0700
commit293236aa7445fb24aba56d8e9a03be54d0c1c2e8 (patch)
tree768bfc615a810c61dae2d9029fb2974806ea3dc3 /README.md
parent46cb8285275a2657de70c07f4ae3f8e6ffc6a075 (diff)
feat: add support for roc format (#342)
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 fab2b53..381fd41 100644
--- a/README.md
+++ b/README.md
@@ -266,6 +266,7 @@ You can view this list in vim with `:help conform-formatters`
- [puppet-lint](https://github.com/puppetlabs/puppet-lint) - Check that your Puppet manifests conform to the style guide.
- [reorder-python-imports](https://github.com/asottile/reorder-python-imports) - Rewrites source to reorder python imports
- [rescript-format](https://rescript-lang.org/) - The built-in ReScript formatter.
+- [roc](https://www.roc-lang.org/) - A fast, friendly, functional language.
- [rubocop](https://github.com/rubocop/rubocop) - Ruby static code analyzer and formatter, based on the community Ruby style guide.
- [rubyfmt](https://github.com/fables-tales/rubyfmt) - Ruby Autoformatter! (Written in Rust)
- [ruff_fix](https://beta.ruff.rs/docs/) - An extremely fast Python linter, written in Rust. Fix lint errors.