| 1 |
<?php |
|---|
| 2 |
|
|---|
| 3 |
|
|---|
| 4 |
|
|---|
| 5 |
|
|---|
| 6 |
|
|---|
| 7 |
|
|---|
| 8 |
|
|---|
| 9 |
|
|---|
| 10 |
|
|---|
| 11 |
|
|---|
| 12 |
|
|---|
| 13 |
|
|---|
| 14 |
|
|---|
| 15 |
|
|---|
| 16 |
|
|---|
| 17 |
|
|---|
| 18 |
|
|---|
| 19 |
|
|---|
| 20 |
|
|---|
| 21 |
|
|---|
| 22 |
|
|---|
| 23 |
|
|---|
| 24 |
|
|---|
| 25 |
|
|---|
| 26 |
|
|---|
| 27 |
|
|---|
| 28 |
|
|---|
| 29 |
|
|---|
| 30 |
|
|---|
| 31 |
|
|---|
| 32 |
|
|---|
| 33 |
|
|---|
| 34 |
|
|---|
| 35 |
|
|---|
| 36 |
|
|---|
| 37 |
|
|---|
| 38 |
|
|---|
| 39 |
|
|---|
| 40 |
|
|---|
| 41 |
|
|---|
| 42 |
|
|---|
| 43 |
|
|---|
| 44 |
|
|---|
| 45 |
|
|---|
| 46 |
|
|---|
| 47 |
|
|---|
| 48 |
$language_data = array ( |
|---|
| 49 |
'LANG_NAME' => 'Ada', |
|---|
| 50 |
'COMMENT_SINGLE' => array(1 => '--'), |
|---|
| 51 |
'COMMENT_MULTI' => array('/*' => '*/'), |
|---|
| 52 |
'CASE_KEYWORDS' => GESHI_CAPS_NO_CHANGE, |
|---|
| 53 |
'QUOTEMARKS' => array('"'), |
|---|
| 54 |
'ESCAPE_CHAR' => '\\', |
|---|
| 55 |
'KEYWORDS' => array( |
|---|
| 56 |
1 => array( |
|---|
| 57 |
'begin', 'declare', 'do', 'else', 'elsif', 'exception', 'for', 'if', |
|---|
| 58 |
'is', 'loop', 'while', 'then', 'is', 'end', 'select', 'case', 'while', 'until', |
|---|
| 59 |
'goto', 'return' |
|---|
| 60 |
), |
|---|
| 61 |
2 => array( |
|---|
| 62 |
'abs', 'and', 'mod', 'not', 'or', 'rem', 'xor' |
|---|
| 63 |
), |
|---|
| 64 |
3 => array( |
|---|
| 65 |
'abort', 'abstract', 'accept', 'access', 'aliased', 'all', 'array', 'at', 'body', |
|---|
| 66 |
'constant', 'delay', 'delta', 'digits', 'entry', 'exit', |
|---|
| 67 |
'function', 'generic', 'in', 'limited', 'new', 'null', 'of', 'others', 'out', 'package', 'pragma', |
|---|
| 68 |
'private', 'procedure', 'protected', 'raise', 'range', 'record', 'renames', 'requeue', 'reverse', |
|---|
| 69 |
'separate', 'subtype', 'tagged', 'task', 'terminate', 'type', 'use', 'when', 'with' |
|---|
| 70 |
) |
|---|
| 71 |
), |
|---|
| 72 |
'SYMBOLS' => array( |
|---|
| 73 |
'(', ')' |
|---|
| 74 |
), |
|---|
| 75 |
'CASE_SENSITIVE' => array( |
|---|
| 76 |
GESHI_COMMENTS => true, |
|---|
| 77 |
1 => false, |
|---|
| 78 |
2 => false, |
|---|
| 79 |
3 => false, |
|---|
| 80 |
), |
|---|
| 81 |
'STYLES' => array( |
|---|
| 82 |
'KEYWORDS' => array( |
|---|
| 83 |
1 => 'color: #00007f;', |
|---|
| 84 |
2 => 'color: #0000ff;', |
|---|
| 85 |
3 => 'color: #46aa03; font-weight:bold;', |
|---|
| 86 |
), |
|---|
| 87 |
'BRACKETS' => array( |
|---|
| 88 |
0 => 'color: #66cc66;' |
|---|
| 89 |
), |
|---|
| 90 |
'COMMENTS' => array( |
|---|
| 91 |
1 => 'color: #adadad; font-style: italic;', |
|---|
| 92 |
'MULTI' => 'color: #808080; font-style: italic;' |
|---|
| 93 |
), |
|---|
| 94 |
'ESCAPE_CHAR' => array( |
|---|
| 95 |
0 => 'color: #000099; font-weight: bold;' |
|---|
| 96 |
), |
|---|
| 97 |
'BRACKETS' => array( |
|---|
| 98 |
0 => 'color: #66cc66;' |
|---|
| 99 |
), |
|---|
| 100 |
'STRINGS' => array( |
|---|
| 101 |
0 => 'color: #7f007f;' |
|---|
| 102 |
), |
|---|
| 103 |
'NUMBERS' => array( |
|---|
| 104 |
0 => 'color: #ff0000;' |
|---|
| 105 |
), |
|---|
| 106 |
'METHODS' => array( |
|---|
| 107 |
1 => 'color: #202020;' |
|---|
| 108 |
), |
|---|
| 109 |
'SYMBOLS' => array( |
|---|
| 110 |
0 => 'color: #66cc66;' |
|---|
| 111 |
), |
|---|
| 112 |
'REGEXPS' => array( |
|---|
| 113 |
), |
|---|
| 114 |
'SCRIPT' => array( |
|---|
| 115 |
) |
|---|
| 116 |
), |
|---|
| 117 |
'URLS' => array( |
|---|
| 118 |
1 => '', |
|---|
| 119 |
2 => '', |
|---|
| 120 |
3 => '' |
|---|
| 121 |
), |
|---|
| 122 |
'OOLANG' => true, |
|---|
| 123 |
'OBJECT_SPLITTERS' => array( |
|---|
| 124 |
1 => '.' |
|---|
| 125 |
), |
|---|
| 126 |
'REGEXPS' => array( |
|---|
| 127 |
), |
|---|
| 128 |
'STRICT_MODE_APPLIES' => GESHI_NEVER, |
|---|
| 129 |
'SCRIPT_DELIMITERS' => array( |
|---|
| 130 |
), |
|---|
| 131 |
'HIGHLIGHT_STRICT_BLOCK' => array( |
|---|
| 132 |
) |
|---|
| 133 |
); |
|---|
| 134 |
|
|---|
| 135 |
?> |
|---|
| 136 |
|
|---|