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",
"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(
124 "acad_colordlg" =>
"5",
125 "acad_helpdlg" =>
"5",
126 "acad_strlsort" =>
"5",
127 "action_tile" =>
"5",
136 "atoms-family" =>
"5",
137 "autoarxload" =>
"5",
141 "client_data_tile" =>
"5",
152 "done_dialog" =>
"5",
189 "load_dialog" =>
"5",
195 "namedobjdict" =>
"5",
220 "slide_image" =>
"5",
223 "start_dialog" =>
"5",
224 "start_image" =>
"5",
227 "term_dialog" =>
"5",
235 "unload_dialog" =>
"5",
237 "vector_image" =>
"5",
287 $this->linkscripts =
array(
Create styles array
The data for the language used.