You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by hu...@apache.org on 2012/07/13 13:15:45 UTC

svn commit: r1361158 - /httpd/httpd/trunk/docs/manual/style/scripts/prettify.js

Author: humbedooh
Date: Fri Jul 13 11:15:45 2012
New Revision: 1361158

URL: http://svn.apache.org/viewvc?rev=1361158&view=rev
Log:
Add printf as a known function in Perl.

Modified:
    httpd/httpd/trunk/docs/manual/style/scripts/prettify.js

Modified: httpd/httpd/trunk/docs/manual/style/scripts/prettify.js
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/style/scripts/prettify.js?rev=1361158&r1=1361157&r2=1361158&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/style/scripts/prettify.js (original)
+++ httpd/httpd/trunk/docs/manual/style/scripts/prettify.js Fri Jul 13 11:15:45 2012
@@ -112,7 +112,7 @@ var prettyPrint;
       "debugger,eval,export,function,get,null,set,undefined,var,with," +
       "Infinity,NaN"];
   var PERL_KEYWORDS = "caller,delete,die,do,dump,else,elsif,eval,exit,foreach,for," +
-      "goto,if,import,last,local,my,next,no,our,print,package,redo,require," +
+      "goto,if,import,last,local,my,next,no,our,print,printf,package,redo,require," +
       "sub,undef,unless,until,use,wantarray,while,BEGIN,END";
   var PHP_KEYWORDS = "abstract,and,array,as,break,case,catch,cfunction,class," +
       "clone,const,continue,declare,default,do,else,elseif,enddeclare,endfor," +