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(
"BEGIN");
32 $this->unindent =
array(
"END");
36 $this->stringchars =
array();
37 $this->delimiters =
array(
"{",
"}",
"[",
"]",
":",
";",
"\"",
"'",
"<",
">",
" ",
",",
".",
"?",
"(",
")",
" ",
"~",
"!",
"@",
"$",
"^",
"&",
"*",
"+",
"=",
"|",
"\\",
"/");
42 $this->linecommenton =
array(
"-- ");
43 $this->blockcommenton =
array(
"%");
44 $this->blockcommentoff =
array(
"%");
48 $this->keywords =
array(
58 "connected_pins" =>
"1",
100 "tri_state_node" =>
"1",
136 "lpm_add_sub" =>
"3",
139 "lpm_clshift" =>
"3",
140 "lpm_compare" =>
"3",
141 "lpm_constant" =>
"3",
142 "lpm_counter" =>
"3",
148 "lpm_fifo_dc" =>
"3",
158 "lpm_shiftreg" =>
"3",
172 $this->linkscripts =
array(
Create styles array
The data for the language used.