diff options
| author | williambotman[bot] <107473453+williambotman@users.noreply.github.com> | 2022-09-02 12:02:57 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-09-02 10:02:57 +0000 |
| commit | 709d7cd65faac5ff8a36d67deefd081f2ac960ec (patch) | |
| tree | 322147ea4966063d6ebeb5502daec90b459d8897 /PACKAGES.md | |
| parent | feat: add fantomas F# formatter (#367) (diff) | |
| download | mason-709d7cd65faac5ff8a36d67deefd081f2ac960ec.tar mason-709d7cd65faac5ff8a36d67deefd081f2ac960ec.tar.gz mason-709d7cd65faac5ff8a36d67deefd081f2ac960ec.tar.bz2 mason-709d7cd65faac5ff8a36d67deefd081f2ac960ec.tar.lz mason-709d7cd65faac5ff8a36d67deefd081f2ac960ec.tar.xz mason-709d7cd65faac5ff8a36d67deefd081f2ac960ec.tar.zst mason-709d7cd65faac5ff8a36d67deefd081f2ac960ec.zip | |
chore: update generated code (#368)
Diffstat (limited to 'PACKAGES.md')
| -rw-r--r-- | PACKAGES.md | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/PACKAGES.md b/PACKAGES.md index 3faa3729..bb225c2b 100644 --- a/PACKAGES.md +++ b/PACKAGES.md @@ -65,6 +65,7 @@ - [esbonio](#esbonio) - [eslint-lsp](#eslint-lsp) - [eslint_d](#eslint_d) +- [fantomas](#fantomas) - [firefox-debug-adapter](#firefox-debug-adapter) - [fixjson](#fixjson) - [flake8](#flake8) @@ -111,6 +112,7 @@ - [lua-language-server](#lua-language-server) - [luacheck](#luacheck) - [luaformatter](#luaformatter) +- [luau-lsp](#luau-lsp) - [markdownlint](#markdownlint) - [marksman](#marksman) - [metamath-zero-lsp](#metamath-zero-lsp) @@ -1483,6 +1485,25 @@ Categories: `Linter` ``` +# fantomas + +> Fantomas is an opinionated code formatter for f# + +Homepage: [https://fsprojects.github.io/fantomas](https://fsprojects.github.io/fantomas) +Languages: `F#` +Categories: `Formatter` + +<details> + <summary>History:</summary> + +- [`d28d6a9`](https://github.com/williamboman/mason.nvim/commit/d28d6a9) 2022-09-02 - feat: add fantomas F# formatter ([#367](https://github.com/williamboman/mason.nvim/issues/367)) by Adelar da Silva Queiróz +</details> + +``` +:MasonInstall fantomas +``` + + # firefox-debug-adapter > Debug your web application or browser extension in Firefox @@ -2411,6 +2432,25 @@ Categories: `Formatter` ``` +# luau-lsp + +> An implementation of a language server for the Luau programming language. + +Homepage: [https://github.com/JohnnyMorganz/luau-lsp](https://github.com/JohnnyMorganz/luau-lsp) +Languages: `Luau` +Categories: `LSP` + +<details> + <summary>History:</summary> + +- [`a761c1f`](https://github.com/williamboman/mason.nvim/commit/a761c1f) 2022-09-01 - feat: add luau-lsp ([#366](https://github.com/williamboman/mason.nvim/issues/366)) by William Boman +</details> + +``` +:MasonInstall luau-lsp +``` + + # markdownlint > A Node.js style checker and lint tool for Markdown/CommonMark files |
