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");
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(
93 "ERROR_HANDLER" =>
"1",
104 "FLOATINGPOINT" =>
"1",
108 "GET_FILE_BOX" =>
"1",
111 "H_SCROLLBAR" =>
"1",
120 "LINE_SWITCH" =>
"1",
129 "MESSAGE_LIB" =>
"1",
133 "MULTI_MEDIA" =>
"1",
153 "RADIO_BUTTON" =>
"1",
173 "SECURITY_MASK" =>
"1",
198 "SYSTEM_HELP" =>
"1",
199 "SYSTEM_JRNL" =>
"1",
204 "TRISTATE_BOX" =>
"1",
208 "VARDROP_BOX" =>
"1",
209 "VARLIST_BOX" =>
"1",
211 "VIDEO_PALETTE" =>
"1",
212 "V_SCROLLBAR" =>
"1",
218 "WINPRT_SETUP" =>
"1",
393 $this->linkscripts =
array(
Create styles array
The data for the language used.