'Tera Term Macro', 'COMMENT_SINGLE' => array(1 => ';'), 'COMMENT_MULTI' => array(), 'CASE_KEYWORDS' => GESHI_CAPS_NO_CHANGE, 'QUOTEMARKS' => array("'", '"'), 'ESCAPE_CHAR' => '', 'KEYWORDS' => array( /* Commands */ 1 => array( 'Beep', 'BplusRecv', 'BplusSend', 'Break', 'Call', 'CallMenu', 'ChangeDir', 'ClearScreen', 'Clipb2Var', 'ClosesBox', 'CloseTT', 'Code2Str', 'Connect', 'CRC32', 'CRC32File', 'CygConnect', 'DelPassword', 'Disconnect', 'DispStr', 'Do', 'Else', 'ElseIf', 'EnableKeyb', 'End', 'EndIf', 'EndUntil', 'EndWhile', 'Exec', 'ExecCmnd', 'Exit', 'FileClose', 'FileConcat', 'FileCopy', 'FileCreate', 'FileDelete', 'FileMarkPtr', 'FileNameBox', 'FileOpen', 'FileRead', 'FileReadln', 'FileRename', 'FileSearch', 'FileSeek', 'FileSeekBack', 'FileStat', 'FileStrSeek', 'FileStrSeek2', 'FileTruncate', 'FileWrite', 'FileWriteLn', 'FindClose', 'FindFirst', 'FindNext', 'FlushRecv', 'For', 'GetDate', 'GetDir', 'GetEnv', 'GetHostname', 'GetPassword', 'GetTime', 'GetTitle', 'GetTTDir', 'Getver', 'GoTo', 'If', 'IfDefined', 'Include', 'InputBox', 'Int2Str', 'KmtFinish', 'KmtGet', 'KmtRecv', 'KmtSend', 'LoadKeymap', 'LogClose', 'LogOpen', 'LogPause', 'LogStart', 'LogWrite', 'Loop', 'MakePath', 'MessageBox', 'MPause', 'Next', 'PasswordBox', 'Pause', 'QuickVANRecv', 'QuickVANSend', 'Random', 'RecvLn', 'RestoreSetup', 'Return', 'RotateLeft', 'RotateRight', 'ScpRecv', 'ScpSend', 'Send', 'SendBreak', 'SendBroadcast', 'SendFile', 'SendKCode', 'SendLn', 'SendLnBroadcast', 'SendMulticast', 'SetBaud', 'SetDate', 'SetDebug', 'SetDir', 'SetDlgPos', 'SetDTR', 'SetEcho', 'SetEnv', 'SetExitCode', 'SetMulticastName', 'SetRTS', 'SetSync', 'SetTime', 'SetTitle', 'Show', 'ShowTT', 'SPrintF', 'SPrintF2', 'StatusBox', 'Str2Code', 'Str2Int', 'StrCompare', 'StrConcat', 'StrCopy', 'StrInsert', 'StrJoin', 'StrLen', 'StrMatch', 'StrRemove', 'StrReplace', 'StrScan', 'StrSpecial', 'StrSplit', 'StrTrim', 'TestLink', 'Then', 'ToLower', 'ToUpper', 'UnLink', 'Until', 'Var2Clipb', 'Wait', 'Wait4All', 'WaitEvent', 'WaitLn', 'WaitN', 'WaitRecv', 'WaitRegEx', 'While', 'XmodemRecv', 'XmodemSend', 'YesNoBox', 'YmodemRecv', 'YmodemSend', 'ZmodemRecv', 'ZmodemSend' ), /* System Variables */ 2 => array( 'groupmatchstr1', 'groupmatchstr2', 'groupmatchstr3', 'groupmatchstr4', 'groupmatchstr5', 'groupmatchstr6', 'groupmatchstr7', 'groupmatchstr8', 'groupmatchstr9', 'inputstr', 'matchstr', 'mtimeout', 'param2', 'param3', 'param4', 'param5', 'param6', 'param7', 'param8', 'param9', 'result', 'timeout' ), /* LogMeTT Key Words */ 3 => array( '$[1]', '$[2]', '$[3]', '$[4]', '$[5]', '$[6]', '$[7]', '$[8]', '$[9]', '$branch$', '$computername$', '$connection$', '$email$', '$logdir$', '$logfilename$', '$lttfilename$', '$mobile$', '$name$', '$pager$', '$parent$', '$phone$', '$snippet$', '$ttdir$', '$user$', '$windir$', ), /* Keyword Symbols */ 4 => array( 'and', 'not', 'or', 'xor' ) ), 'SYMBOLS' => array( '(', ')', '[', ']', '{', '}', '+', '-', '*', '/', '%', '!', '&', '|', '^', '<', '>', '=', '?', ':', ';', ), 'CASE_SENSITIVE' => array( GESHI_COMMENTS => false, 1 => false, 2 => false, 3 => false, 4 => false ), 'STYLES' => array( 'KEYWORDS' => array( 1 => 'color: #000080; font-weight: bold!important;', 2 => 'color: #808000; font-weight: bold;', // System Variables 3 => 'color: #ff0000; font-weight: bold;', // LogMeTT Key Words 4 => 'color: #ff00ff; font-weight: bold;' // Keyword Symbols ), 'COMMENTS' => array( 1 => 'color: #008000; font-style: italic;', ), 'ESCAPE_CHAR' => array(), 'BRACKETS' => array( 0 => 'color: #ff00ff; font-weight: bold;' ), 'STRINGS' => array( 0 => 'color: #800080;' ), 'NUMBERS' => array( 0 => 'color: #008080;' ), 'SCRIPT' => array( ), 'METHODS' => array( ), 'SYMBOLS' => array( 0 => 'color: #ff00ff; font-weight: bold;' ), 'REGEXPS' => array( 0 => 'color: #0000ff; font-weight: bold;' ) ), 'URLS' => array( 1 => '', 2 => '', 3 => '', 4 => '' ), 'OOLANG' => false, 'OBJECT_SPLITTERS' => array(), 'REGEXPS' => array( 0 => array ( GESHI_SEARCH => '(\:[_a-zA-Z][_a-zA-Z0-9]+)', GESHI_REPLACE => '\\1', GESHI_MODIFIERS => '', GESHI_BEFORE => '', GESHI_AFTER => '' ) ), 'STRICT_MODE_APPLIES' => GESHI_NEVER, 'SCRIPT_DELIMITERS' => array(), 'HIGHLIGHT_STRICT_BLOCK' => array(), 'TAB_WIDTH' => 4 );