blob: c4e736e4f608f44c5571788b729a8ab21465e6b1 (
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
--- ```
return {
cmd = { 'bsc', '--lsp', '--stdio' },
filetypes = { 'brs' },
single_file_support = true,
root_markers = { 'makefile', 'Makefile', '.git' },
}
|