00001 <?php
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020
00021
00022
00023
00024
00025
00026
00027
00028
00029
00030
00031
00032
00033
00034
00035
00036
00037 $language_data = array (
00038 'LANG_NAME' => 'FreeBasic',
00039 'COMMENT_SINGLE' => array(1 => "'", 2 => '#'),
00040 'COMMENT_MULTI' => array(),
00041 'CASE_KEYWORDS' => GESHI_CAPS_NO_CHANGE,
00042 'QUOTEMARKS' => array('"'),
00043 'ESCAPE_CHAR' => '\\',
00044 'KEYWORDS' => array(
00045 1 => array(
00046 "append", "as", "asc", "asin", "asm", "atan2", "atn", "beep", "bin", "binary", "bit",
00047 "bitreset", "bitset", "bload", "bsave", "byref", "byte", "byval", "call",
00048 "callocate", "case", "cbyte", "cdbl", "cdecl", "chain", "chdir", "chr", "cint",
00049 "circle", "clear", "clng", "clngint", "close", "cls", "color", "command",
00050 "common", "cons", "const", "continue", "cos", "cshort", "csign", "csng",
00051 "csrlin", "cubyte", "cuint", "culngint", "cunsg", "curdir", "cushort", "custom",
00052 "cvd", "cvi", "cvl", "cvlongint", "cvs", "cvshort", "data", "date",
00053 "deallocate", "declare", "defbyte", "defdbl", "defined", "defint", "deflng",
00054 "deflngint", "defshort", "defsng", "defstr", "defubyte", "defuint",
00055 "defulngint", "defushort", "dim", "dir", "do", "double", "draw", "dylibload",
00056 "dylibsymbol", "else", "elseif", "end", "enum", "environ", 'environ$', "eof",
00057 "eqv", "erase", "err", "error", "exec", "exepath", "exit", "exp", "export",
00058 "extern", "field", "fix", "flip", "for", "fre", "freefile", "function", "get",
00059 "getjoystick", "getkey", "getmouse", "gosub", "goto", "hex", "hibyte", "hiword",
00060 "if", "iif", "imagecreate", "imagedestroy", "imp", "inkey", "inp", "input",
00061 "instr", "int", "integer", "is", "kill", "lbound", "lcase", "left", "len",
00062 "let", "lib", "line", "lobyte", "loc", "local", "locate", "lock", "lof", "log",
00063 "long", "longint", "loop", "loword", "lset", "ltrim", "mid", "mkd", "mkdir",
00064 "mki", "mkl", "mklongint", "mks", "mkshort", "mod", "multikey", "mutexcreate",
00065 "mutexdestroy", "mutexlock", "mutexunlock", "name", "next", "not", "oct", "on",
00066 "once", "open", "option", "or", "out", "output", "overload", "paint", "palette",
00067 "pascal", "pcopy", "peek", "peeki", "peeks", "pipe", "pmap", "point", "pointer",
00068 "poke", "pokei", "pokes", "pos", "preserve", "preset", "print", "private",
00069 "procptr", "pset", "ptr", "public", "put", "random", "randomize", "read",
00070 "reallocate", "redim", "rem", "reset", "restore", "resume", "resume", "next",
00071 "return", "rgb", "rgba", "right", "rmdir", "rnd", "rset", "rtrim", "run",
00072 "sadd", "screen", "screencopy", "screeninfo", "screenlock", "screenptr",
00073 "screenres", "screenset", "screensync", "screenunlock", "seek", "statement",
00074 "seek", "function", "selectcase", "setdate", "setenviron", "setmouse",
00075 "settime", "sgn", "shared", "shell", "shl", "short", "shr", "sin", "single",
00076 "sizeof", "sleep", "space", "spc", "sqr", "static", "stdcall", "step", "stop",
00077 "str", "string", "string", "strptr", "sub", "swap", "system", "tab", "tan",
00078 "then", "threadcreate", "threadwait", "time", "time", "timer", "to", "trans",
00079 "trim", "type", "ubound", "ubyte", "ucase", "uinteger", "ulongint", "union",
00080 "unlock", "unsigned", "until", "ushort", "using", "va_arg", "va_first",
00081 "va_next", "val", "val64", "valint", "varptr", "view", "viewprint", "wait",
00082 "wend", "while", "width", "window", "windowtitle", "with", "write", "xor",
00083 "zstring", "explicit", "escape", "true", "false"
00084 )
00085 ),
00086 'SYMBOLS' => array(
00087 '(', ')'
00088 ),
00089 'CASE_SENSITIVE' => array(
00090 GESHI_COMMENTS => false,
00091 1 => false
00092 ),
00093 'STYLES' => array(
00094 'KEYWORDS' => array(
00095 1 => 'color: #b1b100;'
00096 ),
00097 'COMMENTS' => array(
00098 1 => 'color: #808080;',
00099 2 => 'color: #339933;'
00100 ),
00101 'BRACKETS' => array(
00102 0 => 'color: #66cc66;'
00103 ),
00104 'STRINGS' => array(
00105 0 => 'color: #ff0000;'
00106 ),
00107 'NUMBERS' => array(
00108 0 => 'color: #cc66cc;'
00109 ),
00110 'METHODS' => array(
00111 0 => 'color: #66cc66;'
00112 ),
00113 'SYMBOLS' => array(
00114 0 => 'color: #66cc66;'
00115 ),
00116 'ESCAPE_CHAR' => array(
00117 0 => 'color: #000099;'
00118 ),
00119 'SCRIPT' => array(
00120 ),
00121 'REGEXPS' => array(
00122 )
00123 ),
00124 'OOLANG' => true,
00125 'OBJECT_SPLITTERS' => array(
00126 1 => '.'
00127 ),
00128 'REGEXPS' => array(
00129 ),
00130 'STRICT_MODE_APPLIES' => GESHI_NEVER,
00131 'SCRIPT_DELIMITERS' => array(
00132 ),
00133 'HIGHLIGHT_STRICT_BLOCK' => array(
00134 )
00135 );
00136
00137 ?>