2 $BEAUT_PATH = realpath(
".") .
"/Services/COPage/syntax_highlight/php";
6 require_once(
"$BEAUT_PATH/Beautifier/HFile.php");
24 $this->colours =
array(
"blue",
"brown",
"purple",
"gray",
"blue",
"purple",
"gray");
25 $this->quotecolour =
"blue";
26 $this->blockcommentcolour =
"green";
27 $this->linecommentcolour =
"green";
31 $this->indent =
array(
"THEN",
"ELSE",
"DO",
"FORALL");
32 $this->unindent =
array(
"ENDIF",
"ENDDO",
"END IF",
"END DO");
36 $this->stringchars =
array(
"\"",
"'");
37 $this->delimiters =
array(
"~",
"!",
"@",
"%",
"^",
"&",
"*",
"(",
")",
"-",
"+",
"=",
"|",
"\\",
"/",
"{",
"}",
"[",
"]",
":",
";",
"\"",
"'",
"<",
">",
" ",
",");
42 $this->linecommenton =
array(
"! $");
43 $this->blockcommenton =
array(
"");
44 $this->blockcommentoff =
array(
"");
48 $this->keywords =
array(
183 "DATE_AND_TIME" =>
"3",
187 "DOT_PRODUCT" =>
"3",
226 "MAXEXPONENT" =>
"3",
231 "MINEXPONENT" =>
"3",
252 "RANDOM_NUMBER" =>
"3",
253 "RANDOM_SEED" =>
"3",
261 "SELECTED_INT_KIND" =>
"3",
262 "SELECTED_REAL_KIND" =>
"3",
263 "SET_EXPONENT" =>
"3",
274 "SYSTEM_CLOCK" =>
"3",
293 "CARRIAGECONTROL" =>
"5",
315 "UNFORMATTED" =>
"5",
338 $this->linkscripts =
array(
Create styles array
The data for the language used.