aboutsummaryrefslogtreecommitdiffstats
path: root/PACKAGES.md
diff options
context:
space:
mode:
authorWilliam Boman <william@redwill.se>2023-04-18 11:07:41 +0200
committerGitHub <noreply@github.com>2023-04-18 09:07:41 +0000
commit83c4a68a3808824ff62c4d01c8f77ea56a5c5b1d (patch)
tree4e7d99ec3442a459149fdb1a62758b92e9ec70e2 /PACKAGES.md
parentfeat(installer): add generic build provider (#1228) (diff)
downloadmason-83c4a68a3808824ff62c4d01c8f77ea56a5c5b1d.tar
mason-83c4a68a3808824ff62c4d01c8f77ea56a5c5b1d.tar.gz
mason-83c4a68a3808824ff62c4d01c8f77ea56a5c5b1d.tar.bz2
mason-83c4a68a3808824ff62c4d01c8f77ea56a5c5b1d.tar.lz
mason-83c4a68a3808824ff62c4d01c8f77ea56a5c5b1d.tar.xz
mason-83c4a68a3808824ff62c4d01c8f77ea56a5c5b1d.tar.zst
mason-83c4a68a3808824ff62c4d01c8f77ea56a5c5b1d.zip
chore: migrate haskell-language-server (#1230)
Diffstat (limited to 'PACKAGES.md')
-rw-r--r--PACKAGES.md24
1 files changed, 24 insertions, 0 deletions
diff --git a/PACKAGES.md b/PACKAGES.md
index 2617ff0b..c9cd0363 100644
--- a/PACKAGES.md
+++ b/PACKAGES.md
@@ -131,6 +131,7 @@
- [helm-ls](#helm-ls)
- [hoon-language-server](#hoon-language-server)
- [html-lsp](#html-lsp)
+- [htmlbeautifier](#htmlbeautifier)
- [iferr](#iferr)
- [impl](#impl)
- [intelephense](#intelephense)
@@ -299,6 +300,7 @@
- [xmlformatter](#xmlformatter)
- [xo](#xo)
- [yaml-language-server](#yaml-language-server)
+- [yamlfix](#yamlfix)
- [yamlfmt](#yamlfmt)
- [yamllint](#yamllint)
- [yapf](#yapf)
@@ -1780,6 +1782,17 @@ Categories: `LSP`
```
:MasonInstall html-lsp
```
+# htmlbeautifier
+
+> A normaliser/beautifier for HTML that also understands embedded Ruby. Ideal for tidying up Rails templates.
+
+Homepage: [https://github.com/threedaymonk/htmlbeautifier](https://github.com/threedaymonk/htmlbeautifier)
+Languages: `HTML` `Ruby`
+Categories: `Formatter`
+
+```
+:MasonInstall htmlbeautifier
+```
# iferr
> Go tool to generate if err != nil block for the current function.
@@ -3702,6 +3715,17 @@ Categories: `LSP`
```
:MasonInstall yaml-language-server
```
+# yamlfix
+
+> A simple and configurable YAML formatter that keeps comments.
+
+Homepage: [https://github.com/lyz-code/yamlfix](https://github.com/lyz-code/yamlfix)
+Languages: `YAML`
+Categories: `Formatter`
+
+```
+:MasonInstall yamlfix
+```
# yamlfmt
> yamlfmt is an extensible command line tool or library to format yaml files.