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");
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(
61 "alphabetic-lower" =>
"1",
62 "alphabetic-upper" =>
"1",
63 "alphanumeric" =>
"1",
64 "alphanumeric-edited" =>
"1",
81 "auto-hyphen-skip" =>
"1",
84 "autoterminate" =>
"1",
85 "background-color" =>
"1",
86 "background-colour" =>
"1",
127 "clock-units" =>
"1",
139 "command-line" =>
"1",
143 "communication" =>
"1",
153 "compression" =>
"1",
154 "computational" =>
"1",
155 "computational-1" =>
"1",
156 "computational-2" =>
"1",
157 "computational-3" =>
"1",
158 "computational-4" =>
"1",
159 "computational-5" =>
"1",
160 "computational-6" =>
"1",
161 "computational-x" =>
"1",
163 "configuration" =>
"1",
169 "control-area" =>
"1",
176 "corresponding" =>
"1",
182 "current-date" =>
"1",
186 "cyl-overflow" =>
"1",
189 "date-compiled" =>
"1",
190 "date-written" =>
"1",
192 "day-of-week" =>
"1",
196 "debug-contents" =>
"1",
200 "debug-sub-1" =>
"1",
201 "debug-sub-2" =>
"1",
202 "debug-sub-3" =>
"1",
204 "decimal-point" =>
"1",
205 "declaratives" =>
"1",
212 "destination" =>
"1",
232 "empty-check" =>
"1",
240 "end-compute" =>
"1",
242 "end-display" =>
"1",
245 "end-multiply" =>
"1",
246 "end-of-page" =>
"1",
247 "end-perform" =>
"1",
249 "end-receive" =>
"1",
251 "end-rewrite" =>
"1",
255 "end-subtract" =>
"1",
256 "end-unstring" =>
"1",
261 "environment" =>
"1",
262 "environment-division" =>
"1",
282 "extended-search" =>
"1",
284 "externally-described-key" =>
"1",
291 "file-control" =>
"1",
294 "file-limits" =>
"1",
295 "file-prefix" =>
"1",
302 "foreground-color" =>
"1",
303 "foreground-colour" =>
"1",
319 "high-values" =>
"1",
322 "i-o-control" =>
"1",
324 "identification" =>
"1",
338 "input-output" =>
"1",
341 "installation" =>
"1",
359 "lrft-justify" =>
"1",
362 "length-check" =>
"1",
368 "linage-counter" =>
"1",
370 "line-counter" =>
"1",
373 "local-storage" =>
"1",
375 "lock-holding" =>
"1",
383 "mass-update" =>
"1",
384 "master-index" =>
"1",
392 "more-labels" =>
"1",
399 "national-edited" =>
"1",
414 "numeric-edited" =>
"1",
415 "numeric-fill" =>
"1",
418 "object-computer" =>
"1",
419 "object-storage" =>
"1",
430 "organization" =>
"1",
437 "packed-decimal" =>
"1",
440 "page-counter" =>
"1",
452 "positioning" =>
"1",
456 "print-control" =>
"1",
457 "print-switch" =>
"1",
464 "procedure-pointer" =>
"1",
486 "record-overflow" =>
"1",
500 "reorg-criteria" =>
"1",
514 "return-code" =>
"1",
517 "reverse-video" =>
"1",
524 "right-justify" =>
"1",
544 "segment-limit" =>
"1",
565 "sort-control" =>
"1",
566 "sort-core-size" =>
"1",
567 "sort-file-size" =>
"1",
569 "sort-message" =>
"1",
570 "sort-mode-size" =>
"1",
571 "sort-option" =>
"1",
572 "sort-return" =>
"1",
574 "source-computer" =>
"1",
578 "special-names" =>
"1",
588 "sub-queue-1" =>
"1",
589 "sub-queue-2" =>
"1",
590 "sub-queue-3" =>
"1",
598 "synchronized" =>
"1",
605 "system-info" =>
"1",
610 "terminal-info" =>
"1",
618 "time-of-day" =>
"1",
629 "track-limit" =>
"1",
632 "trailing-sign" =>
"1",
633 "transaction" =>
"1",
667 "when-compiled" =>
"1",
671 "working-storage" =>
"1",
675 "write-verify" =>
"1",
676 "writerszero" =>
"1",
685 "end-evaluate" =>
"2",
713 $this->linkscripts =
array(
Create styles array
The data for the language used.