aboutsummaryrefslogtreecommitdiffstats
path: root/PACKAGES.md
diff options
context:
space:
mode:
authorwilliambotman[bot] <107473453+williambotman@users.noreply.github.com>2022-10-14 12:03:21 +0200
committerGitHub <noreply@github.com>2022-10-14 10:03:21 +0000
commit81f2e60e032ec78aac290b7c9edd721585f7d14a (patch)
treed60d1627cd39d90fbc2fe3f632baa1a6a9f8ca75 /PACKAGES.md
parentrefactor(api): use new endpoints (#550) (diff)
downloadmason-81f2e60e032ec78aac290b7c9edd721585f7d14a.tar
mason-81f2e60e032ec78aac290b7c9edd721585f7d14a.tar.gz
mason-81f2e60e032ec78aac290b7c9edd721585f7d14a.tar.bz2
mason-81f2e60e032ec78aac290b7c9edd721585f7d14a.tar.lz
mason-81f2e60e032ec78aac290b7c9edd721585f7d14a.tar.xz
mason-81f2e60e032ec78aac290b7c9edd721585f7d14a.tar.zst
mason-81f2e60e032ec78aac290b7c9edd721585f7d14a.zip
chore: update generated code (#551)
Diffstat (limited to 'PACKAGES.md')
-rw-r--r--PACKAGES.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/PACKAGES.md b/PACKAGES.md
index 41d51e64..a81df77e 100644
--- a/PACKAGES.md
+++ b/PACKAGES.md
@@ -3842,12 +3842,13 @@ Categories: `LSP`
> A blazing-fast modern Lua linter written in Rust
Homepage: [https://kampfkarren.github.io/selene/](https://kampfkarren.github.io/selene/)
-Languages: `Lua`
+Languages: `Lua` `Luau`
Categories: `Linter`
<details>
<summary>History:</summary>
+- [`d5abc15`](https://github.com/williamboman/mason.nvim/commit/d5abc15) 2022-10-13 - feat(registry): selene and stylua support for luau ([#548](https://github.com/williamboman/mason.nvim/issues/548)) by Lopy
- [`ec59445`](https://github.com/williamboman/mason.nvim/commit/ec59445) 2022-08-03 - fix(selene): download error in Windows ([#233](https://github.com/williamboman/mason.nvim/issues/233)) by sitiom
- [`e1e2032`](https://github.com/williamboman/mason.nvim/commit/e1e2032) 2022-07-28 - feat: selene now installed from pre-built binary ([#187](https://github.com/williamboman/mason.nvim/issues/187)) by Seth Daniel
- [`cfd789c`](https://github.com/williamboman/mason.nvim/commit/cfd789c) 2022-07-26 - fix(selene): fix installation ([#165](https://github.com/williamboman/mason.nvim/issues/165)) by William Boman
@@ -4285,12 +4286,13 @@ Categories: `LSP`
> An opinionated Lua code formatter
Homepage: [https://github.com/JohnnyMorganz/StyLua](https://github.com/JohnnyMorganz/StyLua)
-Languages: `Lua`
+Languages: `Lua` `Luau`
Categories: `Formatter`
<details>
<summary>History:</summary>
+- [`d5abc15`](https://github.com/williamboman/mason.nvim/commit/d5abc15) 2022-10-13 - feat(registry): selene and stylua support for luau ([#548](https://github.com/williamboman/mason.nvim/issues/548)) by Lopy
- [`b36bdad`](https://github.com/williamboman/mason.nvim/commit/b36bdad) 2022-09-28 - feat(stylua): add arm64 Linux support ([#477](https://github.com/williamboman/mason.nvim/issues/477)) by WJH
- [`a7ab60e`](https://github.com/williamboman/mason.nvim/commit/a7ab60e) 2022-07-27 - fix(stylua): use prebuilt binary instead of building with cargo ([#163](https://github.com/williamboman/mason.nvim/issues/163)) by kanhaiya38
- [`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