aboutsummaryrefslogtreecommitdiffstats
path: root/PACKAGES.md
diff options
context:
space:
mode:
authorwilliambotman[bot] <107473453+williambotman@users.noreply.github.com>2022-08-22 12:02:26 +0200
committerGitHub <noreply@github.com>2022-08-22 10:02:26 +0000
commitd3d6367babe26b840702a3c72cf8f77544dadbe6 (patch)
treed05555636500b6dc0e178b097a6d426b77ad7093 /PACKAGES.md
parentfeat: add yamlfmt (#329) (diff)
downloadmason-d3d6367babe26b840702a3c72cf8f77544dadbe6.tar
mason-d3d6367babe26b840702a3c72cf8f77544dadbe6.tar.gz
mason-d3d6367babe26b840702a3c72cf8f77544dadbe6.tar.bz2
mason-d3d6367babe26b840702a3c72cf8f77544dadbe6.tar.lz
mason-d3d6367babe26b840702a3c72cf8f77544dadbe6.tar.xz
mason-d3d6367babe26b840702a3c72cf8f77544dadbe6.tar.zst
mason-d3d6367babe26b840702a3c72cf8f77544dadbe6.zip
chore: update generated code (#330)
Diffstat (limited to 'PACKAGES.md')
-rw-r--r--PACKAGES.md41
1 files changed, 41 insertions, 0 deletions
diff --git a/PACKAGES.md b/PACKAGES.md
index fddeb574..c32a70e5 100644
--- a/PACKAGES.md
+++ b/PACKAGES.md
@@ -22,6 +22,7 @@
- [bsl-language-server](#bsl-language-server)
- [buf](#buf)
- [buildifier](#buildifier)
+- [cbfmt](#cbfmt)
- [cfn-lint](#cfn-lint)
- [chrome-debug-adapter](#chrome-debug-adapter)
- [clang-format](#clang-format)
@@ -198,6 +199,7 @@
- [xmlformatter](#xmlformatter)
- [xo](#xo)
- [yaml-language-server](#yaml-language-server)
+- [yamlfmt](#yamlfmt)
- [yamllint](#yamllint)
- [yapf](#yapf)
- [zk](#zk)
@@ -611,6 +613,26 @@ Categories: `Linter` `Formatter`
```
+# cbfmt
+
+> A tool to format codeblocks inside markdown and org documents. It iterates over all codeblocks, and formats them
+with the tool(s) specified for the language of the block.
+
+Homepage: [https://github.com/lukas-reineke/cbfmt](https://github.com/lukas-reineke/cbfmt)
+Languages: `Markdown`
+Categories: `Formatter`
+
+<details>
+ <summary>History:</summary>
+
+- [`1355e3a`](https://github.com/williamboman/mason.nvim/commit/1355e3a) 2022-08-22 - feat: add cbfmt ([#327](https://github.com/williamboman/mason.nvim/issues/327)) by William Boman
+</details>
+
+```
+:MasonInstall cbfmt
+```
+
+
# cfn-lint
> CloudFormation Linter. Validate AWS CloudFormation YAML/JSON templates against the AWS CloudFormation Resource
@@ -4174,6 +4196,25 @@ Categories: `LSP`
```
+# yamlfmt
+
+> yamlfmt is an extensible command line tool or library to format yaml files.
+
+Homepage: [https://github.com/google/yamlfmt](https://github.com/google/yamlfmt)
+Languages: `YAML`
+Categories: `Formatter`
+
+<details>
+ <summary>History:</summary>
+
+- [`920ff4f`](https://github.com/williamboman/mason.nvim/commit/920ff4f) 2022-08-22 - feat: add yamlfmt ([#329](https://github.com/williamboman/mason.nvim/issues/329)) by JINNOUCHI Yasushi
+</details>
+
+```
+:MasonInstall yamlfmt
+```
+
+
# yamllint
> Linter for YAML files. yamllint does not only check for syntax validity, but for weirdnesses like key repetition