aboutsummaryrefslogtreecommitdiffstats
path: root/lsp/bright_script.lua
blob: 1b9592b907b18728c6f16fac6ed59fac184c4b8d (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' },
}