mirror of
https://github.com/sstent/sublime-text-3.git
synced 2026-01-26 15:11:55 +00:00
32 lines
1012 B
Plaintext
32 lines
1012 B
Plaintext
[
|
|
{
|
|
"id": "tools",
|
|
"children":
|
|
[{
|
|
"caption": "SublimeREPL",
|
|
"mnemonic": "r",
|
|
"id": "SublimeREPL",
|
|
"children":
|
|
[
|
|
{"command": "repl_open",
|
|
"caption": "F#",
|
|
"id": "repl_f#",
|
|
"mnemonic": "f",
|
|
"args": {
|
|
"type": "subprocess",
|
|
"external_id": "fsharp",
|
|
"encoding": "utf8",
|
|
"cmd": {
|
|
"windows": ["fsi.exe", "--utf8output", "--gui-"],
|
|
"osx": ["fsharpi", "--utf8output", "--readline-"],
|
|
"linux": ["fsi", "--utf8output", "--readline-"]},
|
|
"cmd_postfix": ";;\n",
|
|
"cwd": "$file_path",
|
|
"syntax": "Packages/F#/F#.tmLanguage"
|
|
}
|
|
}
|
|
]
|
|
}]
|
|
}
|
|
]
|