eco2d/eco2d.sublime-project

18 lines
239 B
Plaintext

{
"folders":
[
{
"path": "."
}
],
"build_systems":
[
{
"name": "eco2d",
"cmd": ["build.bat"],
"working_dir": "$project_path",
"file_regex": "^(.*)\\((\\d+),?(\\d+)?\\)\\s?:\\s([^\n]+)",
}
],
}