2 $BEAUT_PATH = realpath(
".") .
"/Services/COPage/syntax_highlight/php";
6 require_once(
"$BEAUT_PATH/Beautifier/HFile.php");
24 $this->colours =
array(
"brown",
"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(
80 "ceil_texclip_dist" =>
"1",
93 "floor_offs_x" =>
"1",
94 "floor_offs_y" =>
"1",
321 "next_my_there" =>
"2",
326 "play_flicfile" =>
"2",
329 "play_song_once" =>
"2",
330 "play_soundfile" =>
"2",
331 "print_string" =>
"2",
332 "print_value" =>
"2",
369 "ceil_ascend" =>
"3",
370 "ceil_descend" =>
"3",
388 "floor_ascend" =>
"3",
389 "floor_descend" =>
"3",
417 "transparent" =>
"3",
420 "acceleration" =>
"4",
421 "active_nexus" =>
"4",
422 "active_targets" =>
"4",
423 "actor_ceil_hgt" =>
"4",
424 "actor_climb" =>
"4",
426 "actor_floor_hgt" =>
"4",
427 "actor_impact_vx" =>
"4",
428 "actor_impact_vy" =>
"4",
429 "actor_impact_vz" =>
"4",
430 "actor_width" =>
"4",
436 "cdaudio_vol" =>
"4",
447 "color_actors" =>
"4",
448 "color_border" =>
"4",
449 "color_player" =>
"4",
450 "color_things" =>
"4",
451 "color_walls" =>
"4",
454 "delta_angle" =>
"4",
458 "force_ahead" =>
"4",
460 "force_strafe" =>
"4",
465 "hit_mindist" =>
"4",
471 "impact_vrot" =>
"4",
553 "map_centerx" =>
"4",
554 "map_centery" =>
"4",
555 "map_edge_x1" =>
"4",
556 "map_edge_x2" =>
"4",
557 "map_edge_y1" =>
"4",
558 "map_edge_y2" =>
"4",
572 "motion_blur" =>
"4",
573 "mouse_angle" =>
"4",
576 "mouse_middle" =>
"4",
578 "mouse_moving" =>
"4",
579 "mouse_right" =>
"4",
580 "mouse_sense" =>
"4",
587 "player_angle" =>
"4",
589 "player_climb" =>
"4",
591 "player_depth" =>
"4",
593 "player_last_x" =>
"4",
594 "player_last_y" =>
"4",
595 "player_light" =>
"4",
597 "player_size" =>
"4",
598 "player_speed" =>
"4",
599 "player_tilt" =>
"4",
600 "player_vrot" =>
"4",
604 "player_width" =>
"4",
608 "psound_tone" =>
"4",
612 "render_mode" =>
"4",
615 "screen_width" =>
"4",
619 "shift_sense" =>
"4",
620 "shoot_angle" =>
"4",
622 "shoot_range" =>
"4",
623 "shoot_sector" =>
"4",
626 "skip_frames" =>
"4",
629 "slope_ahead" =>
"4",
640 "thing_width" =>
"4",
643 "touch_state" =>
"4",
645 "walk_period" =>
"4",
648 "wave_period" =>
"4",
681 "light_angle" =>
"7",
707 $this->linkscripts =
array(
Create styles array
The data for the language used.