| 1 |
<?php |
|---|
| 2 |
|
|---|
| 3 |
|
|---|
| 4 |
|
|---|
| 5 |
|
|---|
| 6 |
|
|---|
| 7 |
|
|---|
| 8 |
|
|---|
| 9 |
|
|---|
| 10 |
|
|---|
| 11 |
|
|---|
| 12 |
|
|---|
| 13 |
|
|---|
| 14 |
|
|---|
| 15 |
|
|---|
| 16 |
|
|---|
| 17 |
|
|---|
| 18 |
|
|---|
| 19 |
|
|---|
| 20 |
|
|---|
| 21 |
|
|---|
| 22 |
|
|---|
| 23 |
|
|---|
| 24 |
|
|---|
| 25 |
|
|---|
| 26 |
|
|---|
| 27 |
|
|---|
| 28 |
|
|---|
| 29 |
|
|---|
| 30 |
|
|---|
| 31 |
|
|---|
| 32 |
|
|---|
| 33 |
|
|---|
| 34 |
|
|---|
| 35 |
|
|---|
| 36 |
|
|---|
| 37 |
$language_data = array ( |
|---|
| 38 |
'LANG_NAME' => 'FreeBasic', |
|---|
| 39 |
'COMMENT_SINGLE' => array(1 => "'", 2 => '#'), |
|---|
| 40 |
'COMMENT_MULTI' => array(), |
|---|
| 41 |
'CASE_KEYWORDS' => GESHI_CAPS_NO_CHANGE, |
|---|
| 42 |
'QUOTEMARKS' => array('"'), |
|---|
| 43 |
'ESCAPE_CHAR' => '\\', |
|---|
| 44 |
'KEYWORDS' => array( |
|---|
| 45 |
1 => array( |
|---|
| 46 |
"append", "as", "asc", "asin", "asm", "atan2", "atn", "beep", "bin", "binary", "bit", |
|---|
| 47 |
"bitreset", "bitset", "bload", "bsave", "byref", "byte", "byval", "call", |
|---|
| 48 |
"callocate", "case", "cbyte", "cdbl", "cdecl", "chain", "chdir", "chr", "cint", |
|---|
| 49 |
"circle", "clear", "clng", "clngint", "close", "cls", "color", "command", |
|---|
| 50 |
"common", "cons", "const", "continue", "cos", "cshort", "csign", "csng", |
|---|
| 51 |
"csrlin", "cubyte", "cuint", "culngint", "cunsg", "curdir", "cushort", "custom", |
|---|
| 52 |
"cvd", "cvi", "cvl", "cvlongint", "cvs", "cvshort", "data", "date", |
|---|
| 53 |
"deallocate", "declare", "defbyte", "defdbl", "defined", "defint", "deflng", |
|---|
| 54 |
"deflngint", "defshort", "defsng", "defstr", "defubyte", "defuint", |
|---|
| 55 |
"defulngint", "defushort", "dim", "dir", "do", "double", "draw", "dylibload", |
|---|
| 56 |
"dylibsymbol", "else", "elseif", "end", "enum", "environ", 'environ$', "eof", |
|---|
| 57 |
"eqv", "erase", "err", "error", "exec", "exepath", "exit", "exp", "export", |
|---|
| 58 |
"extern", "field", "fix", "flip", "for", "fre", "freefile", "function", "get", |
|---|
| 59 |
"getjoystick", "getkey", "getmouse", "gosub", "goto", "hex", "hibyte", "hiword", |
|---|
| 60 |
"if", "iif", "imagecreate", "imagedestroy", "imp", "inkey", "inp", "input", |
|---|
| 61 |
"instr", "int", "integer", "is", "kill", "lbound", "lcase", "left", "len", |
|---|
| 62 |
"let", "lib", "line", "lobyte", "loc", "local", "locate", "lock", "lof", "log", |
|---|
| 63 |
"long", "longint", "loop", "loword", "lset", "ltrim", "mid", "mkd", "mkdir", |
|---|
| 64 |
"mki", "mkl", "mklongint", "mks", "mkshort", "mod", "multikey", "mutexcreate", |
|---|
| 65 |
"mutexdestroy", "mutexlock", "mutexunlock", "name", "next", "not", "oct", "on", |
|---|
| 66 |
"once", "open", "option", "or", "out", "output", "overload", "paint", "palette", |
|---|
| 67 |
"pascal", "pcopy", "peek", "peeki", "peeks", "pipe", "pmap", "point", "pointer", |
|---|
| 68 |
"poke", "pokei", "pokes", "pos", "preserve", "preset", "print", "private", |
|---|
| 69 |
"procptr", "pset", "ptr", "public", "put", "random", "randomize", "read", |
|---|
| 70 |
"reallocate", "redim", "rem", "reset", "restore", "resume", "resume", "next", |
|---|
| 71 |
"return", "rgb", "rgba", "right", "rmdir", "rnd", "rset", "rtrim", "run", |
|---|
| 72 |
"sadd", "screen", "screencopy", "screeninfo", "screenlock", "screenptr", |
|---|
| 73 |
"screenres", "screenset", "screensync", "screenunlock", "seek", "statement", |
|---|
| 74 |
"seek", "function", "selectcase", "setdate", "setenviron", "setmouse", |
|---|
| 75 |
"settime", "sgn", "shared", "shell", "shl", "short", "shr", "sin", "single", |
|---|
| 76 |
"sizeof", "sleep", "space", "spc", "sqr", "static", "stdcall", "step", "stop", |
|---|
| 77 |
"str", "string", "string", "strptr", "sub", "swap", "system", "tab", "tan", |
|---|
| 78 |
"then", "threadcreate", "threadwait", "time", "time", "timer", "to", "trans", |
|---|
| 79 |
"trim", "type", "ubound", "ubyte", "ucase", "uinteger", "ulongint", "union", |
|---|
| 80 |
"unlock", "unsigned", "until", "ushort", "using", "va_arg", "va_first", |
|---|
| 81 |
"va_next", "val", "val64", "valint", "varptr", "view", "viewprint", "wait", |
|---|
| 82 |
"wend", "while", "width", "window", "windowtitle", "with", "write", "xor", |
|---|
| 83 |
"zstring", "explicit", "escape", "true", "false" |
|---|
| 84 |
) |
|---|
| 85 |
|
|---|
| 86 |
'SYMBOLS' => array( |
|---|
| 87 |
'(', ')' |
|---|
| 88 |
), |
|---|
| 89 |
'CASE_SENSITIVE' => array( |
|---|
| 90 |
GESHI_COMMENTS => false, |
|---|
| 91 |
1 => false |
|---|
| 92 |
), |
|---|
| 93 |
'STYLES' => array( |
|---|
| 94 |
'KEYWORDS' => array( |
|---|
| 95 |
1 => 'color: #b1b100;' |
|---|
| 96 |
), |
|---|
| 97 |
'COMMENTS' => array( |
|---|
| 98 |
1 => 'color: #808080;', |
|---|
| 99 |
2 => 'color: #339933;' |
|---|
| 100 |
), |
|---|
| 101 |
'BRACKETS' => array( |
|---|
| 102 |
0 => 'color: #66cc66;' |
|---|
| 103 |
), |
|---|
| 104 |
'STRINGS' => array( |
|---|
| 105 |
0 => 'color: #ff0000;' |
|---|
| 106 |
), |
|---|
| 107 |
'NUMBERS' => array( |
|---|
| 108 |
0 => 'color: #cc66cc;' |
|---|
| 109 |
), |
|---|
| 110 |
'METHODS' => array( |
|---|
| 111 |
0 => 'color: #66cc66;' |
|---|
| 112 |
), |
|---|
| 113 |
'SYMBOLS' => array( |
|---|
| 114 |
0 => 'color: #66cc66;' |
|---|
| 115 |
), |
|---|
| 116 |
'ESCAPE_CHAR' => array( |
|---|
| 117 |
0 => 'color: #000099;' |
|---|
| 118 |
), |
|---|
| 119 |
'SCRIPT' => array( |
|---|
| 120 |
|
|---|
| 121 |
'REGEXPS' => array( |
|---|
| 122 |
|
|---|
| 123 |
|
|---|
| 124 |
'OOLANG' => true, |
|---|
| 125 |
'OBJECT_SPLITTERS' => array( |
|---|
| 126 |
1 => '.' |
|---|
| 127 |
), |
|---|
| 128 |
'REGEXPS' => array( |
|---|
| 129 |
|
|---|
| 130 |
'STRICT_MODE_APPLIES' => GESHI_NEVER, |
|---|
| 131 |
'SCRIPT_DELIMITERS' => array( |
|---|
| 132 |
|
|---|
| 133 |
'HIGHLIGHT_STRICT_BLOCK' => array( |
|---|
| 134 |
|
|---|
| 135 |
|
|---|
| 136 |
|
|---|
| 137 |
?> |
|---|