blob: 4e2dcc5c6da2971b661b822fc455bcec626ba090 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
---@brief
---
--- https://github.com/Galarius/opencl-language-server
---
--- Build instructions can be found [here](https://github.com/Galarius/opencl-language-server/blob/main/_dev/build.md).
---
--- Prebuilt binaries are available for Linux, macOS and Windows [here](https://github.com/Galarius/opencl-language-server/releases).
return {
cmd = { 'opencl-language-server' },
filetypes = { 'opencl' },
root_markers = { '.git' },
}
|