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