Created
January 11, 2013 02:35
-
-
Save carlh/4507534 to your computer and use it in GitHub Desktop.
SublimeREPL config files for SML. Allows you to launch a functional REPL for SML that runs inside SublimeREPL. This assumes that you've installed SML at the default location. Dependencies: - SML (http://www.smlnj.org/) - SublimeREPL (https://github.com/wuub/SublimeREPL) - Language Definition (https://github.com/seanjames777/SML-Language-Definition…
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"caption": "SublimeREPL: SML", | |
"command": "run_existing_window_command", "args": | |
{ | |
"id": "repl_sml", | |
"file": "config/SML/Main.sublime-menu" | |
} | |
} | |
] |
What would be an example of using a file? Does the filename go as the second element of the "cmd" and the path in "cwd" ?
Thanks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What would the proper syntax be for a windows "cmd" path of C:\Program Files (x86)\SMLNJ\bin? I keep getting a sublime syntax error. Help is much appreciated.