2 $BEAUT_PATH = realpath(
".") .
"/Services/COPage/syntax_highlight/php";
6 require_once(
"$BEAUT_PATH/Beautifier/HFile.php");
24 $this->colours =
array(
"blue",
"purple");
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(
85 "<BLOCKQUOTE>" =>
"1",
86 "</BLOCKQUOTE>" =>
"1",
108 "</CFOUTPUT>" =>
"1",
112 "<CFLOCATION" =>
"1",
136 "</DBOUTPUT>" =>
"1",
140 "<DBLOCATION" =>
"1",
157 "</FRAMESET>" =>
"1",
200 "</NOFRAMES>" =>
"1",
241 "</TEXTAREA>" =>
"1",
263 "BACKGROUND=" =>
"2",
269 "CELLPADDING" =>
"2",
270 "CELLSPACING" =>
"2",
274 "DATASOURCE=" =>
"2",
278 "FORMFIELDS=" =>
"2",
289 "MARGINHEIGHT=" =>
"2",
290 "MARGINWIDTH=" =>
"2",
322 $this->linkscripts =
array(
Create styles array
The data for the language used.