浏览代码

Build oberon file from Text Sublime and navigate to errors.

Vladislav Folts 10 年之前
父节点
当前提交
ac287fdf20
共有 1 个文件被更改,包括 5 次插入0 次删除
  1. 5 0
      Sublime Text/Oberon/Oberon.sublime-build

+ 5 - 0
Sublime Text/Oberon/Oberon.sublime-build

@@ -0,0 +1,5 @@
+{
+    "cmd": ["build.py", "--file=$file", "compile"],
+    "file_regex": "^[ ]*File \"(...*?)\", line ([0-9]*)",
+    "selector": "source.oberon"
+}