More sublime build texts

dev
Andy Meneely 2015-03-14 21:30:19 -04:00
parent bcf78cdbf7
commit c18096ecaf
1 changed files with 9 additions and 1 deletions

View File

@ -9,8 +9,16 @@
"build_systems":
[
{
"shell_cmd": "rake run[text_options]",
"name": "rake",
"shell_cmd": "rake",
},
{
"name": "rake run[text_options]",
"shell_cmd": "rake run[text_options]",
},
{
"name": "rake run[embed_text]",
"shell_cmd": "rake run[embed_text]",
}
],