2 $BEAUT_PATH = realpath(
".") .
"/Services/COPage/syntax_highlight/php";
6 require_once(
"$BEAUT_PATH/Beautifier/HFile.php");
24 $this->colours =
array(
"blue",
"purple",
"gray");
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(
50 "AMTRIX_LOGID" =>
"1",
55 "ARGUMENTCOUNT" =>
"1",
101 "EDI_CHARSET" =>
"1",
102 "EDI_READ_CHARSET" =>
"1",
103 "EDI_READ_INTERCHANGE" =>
"1",
104 "EDI_TRUNCATE" =>
"1",
112 "EXPRESSIONS" =>
"1",
118 "FROM_ISO8859" =>
"1",
141 "OPTDTA_READ" =>
"1",
142 "OPTDTA_WRITE" =>
"1",
178 "SOURCEMODULE" =>
"1",
179 "SOURCEPROCEDURE" =>
"1",
208 "UNIQUE_NAME" =>
"1",
222 "$PGM_exception" =>
"3");
231 $this->linkscripts =
array(
Create styles array
The data for the language used.