Skip to content

Instantly share code, notes, and snippets.

@iKlsR
Created May 2, 2014 00:10
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 iKlsR/8f831928cec248bfeee5 to your computer and use it in GitHub Desktop.
Save iKlsR/8f831928cec248bfeee5 to your computer and use it in GitHub Desktop.
Pascal build system for st3
{
"cmd": ["fpc", "${file}"],
"file_regex": "^(..[^:]*):([0-9]+):?([0-9]+)?:? (.*)$",
"working_dir": "${file_path}",
"selector": "source.pas",
"variants": [
{
"name": "Run",
"cmd": ["$file_base_name"],
"shell": true
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment