mirror of
https://github.com/samsonjs/config.git
synced 2026-03-25 09:15:47 +00:00
11 lines
190 B
Text
11 lines
190 B
Text
{
|
|
"cmd": ["ant"],
|
|
"file_regex": "^ *\\[javac\\] (.+):([0-9]+):() (.*)$",
|
|
"working_dir": "${project_path:${folder}}",
|
|
"selector": "source.java",
|
|
|
|
"windows":
|
|
{
|
|
"cmd": ["ant.bat"]
|
|
}
|
|
}
|