43 'LANG_NAME' =>
'Clojure',
44 'COMMENT_SINGLE' => array(1 =>
';'),
45 'COMMENT_MULTI' => array(
';|' =>
'|;'),
47 'QUOTEMARKS' => array(
'"'),
48 'ESCAPE_CHAR' =>
'\\',
51 'defn',
'defn-',
'defmulti',
'defmethod',
'defmacro',
'deftest',
52 'defstruct',
'def',
'defonce',
'let',
'letfn',
'do',
'cond',
'condp',
53 'for',
'loop',
'recur',
'when',
'when-not',
'when-let',
'when-first',
54 'if',
'if-let',
'if-not',
'doto',
'and',
'or',
'not',
'aget',
'aset',
55 'dosync',
'doseq',
'dotimes',
'dorun',
'doall',
56 'load',
'import',
'unimport',
'ns',
'in-ns',
'refer',
'print',
57 'try',
'catch',
'finally',
'throw',
'fn',
'update-in',
58 'with-open',
'with-local-vars',
'binding',
59 'gen-class',
'gen-and-load-class',
'gen-and-save-class',
60 'implement',
'proxy',
'lazy-cons',
'with-meta',
61 'struct',
'struct-map',
'delay',
'locking',
'sync',
'time',
'apply',
62 'remove',
'merge',
'interleave',
'interpose',
'distinct',
63 'cons',
'concat',
'lazy-cat',
'cycle',
'rest',
'frest',
'drop',
64 'drop-while',
'nthrest',
'take',
'take-while',
'take-nth',
'butlast',
65 'reverse',
'sort',
'sort-by',
'split-at',
'partition',
'split-with',
66 'first',
'ffirst',
'rfirst',
'zipmap',
'into',
'set',
'vec',
67 'to-array-2d',
'not-empty',
'seq?',
'not-every?',
'every?',
'not-any?',
68 'map',
'mapcat',
'vector?',
'list?',
'hash-map',
'reduce',
'filter',
69 'vals',
'keys',
'rseq',
'subseq',
'rsubseq',
'count',
'empty?',
70 'fnseq',
'repeatedly',
'iterate',
'drop-last',
71 'repeat',
'replicate',
'range',
'into-array',
72 'line-seq',
'resultset-seq',
're-seq',
're-find',
'tree-seq',
'file-seq',
73 'iterator-seq',
'enumeration-seq',
'declare',
'xml-seq',
74 'symbol?',
'string?',
'vector',
'conj',
'str',
75 'pos?',
'neg?',
'zero?',
'nil?',
'inc',
'dec',
'format',
76 'alter',
'commute',
'ref-set',
'floor',
'assoc',
'send',
'send-off' 80 '(',
')',
'{',
'}',
'[',
']',
'!',
'%',
'^',
'&',
'/',
'+',
'-',
'*',
'=',
'<',
'>',
';',
'|',
'.',
'..',
'->',
82 'CASE_SENSITIVE' => array(
88 1 =>
'color: #b1b100;' 91 1 =>
'color: #808080; font-style: italic;',
92 'MULTI' =>
'color: #808080; font-style: italic;' 94 'ESCAPE_CHAR' => array(
95 0 =>
'color: #000099; font-weight: bold;' 98 0 =>
'color: #66cc66;' 101 0 =>
'color: #ff0000;' 104 0 =>
'color: #cc66cc;' 111 0 =>
'color: #66cc66;' 122 'OBJECT_SPLITTERS' => array(
128 'SCRIPT_DELIMITERS' => array(
130 '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.