aboutsummaryrefslogtreecommitdiffstats
path: root/lua/mason-schemas/lsp/rescript-lsp.lua
Commit message (Collapse)AuthorAgeFilesLines
* refactor(schemas): don't vendor schemas in mason.nvim (#1248)William Boman2023-04-221-3/+0
| | | | | Instead, schemas are now defined in the package registry and downloaded during installation. See https://github.com/mason-org/mason-registry/pull/1319.
* chore: update generated code (#972)williambotman[bot]2023-02-071-1/+1
|
* chore: update generated code (#461)williambotman[bot]2022-09-241-1/+1
|
* chore: update generated code (#460)williambotman[bot]2022-09-231-1/+1
|
* chore: update generated code (#361)williambotman[bot]2022-08-311-1/+1
|
* chore: update generated code (#205)williambotman[bot]2022-07-311-1/+1
|
* feat: add sql-formatter (#140)Vu Le Thanh2022-07-251-1/+1
|
* chore: update generated code (#120)williambotman[bot]2022-07-241-1/+1
|
* chore: update generated code (#71)williambotman[bot]2022-07-131-1/+1
|
* refactor: add mason-schemas and mason-core modules (#29)William Boman2022-07-081-0/+3
* refactor: add mason-schemas and move generated filetype map to mason-lspconfig * refactor: add mason-core module