blob: 8ffa3a7449e36f993eebdc14293bae260df2c549 (
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' },
}
|