[#24] New language: SageMath

This commit is contained in:
Radon Rosborough 2020-10-03 19:32:48 -07:00
parent 8f6cee1276
commit bb8bcc96a7
2 changed files with 17 additions and 0 deletions

View File

@ -2884,6 +2884,20 @@ binding_irb.run(IRB.conf)
`,
skip: ["lsp"],
},
sagemath: {
aliases: ["sage"],
name: "SageMath",
repl: "sage",
main: ".sage/init.sage",
createEmpty: ``,
run: "sage",
scope: {
code: `x = 123 * 234`,
},
template: `print("Hello, world!")
`,
timeout: 10,
},
sass: {
name: "Sass",
main: "main.sass",

View File

@ -15,6 +15,9 @@ packages="
# S-Lang
slsh
# SageMath
sagemath
# Scala
scala