blob: 9689d6da58f398346d7ca6ed6a23412b7130dbe0 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
---@brief
---
--- https://github.com/RokuCommunity/brighterscript
---
--- `brightscript` can be installed via `npm`:
--- ```sh
--- npm install -g brighterscript
--- ```
---@type vim.lsp.Config
return {
cmd = { 'bsc', '--lsp', '--stdio' },
filetypes = { 'brs' },
root_markers = { 'makefile', 'Makefile', '.git' },
}
|