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.

Revisions

  1. @leikind leikind revised this gist Jan 9, 2013. 1 changed file with 0 additions and 2 deletions.
    2 changes: 0 additions & 2 deletions gistfile1.json
    Original file line number Diff line number Diff line change
    @@ -21,8 +21,6 @@
    "osx": ["/usr/local/smlnj-110.75/bin/sml"]},
    "soft_quit": "\nexit\n",
    "cwd": "$file_path",
    "cmd_postfix": "\n", // postfix
    "suppress_echo": true,
    "syntax": "Packages/User/SML.tmLanguage"
    }
    }
  2. @leikind leikind created this gist Jan 9, 2013.
    32 changes: 32 additions & 0 deletions gistfile1.json
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,32 @@
    [
    {
    "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",
    "cmd_postfix": "\n", // postfix
    "suppress_echo": true,
    "syntax": "Packages/User/SML.tmLanguage"
    }
    }
    ]
    }]
    }
    ]