Skip to content

Instantly share code, notes, and snippets.

@newtriks
Created July 17, 2012 18:27

Revisions

  1. newtriks created this gist Jul 17, 2012.
    12 changes: 12 additions & 0 deletions actionscript.sublime-build
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,12 @@
    {
    "cmd": ["/Users/newtriks/Library/Plugins/sdks/flex_sdk_4.6.0.23201B/bin/mxmlc",
    "$file",
    "-static-link-runtime-shared-libraries=true"],
    "file_regex": "(.*)[(](\\d+)[)]:(?: col: (?:\\d+))? *Error: (.*)",
    "selector": "source.actionscript",
    "variants": [
    { "cmd": ["open ${file_path}/${file_base_name}.swf"],
    "shell": true,
    "name": "Run"
    }]
    }