31 'LANG_NAME' =>
'МК-61/52',
32 'COMMENT_SINGLE' => array(),
33 'COMMENT_MULTI' => array(),
35 'QUOTEMARKS' => array(),
37 'KEYWORDS' => array(),
39 'CASE_SENSITIVE' => array(
43 'KEYWORDS' => array(),
44 'COMMENTS' => array(),
45 'ESCAPE_CHAR' => array(),
46 'BRACKETS' => array(),
53 1 =>
'color:#000000;',
54 2 =>
'color:#A0A000;',
55 3 =>
'color:#00A000;',
56 4 =>
'color:#A00000;',
57 5 =>
'color:#0000A0;',
58 6 =>
'text-decoration: underline; color: #A000A0;',
59 7 =>
'font-size: 75%; color: #A0A0A0;' 64 'OBJECT_SPLITTERS' => array(),
67 GESHI_SEARCH =>
'(\s|\t|^|\G|\.)((F|K|К)?(пи|π|СЧ|KСЧ|КСЧ|,|\.|\/\-\/|\+\/\-|ВП))(\s|\t|$)',
72 GESHI_SEARCH =>
'(\s|\t|^|\G|\.)((F|K|К)?(НОП|<\->|XY|↔|X↔Y|\^|В\^|↑|В↑|Вx|Вx|Сx|\->|↻|→))(\s|\t|$)',
77 GESHI_SEARCH =>
'(\s|\t|^|\G|\.)((K|К)?(П|XП|ИП|ПX|Пx)(\d|[A-E]|[a-e]|(А|В|С|Д|Е)))(\s|\t|$)',
82 GESHI_SEARCH =>
'(\s|\t|^|\G|\.)((F|K|К)?(10\^x|10x|e\^x|ex|lg|ln|ЧМ|arcsin|<PIPE>x<PIPE>|arccos|ЗН|arctg|ГМ|sin|\[x\]|cos|\{x\}|\(x\)|tg|max|\+|\-|\*|x|х|×|⋅|\/|\:|÷|МГ|КвКор|квкор|корень|√|x\^2|x2|x²|1\/x|x\^y|xy|МЧ|\x2F\x5C|⋀|\x5C\x2F|⋁|\(\+\)|⊕|ИНВ))(\s|\t|$)',
87 GESHI_SEARCH =>
'(\s|\t|^|\G|\.)((F?)((K|К)?(В\/О|В\/0|С\/П|x>\=0|x≥0|x≥0|x⩾0|x\#0|x\!\=0|x<>0|x≠0|БП|ПП|L2|L3|x<0|x\=0|L0|L1)))(\s|\t|$)',
103 'SCRIPT_DELIMITERS' => array(),
104 'HIGHLIGHT_STRICT_BLOCK' => array(),
105 'PARSER_CONTROL' => 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...