diff options
| author | williambotman[bot] <107473453+williambotman@users.noreply.github.com> | 2023-01-28 11:02:40 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-01-28 10:02:40 +0000 |
| commit | 2469bfc2538652cb0cf88c129f67d38e46a9cb59 (patch) | |
| tree | 7339773d8a1955e97dbfabdebb56705fd5237f95 /PACKAGES.md | |
| parent | feat(registry): add latexindent formatter (#949) (diff) | |
| download | mason-2469bfc2538652cb0cf88c129f67d38e46a9cb59.tar mason-2469bfc2538652cb0cf88c129f67d38e46a9cb59.tar.gz mason-2469bfc2538652cb0cf88c129f67d38e46a9cb59.tar.bz2 mason-2469bfc2538652cb0cf88c129f67d38e46a9cb59.tar.lz mason-2469bfc2538652cb0cf88c129f67d38e46a9cb59.tar.xz mason-2469bfc2538652cb0cf88c129f67d38e46a9cb59.tar.zst mason-2469bfc2538652cb0cf88c129f67d38e46a9cb59.zip | |
chore: update generated code (#952)
Diffstat (limited to 'PACKAGES.md')
| -rw-r--r-- | PACKAGES.md | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/PACKAGES.md b/PACKAGES.md index a958ce19..a22e62be 100644 --- a/PACKAGES.md +++ b/PACKAGES.md @@ -134,6 +134,7 @@ - [kotlin-debug-adapter](#kotlin-debug-adapter) - [kotlin-language-server](#kotlin-language-server) - [ktlint](#ktlint) +- [latexindent](#latexindent) - [lelwel](#lelwel) - [lemminx](#lemminx) - [lemmy-help](#lemmy-help) @@ -2950,6 +2951,26 @@ Categories: `Formatter` `Linter` ``` +# latexindent + +> latexindent.pl is a perl script to beautify/tidy/format/indent (add horizontal leading space to) code within +environments, commands, after headings and within special code blocks. + +Homepage: [https://github.com/cmhughes/latexindent.pl](https://github.com/cmhughes/latexindent.pl) +Languages: `LaTeX` +Categories: `Formatter` + +<details> + <summary>History:</summary> + +- [`dc48fae`](https://github.com/williamboman/mason.nvim/commit/dc48fae) 2023-01-27 - feat(registry): add latexindent formatter ([#949](https://github.com/williamboman/mason.nvim/issues/949)) by Jack Woodside +</details> + +``` +:MasonInstall latexindent +``` + + # lelwel > LL(1) parser generator for Rust |
