2 , , SublimeText 3.
"" .
"SublimeREPL" ( Sublime Text 2/3).
SCM @mons.
, .
SublimeText3 -> InstalledPackages -> Scheme.sublime-package (open using the Zip software) -> Scheme.sublime-build (change below)
{
"cmd": ["scm", "-f", "$file"],
"file_regex": "^[ ]*File \"(...*?)\", line ([0-9]*)",
"selector": "source.scheme"
}
I realized that my “scheme”, installed through the package installer, overrides my Sublime Build settings in the SublimeREPL folder. This is why this did not work, although I changed the settings as @mons . This is it. Hope this works. :)
source
share