Skip to content

Instantly share code, notes, and snippets.

@leonmaia
Created April 18, 2013 18:03
Show Gist options
  • Save leonmaia/5414892 to your computer and use it in GitHub Desktop.
Save leonmaia/5414892 to your computer and use it in GitHub Desktop.
{
"cmd": ["tsc","$file"],
"file_regex": "(.*\\.ts?)\\s\\(([0-9]+)\\,([0-9]+)\\)\\:\\s(...*?)$",
"selector": "source.ts",
"windows":
{
"cmd": ["tsc.cmd", "$file"]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment