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",
"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(
69 "CreateBitField" =>
"2",
70 "CreateByteField" =>
"2",
71 "CreateDWordField" =>
"2",
73 "CreateQWordField" =>
"2",
74 "CreateWordField" =>
"2",
75 "DataTableRegion" =>
"2",
82 "OperationRegion" =>
"2",
83 "PowerResource" =>
"2",
87 "EmbeddedControl" =>
"3",
89 "PciBarTarget" =>
"3",
92 "SystemMemory" =>
"3",
106 "Concatenate" =>
"6",
107 "ConcatenateResTemplate" =>
"6",
113 "FindSetLeftBit" =>
"6",
114 "FindSetRightBit" =>
"6",
123 "LGreaterEqual" =>
"6",
160 $this->linkscripts =
array(
Create styles array
The data for the language used.