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(
127 "to-get-word" =>
"1",
134 "to-lit-word" =>
"1",
139 "to-refinement" =>
"1",
140 "to-set-path" =>
"1",
141 "to-set-word" =>
"1",
167 "any-function!" =>
"2",
168 "any-string!" =>
"2",
191 "any-function?" =>
"3",
192 "any-string?" =>
"3",
214 "greater-or-equal?" =>
"3",
239 $this->linkscripts =
array(
Create styles array
The data for the language used.