2 $BEAUT_PATH = realpath(
".") .
"/Services/COPage/syntax_highlight/php";
6 require_once(
"$BEAUT_PATH/Beautifier/HFile.php");
24 $this->colours =
array(
"blue",
"gray",
"purple",
"gray",
"brown",
"blue",
"purple",
"brown");
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(
878 "$CHECKCPU16" =>
"4",
888 "$ERRORPRINT" =>
"4",
919 "$NOABSOLUTE" =>
"4",
925 "$NOERRORPRINT" =>
"4",
928 "$NOEXTINSTR" =>
"4",
950 "$NOOPTIMIZE" =>
"4",
956 "$NORETCHECK" =>
"4",
958 "$NOSEGMENTED" =>
"4",
962 "$NOSTRICTTASK" =>
"4",
980 "$PAGELENGTH" =>
"4",
1000 "$STRICTTASK" =>
"4",
1067 "BITADDRESSABLE" =>
"6",
1097 "GLBUSRSTACK" =>
"6",
1101 "IRAMADDRESSABLE" =>
"6",
1110 "PECADDRESSABLE" =>
"6",
1175 $this->linkscripts =
array(
1183 "8" =>
"donothing");
Create styles array
The data for the language used.