diff options
Diffstat (limited to 'lsp/bright_script.lua')
| -rw-r--r-- | lsp/bright_script.lua | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/lsp/bright_script.lua b/lsp/bright_script.lua new file mode 100644 index 00000000..1b9592b9 --- /dev/null +++ b/lsp/bright_script.lua @@ -0,0 +1,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' }, +} |
