From 57866f89aadef93b009ada8b37ba3b88ebe1a10d Mon Sep 17 00:00:00 2001 From: Oleg Mikhailov Date: Mon, 11 Feb 2013 16:59:50 +0400 Subject: [PATCH] Build for Windows added. --- Puppet.sublime-build | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Puppet.sublime-build b/Puppet.sublime-build index 2ca9bdc..3d4f002 100644 --- a/Puppet.sublime-build +++ b/Puppet.sublime-build @@ -3,4 +3,10 @@ "working_dir": "${project_path:${folder:${file_path}}}", "selector": "source.pp", "path": "/opt/local/bin:$PATH" + + "windows": + { + "cmd": [ "puppet.bat", "parser", "validate", "--color=false", "$file" ], + "path": "C:\\Program Files (x86)\\Puppet Labs\\Puppet\\bin;$PATH" + }, } \ No newline at end of file