Download this file
1 2 3 4 5 6 7
<?php include_once "../lime/lime.php"; $code = parse_lime_grammar(dirname(__FILE__)."/python.lime"); file_put_contents(dirname(__FILE__)."/python.class","<?php \n".$code."\n?>"); ?>