aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwilliambotman[bot] <107473453+williambotman@users.noreply.github.com>2023-01-21 11:02:37 +0100
committerGitHub <noreply@github.com>2023-01-21 10:02:37 +0000
commitc3b1ee62e15802e36dbd60a861701a0390589083 (patch)
tree7b4fd870699932621251eb83ddb9703beb1fee49
parentfix(brighterscript): link correct executable (#931) (diff)
downloadmason-c3b1ee62e15802e36dbd60a861701a0390589083.tar
mason-c3b1ee62e15802e36dbd60a861701a0390589083.tar.gz
mason-c3b1ee62e15802e36dbd60a861701a0390589083.tar.bz2
mason-c3b1ee62e15802e36dbd60a861701a0390589083.tar.lz
mason-c3b1ee62e15802e36dbd60a861701a0390589083.tar.xz
mason-c3b1ee62e15802e36dbd60a861701a0390589083.tar.zst
mason-c3b1ee62e15802e36dbd60a861701a0390589083.zip
chore: update generated code (#932)
-rw-r--r--PACKAGES.md41
1 files changed, 41 insertions, 0 deletions
diff --git a/PACKAGES.md b/PACKAGES.md
index e1b43a02..bea7faa5 100644
--- a/PACKAGES.md
+++ b/PACKAGES.md
@@ -22,6 +22,7 @@
- [black](#black)
- [blade-formatter](#blade-formatter)
- [blue](#blue)
+- [brighterscript](#brighterscript)
- [bsl-language-server](#bsl-language-server)
- [buf](#buf)
- [buf-language-server](#buf-language-server)
@@ -71,6 +72,7 @@
- [ember-language-server](#ember-language-server)
- [emmet-ls](#emmet-ls)
- [erb-lint](#erb-lint)
+- [erg](#erg)
- [erg-language-server](#erg-language-server)
- [erlang-ls](#erlang-ls)
- [esbonio](#esbonio)
@@ -674,6 +676,26 @@ Categories: `Formatter`
```
+# brighterscript
+
+> A superset of Roku's BrightScript language.
+
+Homepage: [https://github.com/RokuCommunity/brighterscript](https://github.com/RokuCommunity/brighterscript)
+Languages: `BrighterScript`
+Categories: `LSP` `Compiler`
+
+<details>
+ <summary>History:</summary>
+
+- [`9660a81`](https://github.com/williamboman/mason.nvim/commit/9660a81) 2023-01-20 - fix(brighterscript): link correct executable ([#931](https://github.com/williamboman/mason.nvim/issues/931)) by William Boman
+- [`62f5569`](https://github.com/williamboman/mason.nvim/commit/62f5569) 2023-01-20 - feat(registry): add brighterscript ([#926](https://github.com/williamboman/mason.nvim/issues/926)) by Cason Adams
+</details>
+
+```
+:MasonInstall brighterscript
+```
+
+
# bsl-language-server
> Implementation of Language Server Protocol for Language 1C (BSL)
@@ -1667,6 +1689,25 @@ Categories: `Linter`
```
+# erg
+
+> A statically typed language that can deeply improve the Python ecosystem.
+
+Homepage: [https://github.com/erg-lang/erg](https://github.com/erg-lang/erg)
+Languages: `Erg`
+Categories: `LSP` `Compiler`
+
+<details>
+ <summary>History:</summary>
+
+- [`0f4d8e7`](https://github.com/williamboman/mason.nvim/commit/0f4d8e7) 2023-01-20 - feat(registry): add erg ([#921](https://github.com/williamboman/mason.nvim/issues/921)) by takuto
+</details>
+
+```
+:MasonInstall erg
+```
+
+
# erg-language-server
> ELS is a language server for the Erg programing language.