2 $BEAUT_PATH = realpath(
".").
"/Services/COPage/syntax_highlight/php";
4 require_once(
"$BEAUT_PATH/Beautifier/HFile.php");
20 $this->colours = array(
"blue",
"brown",
"purple",
"gray",
"blue",
"purple",
"gray");
21 $this->quotecolour =
"blue";
22 $this->blockcommentcolour =
"green";
23 $this->linecommentcolour =
"green";
27 $this->indent = array(
"THEN",
"ELSE",
"DO",
"FORALL");
28 $this->unindent = array(
"ENDIF",
"ENDDO",
"END IF",
"END DO");
32 $this->stringchars = array(
"\"",
"'");
33 $this->delimiters = array(
"~",
"!",
"@",
"%",
"^",
"&",
"*",
"(",
")",
"-",
"+",
"=",
"|",
"\\",
"/",
"{",
"}",
"[",
"]",
":",
";",
"\"",
"'",
"<",
">",
" ",
",");
38 $this->linecommenton = array(
"! $");
39 $this->blockcommenton = array(
"");
40 $this->blockcommentoff = array(
"");
44 $this->keywords = array(
179 "DATE_AND_TIME" =>
"3",
183 "DOT_PRODUCT" =>
"3",
222 "MAXEXPONENT" =>
"3",
227 "MINEXPONENT" =>
"3",
248 "RANDOM_NUMBER" =>
"3",
249 "RANDOM_SEED" =>
"3",
257 "SELECTED_INT_KIND" =>
"3",
258 "SELECTED_REAL_KIND" =>
"3",
259 "SET_EXPONENT" =>
"3",
270 "SYSTEM_CLOCK" =>
"3",
289 "CARRIAGECONTROL" =>
"5",
311 "UNFORMATTED" =>
"5",
334 $this->linkscripts = array(