aboutsummaryrefslogtreecommitdiffstats
path: root/lsp/robotframework_ls.lua
blob: 5be8fd0ad170f54b6e89aec4ab1986dfc45a0e26 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
---@brief
---
---https://github.com/robocorp/robotframework-lsp
--
-- Language Server Protocol implementation for Robot Framework.
return {
  cmd = { 'robotframework_ls' },
  filetypes = { 'robot' },
  root_markers = { 'robotidy.toml', 'pyproject.toml', 'conda.yaml', 'robot.yaml', '.git' },
}