Skip to content

Instantly share code, notes, and snippets.

@Misiur
Created March 7, 2015 19:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Misiur/1ab20c95fb8dfe9007a1 to your computer and use it in GitHub Desktop.
Save Misiur/1ab20c95fb8dfe9007a1 to your computer and use it in GitHub Desktop.
{
"cmd": ["${project_path:${folder}}\\pawno\\pawncc.exe", "${project_base_name}.pwn", "-;+", "-v2", "-d3", "-\\)+"],
"working_dir": "${project_path:${folder}}\\gamemodes",
"file_regex": "^([^\\.]+\\.pwn)\\((\\d+)\\)() : (.*)$",
"variants": [
{
"cmd": ["${project_path:${folder}}\\pawno\\pawncc.exe", "${project_base_name}.pwn", "-;+", "-v2", "-d3", "-\\)+", "-l"],
"working_dir": "${project_path:${folder}}\\gamemodes",
"name": "List file"
},
{
"cmd": ["${project_path:${folder}}\\pawno\\pawncc.exe", "${file_name}", "-;+", "-v2", "-d3", "-\\)+"],
"working_dir": "${file_path}",
"name": "Current file"
},
{
"cmd": ["${project_path:${folder}}\\pawno\\pawncc.exe", "${file_name}", "-;+", "-v2", "-d3", "-\\)+", "-l"],
"working_dir": "${file_path}",
"name": "Current listfile"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment