Skip to content

Instantly share code, notes, and snippets.

@thesnapdragon
Last active December 24, 2015 15:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save thesnapdragon/6823912 to your computer and use it in GitHub Desktop.
Save thesnapdragon/6823912 to your computer and use it in GitHub Desktop.
Sublime build system for SICStus Prolog
{
"cmd": ["prolog", "-l", "$file_name", "--goal", "main.", "--noinfo", "--nologo"],
"working_dir": "$file_path",
"selector": "source.prolog"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment