Skip to content

Instantly share code, notes, and snippets.

@sarahjean
Forked from leikind/gist:4491542
Created January 21, 2013 22:50
Show Gist options
  • Select an option

  • Save sarahjean/4590263 to your computer and use it in GitHub Desktop.

Select an option

Save sarahjean/4590263 to your computer and use it in GitHub Desktop.
[
{
"id": "tools",
"children":
[{
"caption": "SublimeREPL",
"mnemonic": "r",
"id": "SublimeREPL",
"children":
[
{"command": "repl_open",
"caption": "SML",
"id": "repl_sml",
"mnemonic": "r",
"args": {
"type": "subprocess",
"external_id": "sml",
"encoding": "utf8",
"cmd": {"windows": ["sml"],
"linux": ["sml"],
"osx": ["/usr/local/smlnj-110.75/bin/sml"]},
"soft_quit": "\nexit\n",
"cwd": "$file_path",
"syntax": "Packages/User/SML.tmLanguage"
}
}
]
}]
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment