Oberon.sublime-build 206 B

1234567
  1. {
  2. "cmd": ["build.py", "compile", "$file"],
  3. "file_regex": "^[ ]*File \"(...*?)\", line ([0-9]*)",
  4. "selector": "source.oberon",
  5. "working_dir": "${project_path:${folder}}",
  6. "shell": true
  7. }