aboutsummaryrefslogtreecommitdiffstats
path: root/PACKAGES.md
diff options
context:
space:
mode:
authorwilliambotman[bot] <107473453+williambotman@users.noreply.github.com>2023-02-14 11:03:00 +0100
committerGitHub <noreply@github.com>2023-02-14 10:03:00 +0000
commit672c4af8f4d23378f1fd1b6cb8dd460079963611 (patch)
tree7c187524b484d46b56e8f2601dc1e974fa8333a8 /PACKAGES.md
parentfeat(registry): add ansible-lint (#989) (diff)
downloadmason-672c4af8f4d23378f1fd1b6cb8dd460079963611.tar
mason-672c4af8f4d23378f1fd1b6cb8dd460079963611.tar.gz
mason-672c4af8f4d23378f1fd1b6cb8dd460079963611.tar.bz2
mason-672c4af8f4d23378f1fd1b6cb8dd460079963611.tar.lz
mason-672c4af8f4d23378f1fd1b6cb8dd460079963611.tar.xz
mason-672c4af8f4d23378f1fd1b6cb8dd460079963611.tar.zst
mason-672c4af8f4d23378f1fd1b6cb8dd460079963611.zip
chore: update generated code (#991)
Diffstat (limited to 'PACKAGES.md')
-rw-r--r--PACKAGES.md47
1 files changed, 45 insertions, 2 deletions
diff --git a/PACKAGES.md b/PACKAGES.md
index 0de6b31f..a63a6d75 100644
--- a/PACKAGES.md
+++ b/PACKAGES.md
@@ -7,6 +7,7 @@
- [alex](#alex)
- [angular-language-server](#angular-language-server)
- [ansible-language-server](#ansible-language-server)
+- [ansible-lint](#ansible-lint)
- [antlers-language-server](#antlers-language-server)
- [apex-language-server](#apex-language-server)
- [arduino-language-server](#arduino-language-server)
@@ -62,6 +63,7 @@
- [dhall-lsp](#dhall-lsp)
- [diagnostic-languageserver](#diagnostic-languageserver)
- [djlint](#djlint)
+- [docker-compose-language-service](#docker-compose-language-service)
- [dockerfile-language-server](#dockerfile-language-server)
- [dot-language-server](#dot-language-server)
- [dprint](#dprint)
@@ -380,6 +382,26 @@ Categories: `LSP`
```
+# ansible-lint
+
+> Ansible Lint is a command-line tool for linting playbooks,
+roles and collections aimed toward any Ansible users.
+
+Homepage: [https://github.com/ansible/ansible-lint](https://github.com/ansible/ansible-lint)
+Languages: `Ansible`
+Categories: `Linter`
+
+<details>
+ <summary>History:</summary>
+
+- [`bd3b991`](https://github.com/williamboman/mason.nvim/commit/bd3b991) 2023-02-13 - feat(registry): add ansible-lint ([#989](https://github.com/williamboman/mason.nvim/issues/989)) by Can Güvendiren
+</details>
+
+```
+:MasonInstall ansible-lint
+```
+
+
# antlers-language-server
> Provides rich language features for Statamic's Antlers templating language, including code completions, syntax
@@ -1490,17 +1512,37 @@ Categories: `Formatter` `Linter`
```
+# docker-compose-language-service
+
+> A language server for Docker Compose.
+
+Homepage: [https://github.com/microsoft/compose-language-service](https://github.com/microsoft/compose-language-service)
+Languages: `Docker`
+Categories: `LSP`
+
+<details>
+ <summary>History:</summary>
+
+- [`a35f3c4`](https://github.com/williamboman/mason.nvim/commit/a35f3c4) 2023-02-13 - feat(registry): add docker-compose-language-service ([#986](https://github.com/williamboman/mason.nvim/issues/986)) by Marc Deop
+</details>
+
+```
+:MasonInstall docker-compose-language-service
+```
+
+
# dockerfile-language-server
> A language server for Dockerfiles powered by Node.js, TypeScript, and VSCode technologies.
Homepage: [https://github.com/rcjsuen/dockerfile-language-server-nodejs](https://github.com/rcjsuen/dockerfile-language-server-nodejs)
-Languages: `Dockerfile`
+Languages: `Docker`
Categories: `LSP`
<details>
<summary>History:</summary>
+- [`a35f3c4`](https://github.com/williamboman/mason.nvim/commit/a35f3c4) 2023-02-13 - feat(registry): add docker-compose-language-service ([#986](https://github.com/williamboman/mason.nvim/issues/986)) by Marc Deop
- [`976aa4f`](https://github.com/williamboman/mason.nvim/commit/976aa4f) 2022-07-08 - refactor: add mason-schemas and mason-core modules ([#29](https://github.com/williamboman/mason.nvim/issues/29)) by William Boman
- [`8cad236`](https://github.com/williamboman/mason.nvim/commit/8cad236) 2022-07-08 - refactor: move packages to mason-registry ([#27](https://github.com/williamboman/mason.nvim/issues/27)) by William Boman
</details>
@@ -2512,12 +2554,13 @@ Categories: `LSP`
> Dockerfile linter, validate inline bash, written in Haskell
Homepage: [https://github.com/hadolint/hadolint](https://github.com/hadolint/hadolint)
-Languages: `Dockerfile`
+Languages: `Docker`
Categories: `Linter`
<details>
<summary>History:</summary>
+- [`a35f3c4`](https://github.com/williamboman/mason.nvim/commit/a35f3c4) 2023-02-13 - feat(registry): add docker-compose-language-service ([#986](https://github.com/williamboman/mason.nvim/issues/986)) by Marc Deop
- [`5a19cb2`](https://github.com/williamboman/mason.nvim/commit/5a19cb2) 2022-07-25 - feat: add hadolint ([#128](https://github.com/williamboman/mason.nvim/issues/128)) by Vu Le Thanh
</details>