Skip to content

Instantly share code, notes, and snippets.

@dcsobral
Forked from jboner/SBT.sublime-build
Created February 23, 2012 18:31

Revisions

  1. dcsobral revised this gist Feb 27, 2012. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion SBT.sublime-build
    Original file line number Diff line number Diff line change
    @@ -1,6 +1,6 @@
    {
    "cmd": ["sbt-no-color test"],
    "file_regex": "^\\[error\\] ([.a-zA-Z0-9/-]+[.]scala):([0-9]+):",
    "file_regex": "^\\[error\\] ([.a-z_A-Z0-9/-]+[.]scala):([0-9]+):",
    "selector": "source.scala",
    "working_dir": "${project_path:${folder}}",
    "shell": "true"
  2. dcsobral revised this gist Feb 27, 2012. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion SBT.sublime-build
    Original file line number Diff line number Diff line change
    @@ -1,5 +1,5 @@
    {
    "cmd": ["sbt-no-color compile"],
    "cmd": ["sbt-no-color test"],
    "file_regex": "^\\[error\\] ([.a-zA-Z0-9/-]+[.]scala):([0-9]+):",
    "selector": "source.scala",
    "working_dir": "${project_path:${folder}}",
  3. @jboner jboner revised this gist May 7, 2011. 1 changed file with 1 addition and 0 deletions.
    1 change: 1 addition & 0 deletions SBT.sublime-build
    Original file line number Diff line number Diff line change
    @@ -2,5 +2,6 @@
    "cmd": ["sbt-no-color compile"],
    "file_regex": "^\\[error\\] ([.a-zA-Z0-9/-]+[.]scala):([0-9]+):",
    "selector": "source.scala",
    "working_dir": "${project_path:${folder}}",
    "shell": "true"
    }
  4. @jboner jboner created this gist May 6, 2011.
    6 changes: 6 additions & 0 deletions SBT.sublime-build
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,6 @@
    {
    "cmd": ["sbt-no-color compile"],
    "file_regex": "^\\[error\\] ([.a-zA-Z0-9/-]+[.]scala):([0-9]+):",
    "selector": "source.scala",
    "shell": "true"
    }