3 $BEAUT_PATH = realpath(
".") .
"/Services/COPage/syntax_highlight/php";
7 require_once(
"$BEAUT_PATH/Beautifier/HFile.php");
26 $this->colours =
array(
"blue",
"purple",
"gray",
"brown",
"blue",
"purple",
"gray");
27 $this->quotecolour =
"blue";
28 $this->blockcommentcolour =
"green";
29 $this->linecommentcolour =
"green";
33 $this->indent =
array();
34 $this->unindent =
array();
38 $this->stringchars =
array(
"\"");
39 $this->delimiters =
array(
"~",
"!",
"@",
"%",
"^",
"&",
"(",
")",
"|",
"{",
"}",
"[",
"]",
";",
"\"",
"'",
" ",
",",
" ",
".",
"?");
44 $this->linecommenton =
array(
";");
45 $this->blockcommenton =
array(
"#|");
46 $this->blockcommentoff =
array(
"|#");
50 $this->keywords =
array(
89 "&allow-other-keys" =>
"3",
95 "*load-verbose*" =>
"4",
98 "*print-array*" =>
"4",
99 "*print-base*" =>
"4",
100 "*print-case*" =>
"4",
101 "*print-circle*" =>
"4",
102 "*printescape*" =>
"4",
103 "*printgensym*" =>
"4",
104 "*print-length*" =>
"4",
105 "*print-level*" =>
"4",
106 "*print-pretty*" =>
"4",
107 "*print-radix*" =>
"4",
108 "*read-base*" =>
"4",
109 "*readtable*" =>
"4",
110 "*standard-input*" =>
"4",
111 "*standard-output*" =>
"4",
112 "*terminal-io*" =>
"4",
113 ":allow-other-keys" =>
"5",
117 ":capitalize" =>
"5",
123 ":element-type" =>
"5",
130 ":initial-element" =>
"5",
137 ":output-file" =>
"5",
149 "alpha-char-p" =>
"6",
150 "alphanumericp" =>
"6",
156 "array-dimensions" =>
"6",
181 "char-downcase" =>
"6",
182 "char-upcase" =>
"6",
183 "char-acterp" =>
"6",
187 "compile-file" =>
"6",
188 "compiler-let" =>
"6",
190 "concatenate" =>
"6",
198 "defconstant" =>
"6",
200 "defparameter" =>
"6",
205 "delete-file" =>
"6",
207 "delete-if-not" =>
"6",
209 "digit-char-p" =>
"6",
212 "do-all-symbols" =>
"6",
213 "do-external-symbols" =>
"6",
215 "documentation" =>
"6",
230 "find-package" =>
"6",
231 "find-symbol" =>
"6",
232 "finish-output" =>
"6",
247 "get-macro-character" =>
"6",
248 "get-properties" =>
"6",
267 "list-all-packages" =>
"6",
272 "lower-case-p" =>
"6",
273 "macroexpand" =>
"6",
274 "macro-function" =>
"6",
278 "make-string" =>
"6",
289 "member-if-not" =>
"6",
292 "multiple-value-bind" =>
"6",
293 "multiple-value-call" =>
"6",
294 "multiple-value-list" =>
"6",
295 "multiple-value-prog1" =>
"6",
296 "multiple-value-setq" =>
"6",
302 "nstring-downcase" =>
"6",
303 "nstring-upcase" =>
"6",
334 "read-preserving-whitespace" =>
"6",
339 "remove-if-not" =>
"6",
341 "rename-file" =>
"6",
345 "return-from" =>
"6",
352 "set-macro-character" =>
"6",
360 "special-form-p" =>
"6",
370 "string-char" =>
"6",
371 "string-downcase" =>
"6",
372 "string-upcase" =>
"6",
375 "symbol-name" =>
"6",
376 "symbol-package" =>
"6",
377 "symbol-values" =>
"6",
391 "unread-char" =>
"6",
393 "unwind-protect" =>
"6",
394 "upper-case-p" =>
"6",
395 "use-package" =>
"6",
397 "values-list" =>
"6",
402 "with-input-from-string" =>
"6",
403 "with-open-file" =>
"6",
404 "with-output-to-string" =>
"6",
407 "write-to-string" =>
"6",
434 $this->linkscripts =
array(
Create styles array
The data for the language used.