38 'LANG_NAME' =>
'RPM Specification File',
39 'COMMENT_SINGLE' => array(1 =>
'#'),
40 'COMMENT_MULTI' => array(),
41 'QUOTEMARKS' => array(
'"',
'`'),
42 'ESCAPE_CHAR' =>
'\\',
44 'CASE_SENSITIVE' => array(
51 '!',
'@',
'~',
'&',
'|',
'^',
52 '+',
'-',
'*',
'/',
'%',
53 ',',
';',
'?',
'.',
':' 59 1 =>
'color: #666666; font-style: italic;',
60 'MULTI' =>
'color: #666666; font-style: italic;' 62 'ESCAPE_CHAR' => array(
63 0 =>
'color: #000099; font-weight: bold;',
64 'HARD' =>
'color: #000099; font-weight: bold;' 67 0 =>
'color: #009900;' 70 0 =>
'color: #ff0000;',
73 0 =>
'color: #cc66cc;' 76 1 =>
'color: #006600;',
77 2 =>
'color: #006600;' 80 0 =>
'color: #339933;' 83 1 =>
'color: #0000ff;',
84 2 =>
'color: #009999;',
85 3 =>
'color: #000000; font-weight: bold;',
86 4 =>
'color: #ff6600; font-style: italic;',
102 GESHI_SEARCH =>
'(%(?:define|patch\d*|mklibname|mkrel|configure\S+|makeinstall\S+|make_session|make|defattr|config|doc|setup))',
110 GESHI_SEARCH =>
'((?:summary|license|buildroot|buildrequires|provides|version|release|source\d*|group|buildarch|autoreqprov|provides|obsoletes|vendor|distribution|suggests|autoreq|autoprov|conflicts|name|url|requires|patch\d*):)',
118 GESHI_SEARCH =>
'(%(?:description|package|prep|build|install|clean|postun|preun|post|pre|files|changelog))',
127 'OBJECT_SPLITTERS' => array(),
128 'HIGHLIGHT_STRICT_BLOCK' => array(),
130 'SCRIPT_DELIMITERS' => array(),
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...