aboutsummaryrefslogtreecommitdiffstats
path: root/PACKAGES.md
diff options
context:
space:
mode:
authorwilliambotman[bot] <107473453+williambotman@users.noreply.github.com>2023-02-20 11:03:42 +0100
committerGitHub <noreply@github.com>2023-02-20 10:03:42 +0000
commita07a5c644784bdba8bbfd83e78f14c261bb7efe6 (patch)
tree0a63c9b67997ced27ca0c2df1b3102fb9d6914f2 /PACKAGES.md
parentfix(fetch): use correct separator for Windows iwr headers (#1014) (diff)
downloadmason-a07a5c644784bdba8bbfd83e78f14c261bb7efe6.tar
mason-a07a5c644784bdba8bbfd83e78f14c261bb7efe6.tar.gz
mason-a07a5c644784bdba8bbfd83e78f14c261bb7efe6.tar.bz2
mason-a07a5c644784bdba8bbfd83e78f14c261bb7efe6.tar.lz
mason-a07a5c644784bdba8bbfd83e78f14c261bb7efe6.tar.xz
mason-a07a5c644784bdba8bbfd83e78f14c261bb7efe6.tar.zst
mason-a07a5c644784bdba8bbfd83e78f14c261bb7efe6.zip
chore: autogenerate (#1015)
Diffstat (limited to 'PACKAGES.md')
-rw-r--r--PACKAGES.md21
1 files changed, 21 insertions, 0 deletions
diff --git a/PACKAGES.md b/PACKAGES.md
index 5d717f83..0c2d48b0 100644
--- a/PACKAGES.md
+++ b/PACKAGES.md
@@ -26,6 +26,7 @@
- [blade-formatter](#blade-formatter)
- [blue](#blue)
- [brighterscript](#brighterscript)
+- [brighterscript-formatter](#brighterscript-formatter)
- [bsl-language-server](#bsl-language-server)
- [buf](#buf)
- [buf-language-server](#buf-language-server)
@@ -577,6 +578,7 @@ Categories: `DAP`
<details>
<summary>History:</summary>
+- [`3e5c8e1`](https://github.com/williamboman/mason.nvim/commit/3e5c8e1) 2023-02-19 - feat(providers): add more endpoints ([#1013](https://github.com/williamboman/mason.nvim/issues/1013)) by William Boman
- [`407d6ac`](https://github.com/williamboman/mason.nvim/commit/407d6ac) 2022-08-05 - fix(bash-debug-adapter): fix associated languages ([#254](https://github.com/williamboman/mason.nvim/issues/254)) by William Boman
- [`cfa56f1`](https://github.com/williamboman/mason.nvim/commit/cfa56f1) 2022-08-06 - feat: add bash-debug-adapter ([#253](https://github.com/williamboman/mason.nvim/issues/253)) by Adam Figgins
</details>
@@ -766,6 +768,25 @@ Categories: `LSP` `Compiler`
```
+# brighterscript-formatter
+
+> A code formatter for BrightScript and BrighterScript.
+
+Homepage: [https://github.com/rokucommunity/brighterscript-formatter](https://github.com/rokucommunity/brighterscript-formatter)
+Languages: `BrighterScript`
+Categories: `Formatter`
+
+<details>
+ <summary>History:</summary>
+
+- [`838eedb`](https://github.com/williamboman/mason.nvim/commit/838eedb) 2023-02-19 - feat(registry): add brighterscript-formatter ([#1009](https://github.com/williamboman/mason.nvim/issues/1009)) by Cason Adams
+</details>
+
+```
+:MasonInstall brighterscript-formatter
+```
+
+
# bsl-language-server
> Implementation of Language Server Protocol for Language 1C (BSL)