47 'LANG_NAME' =>
'BibTeX',
49 'COMMENT_SINGLE' => array(
52 'COMMENT_MULTI' => array(),
54 'QUOTEMARKS' => array(),
58 '@comment',
'@preamble',
'@string' 62 '@article',
'@book',
'@booklet',
'@conference',
'@inbook',
63 '@incollection',
'@inproceedings',
'@manual',
'@mastersthesis',
64 '@misc',
'@phdthesis',
'@proceedings',
'@techreport',
'@unpublished' 68 '@collection',
'@patent',
'@webpage' 72 'address',
'annote',
'author',
'booktitle',
'chapter',
'crossref',
73 'edition',
'editor',
'howpublished',
'institution',
'journal',
'key',
74 'month',
'note',
'number',
'organization',
'pages',
'publisher',
'school',
75 'series',
'title',
'type',
'volume',
'year' 79 'abstract',
'affiliation',
'chaptername',
'cited-by',
'cites',
80 'contents',
'copyright',
'date-added',
'date-modified',
'doi',
'eprint',
81 'isbn',
'issn',
'keywords',
'language',
'lccn',
'lib-congress',
82 'location',
'price',
'rating',
'read',
'size',
'source',
'url' 93 '{',
'}',
'#',
'=',
',' 95 'CASE_SENSITIVE' => array(
105 1 =>
'color: #C02020;',
106 2 =>
'color: #C02020;',
107 3 =>
'color: #C08020;',
108 4 =>
'color: #C08020;' 111 1 =>
'color: #2C922C; font-style: italic;' 114 0 =>
'color: #2020C0;' 117 0 =>
'color: #E02020;' 120 1 =>
'color: #2020C0;',
121 2 =>
'color: #C08020;',
122 3 =>
'color: #800000;' 124 'ESCAPE_CHAR' => array(
125 0 =>
'color: #000000; font-weight: bold;' 128 0 =>
'color: #E02020;' 140 GESHI_SEARCH =>
"(?<=\\{)(?:\\{(?R)\\}|[^\\{\\}])*(?=\\})",
161 'HIGHLIGHT_STRICT_BLOCK' => array(
163 'OBJECT_SPLITTERS' => array(
166 'SCRIPT_DELIMITERS' => array(
168 'PARSER_CONTROL' => array(
169 'ENABLE_FLAGS' => array(
174 'DISALLOWED_AFTER' =>
'(?=\s*=)' 177 'DISALLOWED_AFTER' =>
'(?=\s*=)' const GESHI_MODIFIERS
The key of the regex array defining any modifiers to the regular expression.
const GESHI_BEFORE
The key of the regex array defining what bracket group in a matched search to put before the replacem...
const GESHI_COMMENTS
Used in language files to mark comments.
const GESHI_REPLACE
The key of the regex array defining what bracket group in a matched search to use as a replacement...
const GESHI_SEARCH
The key of the regex array defining what to search for.
const GESHI_NEVER
#+ private
const GESHI_CAPS_NO_CHANGE
Lowercase keywords found.
const GESHI_AFTER
The key of the regex array defining what bracket group in a matched search to put after the replaceme...