Skip to content

Instantly share code, notes, and snippets.

@jD0T
jD0T / AutoHotkey.sublime-build
Created October 14, 2012 17:55
AutoHotkey pack to use with Sublime Text 2
{
"cmd": ["/AutoHotkey/App/AutoHotkey.exe", "/ErrorStdOut", "$file"],
"file_regex": "^[ ]*File \"(...*?)\",\nline ([0-9]*)",
"selector": "source.ahk",
"working_dir": "$file_path"
}