// This file is part of the “jQuery.Syntax” project, and is distributed under the MIT License. Syntax.register(“apache”,function(a){a.push({pattern:/(<(w+).*?>)/gi,matches:Syntax.extractMatches({klass:“tag”,allow:},{klass:“tag-name”,process:Syntax.lib.webLinkProcess(“site:httpd.apache.org/docs/trunk/ directive”,!0)})});a.push({pattern:/(</(w+).*?>)/gi,matches:Syntax.extractMatches({klass:“tag”,allow:},{klass:“tag-name”})});a.push({pattern:/^s+([w]+)/gm,matches:Syntax.extractMatches({klass:“function”,allow:,process:Syntax.lib.webLinkProcess(“site:httpd.apache.org/docs/trunk/ directive”, !0)})});a.push(Syntax.lib.perlStyleComment);a.push(Syntax.lib.singleQuotedString);a.push(Syntax.lib.doubleQuotedString);a.push(Syntax.lib.webLink)});