Add matlab

This commit is contained in:
Ethan Simmons
2025-08-26 17:22:27 -05:00
parent f14771fe14
commit bf25d47f15
4 changed files with 24 additions and 1 deletions

View File

@@ -14,6 +14,14 @@ iron.setup {
python = {
command = { "python3" }, -- or { "ipython", "--no-autoindent" }
format = require("iron.fts.common").bracketed_paste_python
},
matlab = {
command = {
"matlab",
"-nosplash",
"-nodesktop"
},
}
},
-- How the repl window will be displayed