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");
25 $this->quotecolour =
"blue";
26 $this->blockcommentcolour =
"green";
27 $this->linecommentcolour =
"green";
31 $this->indent =
array(
"{");
32 $this->unindent =
array(
"}");
36 $this->stringchars =
array();
37 $this->delimiters =
array(
"~",
"!",
"@",
"%",
"^",
"&",
"*",
"(",
")",
"+",
"=",
"|",
"\\",
"/",
"{",
"}",
"[",
"]",
":",
";",
"\"",
"'",
"<",
">",
" ",
" ",
",",
".",
"?",
"/",
" ");
42 $this->linecommenton =
array(
"#");
43 $this->blockcommenton =
array(
"/*");
44 $this->blockcommentoff =
array(
"*/");
48 $this->keywords =
array(
109 "FROM_ISO8859" =>
"2",
159 "$PGM_exception" =>
"2",
171 "CURRENTDATE" =>
"3",
175 "EDI_READ_CHARSET" =>
"3",
176 "EDI_READ_INTERCHANGE" =>
"3",
177 "EDI_TRUNCATE" =>
"3",
178 "EXPRESSIONS" =>
"3",
203 "SOURCEMODULE" =>
"3",
204 "SOURCEPROCEDURE" =>
"3",
208 "UNIQUE_NAME" =>
"3",
209 "AMTRIX_LOGID" =>
"4",
213 "ARGUMENTCOUNT" =>
"4",
219 "OPTDTA_READ" =>
"4",
220 "OPTDTA_WRITE" =>
"4",
250 $this->linkscripts =
array(
Create styles array
The data for the language used.