Copy Sublime configs from submodules

This commit is contained in:
Alhadis
2016-10-07 11:37:27 +11:00
parent 5a5bf7d5e5
commit d265b78e7e
12 changed files with 1145 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
{
"cmd": ["ampl", "${file_path}/${file_base_name}.run"],
"file_regex": "^(?:[(]file )*[ ]*(...*?), line ([0-9]*)",
"selector": "source.ampl",
"osx":
{
"env":
{
// "ILOG_LICENSE_FILE": "path/to/access.ilm"
}
}
}