aboutsummaryrefslogtreecommitdiffstats
path: root/PACKAGES.md
diff options
context:
space:
mode:
authorwilliambotman[bot] <107473453+williambotman@users.noreply.github.com>2023-01-12 11:03:08 +0100
committerGitHub <noreply@github.com>2023-01-12 10:03:08 +0000
commit8c8f597ad88cf77ec8e531d19082d747c865755a (patch)
tree3a1d97412f6df4c923500685a1694b855efe553d /PACKAGES.md
parentfeat(registry): add unocss-language-server (#888) (diff)
downloadmason-8c8f597ad88cf77ec8e531d19082d747c865755a.tar
mason-8c8f597ad88cf77ec8e531d19082d747c865755a.tar.gz
mason-8c8f597ad88cf77ec8e531d19082d747c865755a.tar.bz2
mason-8c8f597ad88cf77ec8e531d19082d747c865755a.tar.lz
mason-8c8f597ad88cf77ec8e531d19082d747c865755a.tar.xz
mason-8c8f597ad88cf77ec8e531d19082d747c865755a.tar.zst
mason-8c8f597ad88cf77ec8e531d19082d747c865755a.zip
chore: update generated code (#889)
Diffstat (limited to 'PACKAGES.md')
-rw-r--r--PACKAGES.md40
1 files changed, 40 insertions, 0 deletions
diff --git a/PACKAGES.md b/PACKAGES.md
index bb44820b..513eeb90 100644
--- a/PACKAGES.md
+++ b/PACKAGES.md
@@ -87,6 +87,7 @@
- [gersemi](#gersemi)
- [gitlint](#gitlint)
- [glint](#glint)
+- [glow](#glow)
- [go-debug-adapter](#go-debug-adapter)
- [gofumpt](#gofumpt)
- [goimports](#goimports)
@@ -241,6 +242,7 @@
- [tflint](#tflint)
- [twigcs](#twigcs)
- [typescript-language-server](#typescript-language-server)
+- [unocss-language-server](#unocss-language-server)
- [usort](#usort)
- [vala-language-server](#vala-language-server)
- [vale](#vale)
@@ -1985,6 +1987,25 @@ Categories: `LSP` `Linter`
```
+# glow
+
+> Render markdown on the CLI, with pizzazz
+
+Homepage: [https://github.com/charmbracelet/glow](https://github.com/charmbracelet/glow)
+Languages: `Markdown`
+Categories:
+
+<details>
+ <summary>History:</summary>
+
+- [`160bd7c`](https://github.com/williamboman/mason.nvim/commit/160bd7c) 2023-01-12 - feat(registry): add glow ([#886](https://github.com/williamboman/mason.nvim/issues/886)) by Seth Daniel
+</details>
+
+```
+:MasonInstall glow
+```
+
+
# go-debug-adapter
> Go debug adapter sourced from the VSCode Go extension.
@@ -5118,6 +5139,25 @@ Categories: `LSP`
```
+# unocss-language-server
+
+> Language Server Protocol implementation for UnoCSS.
+
+Homepage: [https://github.com/xna00/unocss-language-server](https://github.com/xna00/unocss-language-server)
+Languages: `CSS`
+Categories: `LSP`
+
+<details>
+ <summary>History:</summary>
+
+- [`8e61dbc`](https://github.com/williamboman/mason.nvim/commit/8e61dbc) 2023-01-12 - feat(registry): add unocss-language-server ([#888](https://github.com/williamboman/mason.nvim/issues/888)) by Tom Mi
+</details>
+
+```
+:MasonInstall unocss-language-server
+```
+
+
# usort
> Safe, minimal import sorting for Python projects.