14 lines
		
	
	
		
			203 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			203 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| {
 | |
| 	"cmd": ["cake", "sbuild"]
 | |
| ,	"path": "/usr/local/bin:$PATH"
 | |
| ,	"selector": "source.coffee"
 | |
| ,	"working_dir": "$project_path"
 | |
| ,	"variants":
 | |
| 	[
 | |
| 		{
 | |
| 			"name": "Run",
 | |
| 			"cmd": ["coffee", "$file"]
 | |
| 		}
 | |
| 	]
 | |
| }
 |