aboutsummaryrefslogtreecommitdiffstats
path: root/doc/conform.txt
diff options
context:
space:
mode:
authorSteven Arcangeli <506791+stevearc@users.noreply.github.com>2023-09-29 11:56:21 -0700
committerGitHub <noreply@github.com>2023-09-29 11:56:21 -0700
commita5526fb2ee963cf426ab6d6ba1f3eb82887b1c22 (patch)
tree23961a5cbc439b67efac3c1f2b22b1fb97411172 /doc/conform.txt
parent388d6e2440bccded26d5e67ce6a7039c1953ae70 (diff)
feat: format injected languages (#83)
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 4e0910e..c30c28f 100644
--- a/doc/conform.txt
+++ b/doc/conform.txt
@@ -196,6 +196,7 @@ FORMATTERS *conform-formatter
`htmlbeautifier` - A normaliser/beautifier for HTML that also understands
embedded Ruby. Ideal for tidying up Rails templates.
`indent` - GNU Indent
+`injected` - Format treesitter injected languages.
`isort` - Python utility / library to sort imports alphabetically and
automatically separate them into sections and by type.
`jq` - Command-line JSON processor.