diff options
Diffstat (limited to 'lsp/bright_script.lua')
| -rw-r--r-- | lsp/bright_script.lua | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/lsp/bright_script.lua b/lsp/bright_script.lua index 8ffa3a74..c4e736e4 100644 --- a/lsp/bright_script.lua +++ b/lsp/bright_script.lua @@ -1,11 +1,11 @@ ---@brief --- --- https://github.com/RokuCommunity/brighterscript --- --- `brightscript` can be installed via `npm`: --- ```sh --- npm install -g brighterscript --- ``` +--- https://github.com/RokuCommunity/brighterscript +--- +--- `brightscript` can be installed via `npm`: +--- ```sh +--- npm install -g brighterscript +--- ``` return { cmd = { 'bsc', '--lsp', '--stdio' }, filetypes = { 'brs' }, |
