41 'LANG_NAME' =>
'Scheme',
42 'COMMENT_SINGLE' => array(1 =>
';'),
43 'COMMENT_MULTI' => array(
'#|' =>
'|#'),
45 'QUOTEMARKS' => array(
'"'),
46 'ESCAPE_CHAR' =>
'\\',
49 'abs',
'acos',
'and',
'angle',
'append',
'appply',
'approximate',
50 'asin',
'assoc',
'assq',
'assv',
'atan',
52 'begin',
'boolean?',
'bound-identifier=?',
54 'caar',
'caddr',
'cadr',
'call-with-current-continuation',
55 'call-with-input-file',
'call-with-output-file',
'call/cc',
'car',
56 'case',
'catch',
'cdddar',
'cddddr',
'cdr',
'ceiling',
'char->integer',
57 'char-alphabetic?',
'char-ci<=?',
'char-ci<?',
'char-ci?',
'char-ci>=?',
58 'char-ci>?',
'char-ci=?',
'char-downcase',
'char-lower-case?',
59 'char-numeric',
'char-ready',
'char-ready?',
'char-upcase',
60 'char-upper-case?',
'char-whitespace?',
'char<=?',
'char<?',
'char=?',
61 'char>=?',
'char>?',
'char?',
'close-input-port',
'close-output-port',
62 'complex?',
'cond',
'cons',
'construct-identifier',
'cos',
63 'current-input-port',
'current-output-port',
65 'd',
'define',
'define-syntax',
'delay',
'denominator',
'display',
'do',
67 'e',
'eof-object?',
'eq?',
'equal?',
'eqv?',
'even?',
'exact->inexact',
68 'exact?',
'exp',
'expt',
'else',
70 'f',
'floor',
'for-each',
'force',
'free-identifer=?',
72 'gcd',
'gen-counter',
'gen-loser',
'generate-identifier',
74 'identifier->symbol',
'identifier',
'if',
'imag-part',
'inexact->exact',
75 'inexact?',
'input-port?',
'integer->char',
'integer?',
'integrate-system',
77 'l',
'lambda',
'last-pair',
'lcm',
'length',
'let',
'let*',
'letrec',
78 'list',
'list->string',
'list->vector',
'list-ref',
'list-tail',
'list?',
81 'magnitude',
'make-polar',
'make-promise',
'make-rectangular',
82 'make-string',
'make-vector',
'map',
'map-streams',
'max',
'member',
83 'memq',
'memv',
'min',
'modulo',
85 'negative',
'newline',
'nil',
'not',
'null?',
'number->string',
'number?',
88 'odd?',
'open-input-file',
'open-output-file',
'or',
'output-port',
90 'pair?',
'peek-char',
'positive?',
'procedure?',
92 'quasiquote',
'quote',
'quotient',
94 'rational',
'rationalize',
'read',
'read-char',
'real-part',
'real?',
95 'remainder',
'return',
'reverse',
97 's',
'sequence',
'set!',
'set-char!',
'set-cdr!',
'sin',
'sqrt',
'string',
98 'string->list',
'string->number',
'string->symbol',
'string-append',
99 'string-ci<=?',
'string-ci<?',
'string-ci=?',
'string-ci>=?',
100 'string-ci>?',
'string-copy',
'string-fill!',
'string-length',
101 'string-ref',
'string-set!',
'string<=?',
'string<?',
'string=?',
102 'string>=?',
'string>?',
'string?',
'substring',
'symbol->string',
103 'symbol?',
'syntax',
'syntax-rules',
105 't',
'tan',
'template',
'transcript-off',
'transcript-on',
'truncate',
107 'unquote',
'unquote-splicing',
'unwrap-syntax',
109 'vector',
'vector->list',
'vector-fill!',
'vector-length',
'vector-ref',
110 'vector-set!',
'vector?',
112 'with-input-from-file',
'with-output-to-file',
'write',
'write-char',
118 '(',
')',
'{',
'}',
'[',
']',
'!',
'%',
'^',
'&',
'/',
'+',
'-',
'*',
'=',
'<',
'>',
';',
'|' 120 'CASE_SENSITIVE' => array(
126 1 =>
'color: #b1b100;' 129 1 =>
'color: #808080; font-style: italic;',
130 'MULTI' =>
'color: #808080; font-style: italic;' 132 'ESCAPE_CHAR' => array(
133 0 =>
'color: #000099; font-weight: bold;' 136 0 =>
'color: #66cc66;' 139 0 =>
'color: #ff0000;' 142 0 =>
'color: #cc66cc;' 145 0 =>
'color: #202020;' 148 0 =>
'color: #66cc66;' 159 'OBJECT_SPLITTERS' => array(
164 'SCRIPT_DELIMITERS' => array(
166 'HIGHLIGHT_STRICT_BLOCK' => array(
const GESHI_COMMENTS
Used in language files to mark comments.
const GESHI_NEVER
#+ private
const GESHI_CAPS_NO_CHANGE
Lowercase keywords found.