Skip to content

Commit

Permalink
Added command for mit-scheme repl
Browse files Browse the repository at this point in the history
  • Loading branch information
laughedelic committed Sep 22, 2013
1 parent 5ef3ace commit 20b26ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions LoadFileToRepl.sublime-settings
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
, "scala_load_command" : ":load %s"
, "clojure_load_command" : "(load-file \"%s\")"
, "lisp_load_command" : "(load \"%s\")"
, "scheme_load_command" : "(load \"%s\")"
, "ruby_load_command" : "load '%s'"
, "python_load_command" : "execfile(\"%s\")"
, "lua_load_command" : "dofile(\"%s\")"
Expand Down
1 change: 1 addition & 0 deletions README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ At the moment it supports load command for REPLs of the following languages:
- Ruby
- Scala
- SML
- MIT-Scheme
- ... it's easy to extend this list. Welcome to suggest yours!


Expand Down

0 comments on commit 20b26ec

Please sign in to comment.