aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorMagnus Larsen <magnusfynbo@hotmail.com>2024-06-02 05:46:51 +0200
committerGitHub <noreply@github.com>2024-06-01 20:46:51 -0700
commit63e0a32c85a39484813957dc480f171907aa90b9 (patch)
tree9ad5828a5ac1d4725ad91d4604a642a586164d51 /doc
parentccbbeb7087f7ee41552ebc4bac50c346d5832803 (diff)
feat: add treesitter query formatter (#425)
* [feat]: add treesitter query formatter * [docgen] Update docs skip-checks: true * lint * refactor: fix condition and simplify some logic * [docgen] Update docs skip-checks: true --------- Co-authored-by: Magnus Larsen <mzla@topsoe.com> Co-authored-by: Github Actions <actions@github> Co-authored-by: Steven Arcangeli <stevearc@stevearc.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/conform.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/conform.txt b/doc/conform.txt
index d1ef2b6..8c793fa 100644
--- a/doc/conform.txt
+++ b/doc/conform.txt
@@ -263,6 +263,7 @@ FORMATTERS *conform-formatter
`fnlfmt` - A formatter for Fennel code.
`forge_fmt` - Forge is a command-line tool that ships with Foundry. Forge tests,
builds, and deploys your smart contracts.
+`format-queries` - Tree-sitter query formatter.
`fourmolu` - A fork of ormolu that uses four space indentation and allows
arbitrary configuration.
`fprettify` - Auto-formatter for modern fortran source code.