2 $BEAUT_PATH = realpath(
".") .
"/Services/COPage/syntax_highlight/php";
6 require_once(
"$BEAUT_PATH/Beautifier/HFile.php");
24 $this->stringchars =
array();
25 $this->delimiters =
array(
",",
".",
":",
";",
"{",
" ",
"}",
" ",
" ");
30 $this->blockcommenton =
array(
"<!--");
31 $this->blockcommentoff =
array(
"-->");
35 $this->keywords =
array(
65 "FIRST-LETTER" =>
"1",
129 "background-attachment" =>
"2",
130 "background-color" =>
"2",
131 "background-image" =>
"2",
132 "background-position" =>
"2",
133 "background-repeat" =>
"2",
135 "border-bottom" =>
"2",
136 "border-bottom-width" =>
"2",
137 "border-color" =>
"2",
138 "border-left" =>
"2",
139 "border-left-width" =>
"2",
140 "border-right" =>
"2",
141 "border-right-width" =>
"2",
142 "border-style" =>
"2",
144 "border-top-width" =>
"2",
145 "border-width" =>
"2",
151 "font-family" =>
"2",
154 "font-variant" =>
"2",
155 "font-weight" =>
"2",
157 "letter-spacing" =>
"2",
158 "line-height" =>
"2",
160 "list-style-image" =>
"2",
161 "list-style-position" =>
"2",
162 "list-style-type" =>
"2",
164 "margin-bottom" =>
"2",
165 "margin-left" =>
"2",
166 "margin-right" =>
"2",
169 "padding-bottom" =>
"2",
170 "padding-left" =>
"2",
171 "padding-right" =>
"2",
172 "padding-top" =>
"2",
174 "text-decoration" =>
"2",
175 "text-indent" =>
"2",
176 "text-transform" =>
"2",
177 "vertical-align" =>
"2",
178 "white-space" =>
"2",
180 "word-spacing" =>
"2",
217 "line-through" =>
"3",
219 "lower-alpha" =>
"3",
220 "lower-roman" =>
"3",
257 "text-bottom" =>
"3",
262 "transparent" =>
"3",
264 "upper-alpha" =>
"3",
265 "upper-roman" =>
"3",
282 $this->linkscripts =
array(
Create styles array
The data for the language used.