diff --git a/src/View/SSTemplateParser.php.inc b/src/View/SSTemplateParser.peg similarity index 99% rename from src/View/SSTemplateParser.php.inc rename to src/View/SSTemplateParser.peg index a7fb472fb..f91edc6a9 100644 --- a/src/View/SSTemplateParser.php.inc +++ b/src/View/SSTemplateParser.peg @@ -12,7 +12,7 @@ template language, producing the executable version SSTemplateParser.php To recompile after changing this file, run this from the 'framework/View' directory via command line (in most cases this is: sapphire/view): - php ../thirdparty/php-peg/cli.php SSTemplateParser.php.inc > SSTemplateParser.php + php ../thirdparty/php-peg/cli.php SSTemplateParser.peg > SSTemplateParser.php See the php-peg docs for more information on the parser format, and how to convert this file into SSTemplateParser.php