aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorEirik Rolland Enger <engeir@pm.me>2024-06-08 14:31:19 +0200
committerGitHub <noreply@github.com>2024-06-08 08:31:19 -0400
commit1743ee6f9fc52825bdee9493e246876bed591bc1 (patch)
tree6302a990c76236de61e6f19edf4542fe6e5096d2 /README.md
parent069e971295a34a810484b7b2ef54b3c735214181 (diff)
feat(latex): support llf (#446)
* feat(latex): support llf Signed-off-by: engeir <engeir@pm.me> * Update llf.lua --------- Signed-off-by: engeir <engeir@pm.me> Co-authored-by: Steven Arcangeli <506791+stevearc@users.noreply.github.com>
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 ed8993f..378f0ed 100644
--- a/README.md
+++ b/README.md
@@ -258,6 +258,7 @@ You can view this list in vim with `:help conform-formatters`
- [latexindent](https://github.com/cmhughes/latexindent.pl) - A perl script for formatting LaTeX files that is generally included in major TeX distributions.
- [leptosfmt](https://github.com/bram209/leptosfmt) - A formatter for the Leptos view! macro.
- [liquidsoap-prettier](https://github.com/savonet/liquidsoap-prettier) - A binary to format Liquidsoap scripts
+- [llf](https://repo.or.cz/llf.git) - A LaTeX reformatter / beautifier
- [lua-format](https://github.com/Koihik/LuaFormatter) - Code formatter for Lua.
- [markdown-toc](https://github.com/jonschlinkert/markdown-toc) - API and CLI for generating a markdown TOC (table of contents) for a README or any markdown files.
- [markdownlint](https://github.com/DavidAnson/markdownlint) - A Node.js style checker and lint tool for Markdown/CommonMark files.