2 $BEAUT_PATH = realpath(
".") .
"/Services/COPage/syntax_highlight/php";
6 require_once(
"$BEAUT_PATH/Beautifier/HFile.php");
24 $this->colours =
array(
"blue",
"purple",
"gray",
"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(
170 "#xtranslate" =>
"1",
237 "colorselect" =>
"3",
242 "dbclearfilter" =>
"3",
243 "dbclearindex" =>
"3",
244 "dbclearrelation" =>
"3",
246 "dbclosearea" =>
"3",
248 "dbcommitall" =>
"3",
250 "dbcreateindex" =>
"3",
264 "dbselectarea" =>
"3",
265 "dbsetdriver" =>
"3",
266 "dbsetfilter" =>
"3",
269 "dbsetrelation" =>
"3",
273 "dbunlockall" =>
"3",
306 "fieldwblock" =>
"3",
349 "memvarblock" =>
"3",
458 $this->linkscripts =
array(
Create styles array
The data for the language used.