50 'LANG_NAME' =>
'BibTeX',
52 'COMMENT_SINGLE' => array(
55 'COMMENT_MULTI' => array(),
57 'QUOTEMARKS' => array(),
61 '@comment',
'@preamble',
'@string' 65 '@article',
'@book',
'@booklet',
'@conference',
'@inbook',
66 '@incollection',
'@inproceedings',
'@manual',
'@mastersthesis',
67 '@misc',
'@phdthesis',
'@proceedings',
'@techreport',
'@unpublished' 71 '@collection',
'@patent',
'@webpage' 75 'address',
'annote',
'author',
'booktitle',
'chapter',
'crossref',
76 'edition',
'editor',
'howpublished',
'institution',
'journal',
'key',
77 'month',
'note',
'number',
'organization',
'pages',
'publisher',
'school',
78 'series',
'title',
'type',
'volume',
'year',
82 'abstract',
'affiliation',
'chaptername',
'cited-by',
'cites',
83 'contents',
'copyright',
'date-added',
'date-modified',
'doi',
'eprint',
84 'isbn',
'issn',
'keywords',
'language',
'lccn',
'lib-congress',
85 'location',
'price',
'rating',
'read',
'size',
'source',
'url',
96 '{',
'}',
'#',
'=',
',' 98 'CASE_SENSITIVE' => array(
108 1 =>
'color: #C02020;',
109 2 =>
'color: #C02020;',
110 3 =>
'color: #C08020;',
111 4 =>
'color: #C08020;' 114 1 =>
'color: #2C922C; font-style: italic;' 117 0 =>
'color: #2020C0;' 120 0 =>
'color: #E02020;' 123 1 =>
'color: #2020C0;',
124 2 =>
'color: #C08020;',
125 3 =>
'color: #800000;',
126 4 =>
'color: #C08020;',
127 5 =>
'color: #C02020;',
129 'ESCAPE_CHAR' => array(
130 0 =>
'color: #000000; font-weight: bold;' 133 0 =>
'color: #E02020;' 145 GESHI_SEARCH =>
"(?<=\\{)(?:\\{(?R)\\}|[^\\{\\}])*(?=\\})",
180 'HIGHLIGHT_STRICT_BLOCK' => array(
182 'OBJECT_SPLITTERS' => array(
185 'SCRIPT_DELIMITERS' => array(
187 'PARSER_CONTROL' => array(
188 'ENABLE_FLAGS' => array(
193 'DISALLOWED_AFTER' =>
'(?=\s*=)' 196 '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...