25/11/2022 18:04 
	
	
	Código:
{
    "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"
        }
    ]
}