summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf.rydholm@gmail.com>2023-12-06 00:41:43 +0100
committerGustaf Rydholm <gustaf.rydholm@gmail.com>2023-12-06 00:41:43 +0100
commitded54108d826706a6f857f1d5e95f3463178606e (patch)
treea27018f13f5d8e05c7c3a6618d5eb57a3a18b3ce
parentf475bbb8111f0d5af7eb079d67de44c4f6372e45 (diff)
Update formatter for markdown
-rw-r--r--fnl/plugins/editor/conform.fnl2
1 files changed, 1 insertions, 1 deletions
diff --git a/fnl/plugins/editor/conform.fnl b/fnl/plugins/editor/conform.fnl
index 973d1c4..511f695 100644
--- a/fnl/plugins/editor/conform.fnl
+++ b/fnl/plugins/editor/conform.fnl
@@ -15,7 +15,7 @@
:css [:stylelint]
:fennel [:fnlfmt]
:haskell [:fourmolu]
- :html [:djlint]
+ :html [:prettierd]
:json [:jq]
:lua [:stylua]
:markdown [:prettierd]