This commit is contained in:
Radon Rosborough 2020-10-03 21:47:50 -07:00
parent fce9b88136
commit 9069f6ecae
2 changed files with 18 additions and 0 deletions

View File

@ -2714,6 +2714,19 @@ main = do
`,
timeout: 15,
},
q: {
aliases: ["kdb", "kdb+"],
name: "Q",
setup: "cp -R /opt/q ./",
repl: "q/l32/q",
main: "main.q",
run: "q/l32/q main.q",
scope: {
code: `x:123 * 234;`,
},
template: `1 "Hello, world!\\n";
`,
},
قلب: {
aliases: ["qalb"],
name: "قلب",

View File

@ -291,6 +291,11 @@ chmod +x /opt/mspyls/Microsoft.Python.LanguageServer
ln -s /opt/mspyls/Microsoft.Python.LanguageServer /usr/local/bin/Microsoft.Python.LanguageServer
rm Python-Language-Server-linux-x64.*.nupkg
# Q
wget -nv "$(curl -sSL https://kx.com/download-landing-linux/ | grep x86 | grep -Eo 'https://[^"]+linuxx86\.zip')"
unzip -d /opt linuxx86.zip
rm linuxx86.zip
# ReasonML
ver="$(latest_release jaredly/reason-language-server)"
wget -nv "https://github.com/jaredly/reason-language-server/releases/download/${ver}/rls-linux.zip"