Last active
May 18, 2021 06:33
-
-
Save Misiur/9229930 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Show hidden characters
{ | |
"cmd": ["${project_path:${folder}}/pawno/pawncc.exe", "$file_name", "-;+", "-v2", "-d3", "-\\)+"], | |
"working_dir": "${file_path}", | |
"file_regex": "^([^\\.]+\\.pwn)\\((\\d+)\\)() : (.*)$", | |
"variants": [ | |
{ | |
"cmd": ["${project_path:${folder}}/pawno/pawncc.exe", "$file_name", "-;+", "-v2", "-d3", "-\\)+", "-l"], | |
"working_dir": "${file_path}", | |
"name": "Preprocessed output" | |
}, | |
{ | |
"cmd": ["${project_path:${folder}}/pawno/pawncc.exe", "$file_name", "-;+", "-v2", "-d3", "-\\)+", "-a"], | |
"working_dir": "${file_path}", | |
"name": "P-code output" | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment