Skip to content

Instantly share code, notes, and snippets.

View OdatNurd's full-sized avatar

Terence Martin OdatNurd

View GitHub Profile
@OdatNurd
OdatNurd / BuildExample.sublime-build
Created August 26, 2021 04:50 — forked from VICTORVICKIE/BuildExample.sublime-build
Sublime Per Tab Panel Execution
{
"target":"special_build",
"cancel": "special_cancel_build",
// "shell_cmd":"gcc \"${file}\" -o \"${file_path}/${file_base_name}\" && \"${file_path}/${file_base_name}\"",
// selector: "source.c"
"selector": "source.python",
}