2
0
Эх сурвалжийг харах

Build oberon file from Text Sublime and navigate to errors.

Vladislav Folts 10 жил өмнө
parent
commit
ac287fdf20

+ 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"
+}