2 $BEAUT_PATH = realpath(
".") .
"/Services/COPage/syntax_highlight/php";
6 require_once(
"$BEAUT_PATH/Beautifier/HFile.php");
24 $this->colours =
array(
"blue",
"purple",
"gray",
"brown",
"blue",
"purple");
25 $this->quotecolour =
"blue";
26 $this->blockcommentcolour =
"green";
27 $this->linecommentcolour =
"green";
31 $this->indent =
array(
"BEGIN;",
"DO;",
"IF");
32 $this->unindent =
array(
"ELSE",
"END;",
"OTHER",
"OTHERWISE",
"THEN");
36 $this->stringchars =
array();
37 $this->delimiters =
array(
"!",
"@",
"^",
"&",
"*",
"(",
")",
"-",
"+",
"=",
"\\",
"/",
"{",
"}",
"[",
"]",
":",
";",
"'",
"<",
">",
" ",
",",
" ",
".",
" ",
" ",
"?");
42 $this->linecommenton =
array(
"");
43 $this->blockcommenton =
array(
"/*");
44 $this->blockcommentoff =
array(
"*/");
48 $this->keywords =
array(
104 "COMPILETIME" =>
"1",
112 "CONSECUTIVE" =>
"1",
125 "CURRENTSTORAGE" =>
"1",
139 "DESCRIPTORS" =>
"1",
154 "ENVIRONMENT" =>
"1",
173 "FIXEDOVERFLOW" =>
"1",
204 "IRREDUCIBLE" =>
"1",
307 "SCALARVARYING" =>
"1",
329 "STRINGRANGE" =>
"1",
333 "SUBSCRIPTRANGE" =>
"1",
356 "UNDEFINEDFILE" =>
"1",
377 "ZEREODIVIDE" =>
"1",
384 "%DEACTIVATE" =>
"2",
447 $this->linkscripts =
array(
Create styles array
The data for the language used.