mirror of
https://github.com/KevinMidboe/linguist.git
synced 2025-10-29 09:40:21 +00:00
15 lines
228 B
Plaintext
15 lines
228 B
Plaintext
{
|
|
"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"
|
|
}
|
|
}
|
|
|
|
}
|