ShawnZ
Veteran Member
Posts: 3146 Reputation: 43
32 / /
Joined: Jan 2003
|
RE: [Release] C/C++ Keywords Script
add these keywords
code: $preproc["C++"] = array(
"if", "ifdef", "ifndef", "elif", "else",
"endif", "include", "define", "undef", "line",
"error", "pragma");
$preproc["C89"] = & $preproc["C++"];
$preproc["C"] = & $preproc["C89"];
$keywords = array(
"C++" => array(
"asm", "auto", "bool", "break", "case",
"catch", "char", /*class*/ "const", "const_cast",
"continue", "default", "delete", "do", "double",
"dynamic_cast", "else", "enum", "explicit", "export",
"extern", "false", "float", "for", "friend",
"goto", "if", "inline", "int", "long",
"mutable", "namespace", "new", "operator", "private",
"protected", "public", "register", "reinterpret_cast", "return",
"short", "signed", "sizeof", "static", "static_cast",
"struct", "switch", "template", "this", "throw",
"true", "try", "typedef", "typeid", "typename",
"union", "unsigned", "using", "virtual", "void",
"volatile", "wchar_t", "while"),
"C89" => array(
"auto", "break", "case", "char", "const",
"continue", "default", "do", "double", "else",
"enum", "extern", "float", "for", "goto",
"if", "int", "long", "register", "return",
"short", "signed", "sizeof", "static", "struct",
"switch", "typedef", "union", "unsigned", "void",
"volatile", "while"),
"C" => array(
"auto", "break", "case", "char", "const",
"continue", "default", "do", "double", "else",
"enum", "extern", "float", "for", "goto",
"if", "int", "long", "register", "return",
"short", "signed", "sizeof", "static", "struct",
"switch", "typedef", "union", "unsigned", "void",
"volatile", "while", "__restrict","_Bool"),
"PHP" => array(
"and", "or", "xor", "__FILE__", "__LINE__",
"array", "as", "break", "case", "cfunction",
/*class*/ "const", "continue", "declare", "default",
"die", "do", "echo", "else", "elseif",
"empty", "enddeclare", "endfor", "endforeach", "endif",
"endswitch", "endwhile", "eval", "exit", "extends",
"for", "foreach", "function", "global", "if",
"include", "include_once", "isset", "list", "new",
"old_function", "print", "require", "require_once", "return",
"static", "switch", "unset", "use", "var",
"while", "__FUNCTION__", "__CLASS__"),
"Perl" => array(
"-A", "-B", "-C", "-M", "-O",
"-R", "-S", "-T", "-W", "-X",
"-b", "-c", "-d", "-e", "-f",
"-g", "-k", "-l", "-o", "-p",
"-r", "-s", "-t", "-u", "-w",
"-x", "-z", "ARGV", "DATA", "ENV",
"SIG", "STDERR", "STDIN", "STDOUT", "atan2",
"bind", "binmode", "bless", "caller", "chdir",
"chmod", "chomp", "chop", "chown", "chr",
"chroot", "close", "closedir", "cmp", "connect",
"continue", "cos", "crypt", "dbmclose", "dbmopen",
"defined", "delete", "die", "do", "dump",
"each", "else", "elsif", "endgrent", "endhostent",
"endnetent", "endprotent", "endpwent", "endservent", "eof",
"eq", "eval", "exec", "exists", "exit",
"exp", "fcntl", "fileno", "flock", "for",
"foreach", "fork", "format", "formline", "ge",
"getc", "getgrent", "getgrid", "getgrnam", "gethostbyaddr",
"gethostbyname","gethostent", "getlogin", "getnetbyaddr", "getnetbyname",
"getnetent", "getpeername", "getpgrp", "getppid", "getpriority",
"getprotobyname","getprotobynumber","getprotoent","getpwent","getpwnam",
"getpwuid", "getservbyname","getservbyport","getservent","getsockname",
"getsockopt", "glob", "gmtime", "goto", "grep",
/*gt*/ "hex", "if", "import", "index",
"int", "ioctl", "join", "keys", "kill",
"last", "lc", "lcfirst", "le", "length",
"link", "listen", "local", "localtime", "log",
"lstat", /*lt*/ "m", "map", "mkdir",
"msgctl", "msgget", "msgrcv", "msgsnd", "my",
"ne", "next", "no", "oct", "open",
"opendir", "ord", "pack", "package", "pipe",
"pop", "pos", "print", "printf", "push",
"q", "qq", "quotemeta","qw", "qx",
"rand", "read", "readdir", "readlink", "recv",
"redo", "ref", "refname", "require", "reset",
"return", "reverse", "rewinddir","rindex", "rmdir",
"s", "scalar", "seek", "seekdir", "select",
"semctl", "semget", "semop", "send", "setgrent",
"sethostent", "setnetent", "setpgrp", "setpriority", "setprotoent",
"setpwent", "setservent", "setsockopt","shift", "shmctl",
"shmget", "shmread", "shmwrite", "shutdown", "sin",
"sleep", "socket", "socketpair","sort", "splice",
"split", "sprintf", "sqrt", "srand", "stat",
"study", "sub", "substr", "symlink", "syscall",
"sysopen", "sysread", "system", "syswrite", "tell",
"telldir", "tie", "tied", "time", "times",
"tr", "truncate", "uc", "ucfirst", "umask",
"undef", "unless", "unlink", "unpack", "unshift",
"untie", "until", "use", "utime", "values",
"vec", "wait", "waitpid", "wantarray", "warn",
"while", "write", "y", "or", "and",
"not"),
"Java" => array(
"abstract", "boolean", "break", "byte", "case",
"catch", "char", /*class*/ "const", "continue",
"default", "do", "double", "else", "extends",
"final", "finally", "float", "for", "goto",
"if", "implements", "import", "instanceof", "int",
"interface", "long", "native", "new", "package",
"private", "protected", "public", "return", "short",
"static", "strictfp", "super", "switch", "synchronized",
"this", "throw", "throws", "transient", "try",
"void", "volatile", "while"),
"VB" => array(
"AddressOf", "Alias", "And", "Any", "As",
"Binary", "Boolean", "ByRef", "Byte", "ByVal",
"Call", "Case", "CBool", "CByte", "CCur",
"CDate", "CDbl", "CInt", "CLng", "Close",
"Const", "CSng", "CStr", "Currency", "CVar",
"CVErr", "Date", "Debug", "Declare", "DefBool",
"DefByte", "DefCur", "DefDate", "DefDbl", "DefInt",
"DefLng", "DefObj", "DefSng", "DefStr", "DefVar",
"Dim", "Do", "Double", "Each", "Else",
"End", "Enum", "Eqv", "Erase", "Error",
"Event", "Exit", "For", "Friend", "Function",
"Get", "Get", "Global", "GoSub", "GoTo",
"If", "Imp", "Implements","In", "Input",
"Integer", "Is", "LBound", "Len", "Let",
"Lib", "Like", "Line", "Lock", "Long",
"Loop", "LSet", "Mod", "Name", "Next",
"Not", "Nothing", "Null", "Object", "On",
"Open", "Option Base 1","Option Compare Binary",
"Option Compare Database", "Option Compare Text", "Option Explicit",
"Option Private Module", "Optional", "Or", "Output",
"ParamArray", "Preserve", "Print", "Private", "Property",
"Public", "Put", "RaiseEvent","Random", "Read",
"ReDim", "Resume", "Return", "RSet", "Seek",
"Select", "Set", "Single", "Spc", "Static",
"Step", "Stop", "String", "Sub", "Tab",
"Then", "To", "Type", "UBound", "Unlock",
"Variant", "Wend", "While", "With", "WithEvents",
"Write", "Xor"),
"C#" => array(
"abstract", "as", "base", "bool", "break",
"byte", "case", "catch", "char", "checked",
/*class*/ "const", "continue", "decimal", "default",
"delegate", "do", "double", "else", "enum",
"event", "explicit", "extern", "false", "finally",
"fixed", "float", "for", "foreach", "goto",
"if", "implicit", "in", "int", "interface",
"internal", "is", "lock", "long", "namespace",
"new", "null", "object", "operator", "out",
"override", "params", "private", "protected", "public",
"readonly", "ref", "return", "sbyte", "sealed",
"short", "sizeof", "stackalloc","static", "string",
"struct", "switch", "this", "throw", "true",
"try", "typeof", "uint", "ulong", "unchecked",
"unsafe", "ushort", "using", "virtual", "volatile",
"void", "while"),
"Ruby" => array(
"alias", "and", "begin", "break", "case",
/*class*/ "def", "defined", "do", "else",
"elsif", "end", "ensure", "false", "for",
"if", "in", "module", "next", "module",
"next", "nil", "not", "or", "redo",
"rescue", "retry", "return", "self", "super",
"then", "true", "undef", "unless", "until",
"when", "while", "yield"),
"Python" => array(
"and", "assert", "break", /*"class",*/ "continue",
"def", "del", "elif", "else", "except",
"exec", "finally", "for", "from", "global",
"if", "import", "in", "is", "lambda",
"not", "or", "pass", "print", "raise",
"return", "try", "while", "yield"),
"Pascal" => array(
"Absolute", "Abstract", "All", "And", "And_then",
"Array", "Asm", "Begin", "Bindable", "Case",
/*"Class",*/ "Const", "Constructor","Destructor", "Div",
"Do", "Downto", "Else", "End", "Export",
"File", "For", "Function", "Goto", "If",
"Import", "Implementation","Inherited","In", "Inline",
"Interface", "Is", "Label", "Mod", "Module",
"Nil", "Not", "Object", "Of", "Only",
"Operator", "Or", "Or_else", "Otherwise", "Packed",
"Pow", "Procedure", "Program", "Property", "Protected",
"Qualified", "Record", "Repeat", "Restricted", "Set",
"Shl", "Shr", "Then", "To", "Type",
"Unit", "Until", "Uses", "Value", "Var",
"View", "Virtual", "While", "With", "Xor"),
"mIRC" => array(
),
"PL/I" => array(
"A", "ABS", "ACOS", "%ACTIVATE", "ACTUALCOUNT",
"ADD", "ADDR", "ADDREL", "ALIGNED", "ALLOCATE",
"ALLOC", "ALLOCATION", "ALLOCN", "ANY", "ANYCONDITION",
"APPEND", "AREA", "ASIN", "ATAN", "ATAND",
"ATANH", "AUTOMATIC", "AUTO", "B", "B1",
"B2", "B3", "B4", "BACKUP_DATE", "BASED",
"BATCH", "BEGIN", "BINARY", "BIN", "BIT",
"BLOCK_BOUNDARY_FORMAT", "BLOCK_IO", "BLOCK_SIZE", "BOOL",
"BUCKET_SIZE", "BUILTIN", "BY", "BYTE", "BYTESIZE",
"CALL", "CANCEL_CONTROL_O", "CARRIAGE_RETURN_FORMAT",
"CEIL", "CHAR", "CHARACTER", "CLOSE", "COLLATE", "COLUMN",
"CONDITION", "CONTIGUOUS", "CONTIGUOUS_BEST_TRY", "CONTROLLED",
"CONVERSION", "COPY", "COS", "COSD", "COSH",
"CREATION_DATE", "CURRENT_POSITION", "DATE",
"DATETIME", "%DEACTIVATE", "DECIMAL", "DEC", "%DECLARE",
"%DCL", "DECLARE", "DCL", "DECODE", "DEFAULT_FILE_NAME",
"DEFERRED_WRITE", "DEFINED", "DEF", "DELETE",
"DESCRIPTOR", "%DICTIONARY", "DIMENSION","DIM", "DIRECT",
"DISPLAY", "DIVIDE", "%DO", "DO", "E",
"EDIT", "%ELSE", "ELSE", "EMPTY", "ENCODE",
"%END", "END", "ENDFILE", "ENDPAGE", "ENTRY",
"ENVIRONMENT", "ENV", "%ERROR", "ERROR", "EVERY",
"EXP", "EXPIRATION_DATE", "EXTEND", "EXTENSION_SIZE",
"EXTERNAL", "EXT", "F", "FAST_DELETE", "%FATAL",
"FILE", "FILE_ID", "FILE_ID_TO", "FILE_SIZE",
"FINISH", "FIXED", "FIXEDOVERFLOW", "FOFL",
"FIXED_CONTROL_FROM", "FIXED_CONTROL_SIZE", "FIXED_CONTROL_SIZE_TO",
"FIXED_CONTROL_TO", "FIXED_LENGTH_RECORDS", "FLOAT",
"FLOOR", "FLUSH", "FORMAT", "FREE", "FROM",
"GET", "GLOBALDEF", "GLOBALREF", "%GOTO",
"GOTO", "GO", "TO", "GROUP_PROTETION", "HBOUND",
"HIGH", "INDENT", "%IF", "IF", "IGNORE_LINE_MARKS",
"IN", "%INCLUDE", "INDEX", "INDEXED", "INDEX_NUMBER",
"%INFORM", "INFORM", "INITIAL", "INIT", "INITIAL_FILL",
"INPUT", "INT", "INTERNAL", "INTO", "KEY",
"KEYED", "KEYFROM", "KEYTO", "LABEL", "LBOUND",
"LEAVE", "LENGTH", "LIKE", "LINE", "LINENO",
"LINESIZE", "%LIST", "LIST", "LOCK_ON_READ", "LOCK_ON_WRITE",
"LOG", "LOG10", "LOG2", "LOW", "LTRIM",
"MAIN", "MANUAL_UNLOCKING", "MATCH_GREATER",
"MATCH_GREATER_EQUAL", "MATCH_NEXT", "MATCH_NEXT_EQUAL",
"MAX", "MAXIMUM_RECORD_NUMBER", "MAXIMUM_RECORD_SIZE",
"MAXLENGTH", "MEMBER", "MIN", "MOD", "MULTIBLOCK_COUNT",
"MULTIBUFFER_COUNT", "MULTIPLY", "NEXT_VOLUME", "%NOLIST",
"NOLOCK", "NONEXISTENT_RECORD", "NONRECURSIVE", "NONVARYING",
"NONVAR", "NORESCAN", "NO_ECHO", "NO_FILTER", "NO_SHARE",
"NULL", "OFFSET", "ON", "ONARGSLIST", "ONCHAR",
"ONCODE", "ONFILE", "ONKEY", "ONSOURCE", "OPEN",
"OPTIONAL", "OPTIONS", "OTHERWISE","OTHER", "OUTPUT",
"OVERFLOW", "OFL", "OWNER_GROUP", "OWNER_ID",
"OWNER_MEMBER", "OWNER_PROTECTION", "P", "%PAGE",
"PAGE", "PAGENO", "PAGESIZE", "PARAMETER", "PARM",
"PICTURE", "PIC", "POINTER", "PTR", "POSINT",
"POSITION", "POS", "PRECISION","PREC", "PRESENT",
"PRINT", "PRINTER_FORMAT", "%PROCEDURE", "%PROC",
"PROCEDURE", "PROC", "PROD", "PROMPT", "PURGE_TYPE_AHEAD",
"PUT", "R", "RANK", "READ", "READONLY",
"READ_AHEAD", "READ_CHECK", "READ_REGARDLESS", "RECORD",
"RECORD_ID", "RECORD_ID_ACCESS", "RECORD_ID_TO", "RECURSIVE",
"REFER", "REFERENCE", "RELEASE", "REPEAT", "%REPLACE",
"RESCAN", "RESIGNAL", "RETRIEVAL_POINTERS", "%RETURN",
"RETURN", "RETURNS", "REVERSE", "REVERT", "REVISION_DATE",
"REWIND", "REWIND_ON_CLOSE", "REWIND_ON_OPEN",
"REWRITE", "ROUND", "RTRIM", "%SBTTL", "SCALARVARYING",
"SEARCH", "SELECT", "SEQUENTIAL", "SEQL",
"SET", "SHARED_READ", "SHARED_WRITE", "SIGN",
"SIGNAL", "SIN", "SIND", "SINH", "SIZE",
"SKIP", "SNAP", "SOME", "SPACEBLOCK", "SPOOL",
"SQRT", "STATEMENT", "STATIC", "STOP", "STORAGE",
"STREAM", "STRING", "STRINGRANGE", "STRG",
"STRUCTURE", "SUBSCRIPTRANGE", "SUBRG", "SUBSTR",
"SUBTRACT", "SUM", "SUPERCEDE","SYSIN", "SYSPRINT",
"SYSTEM", "SYSTEM_PROTECTION", "TAB", "TAN",
"TAND", "TANH", "TEMPORARY","%THEN", "THEN",
"TIME", "TIMEOUT_PERIOD", "%TITLE", "TITLE",
"TO", "TRANSLATE", "TRIM", "TRUNC", "TRUNCATE",
"UNALIGNED", "UNAL", "UNDEFINED","UNDF", "UNDERFLOW",
"UFL", "UNION", "UNSPEC", "UNTIL", "UPDATE",
"USER_OPEN", "VALID", "VALUE", "VAL", "VARIABLE",
"VARIANT", "VARYING", "VAR", "VAXCONDITION", "VERIFY",
"WAIT_FOR_RECORD", "%WARN", "WARN", "WHEN",
"WHILE", "WORLD_PROTECTION", "WRITE", "WRITE_BEHIND",
"WRITE_CHECK", "X", "ZERODIVIDE"),
"SQL" => array(
"abort", "abs", "absolute", "access",
"action", "ada", "add", "admin",
"after", "aggregate", "alias", "all",
"allocate", "alter", "analyse", "analyze",
"and", "any", "are", "array",
"as", "asc", "asensitive", "assertion",
"assignment", "asymmetric", "at", "atomic",
"authorization", "avg", "backward", "before",
"begin", "between", "bigint", "binary",
"bit", "bitvar", "bit_length", "blob",
"boolean", "both", "breadth", "by",
"c", "cache", "call", "called",
"cardinality", "cascade", "cascaded", "case",
"cast", "catalog", "catalog_name", "chain",
"char", "character", "characteristics", "character_length",
"character_set_catalog", "character_set_name", "character_set_schema", "char_length",
"check", "checked", "checkpoint", /* "class", */
"class_origin", "clob", "close", "cluster",
"coalesce", "cobol", "collate", "collation",
"collation_catalog", "collation_name", "collation_schema", "column",
"column_name", "command_function", "command_function_code", "comment",
"commit", "committed", "completion", "condition_number",
"connect", "connection", "connection_name", "constraint",
"constraints", "constraint_catalog", "constraint_name", "constraint_schema",
"constructor", "contains", "continue", "conversion",
"convert", "copy", "corresponding", "count",
"create", "createdb", "createuser", "cross",
"cube", "current", "current_date", "current_path",
"current_role", "current_time", "current_timestamp", "current_user",
"cursor", "cursor_name", "cycle", "data",
"database", "date", "datetime_interval_code", "datetime_interval_precision",
"day", "deallocate", "dec", "decimal",
"declare", "default", "defaults", "deferrable",
"deferred", "defined", "definer", "delete",
"delimiter", "delimiters", "depth", "deref",
"desc", "describe", "descriptor", "destroy",
"destructor", "deterministic", "diagnostics", "dictionary",
"disconnect", "dispatch", "distinct", "do",
"domain", "double", "drop", "dynamic",
"dynamic_function", "dynamic_function_code", "each", "else",
"encoding", "encrypted", "end", "end-exec",
"equals", "escape", "every", "except",
"exception", "excluding", "exclusive", "exec",
"execute", "existing", "exists", "explain",
"external", "extract", "false", "fetch",
"final", "first", "float", "for",
"force", "foreign", "fortran", "forward",
"found", "free", "freeze", "from",
"full", "function", "g", "general",
"generated", "get", "global", "go",
"goto", "grant", "granted", "group",
"grouping", "handler", "having", "hierarchy",
"hold", "host", "hour", "identity",
"ignore", "ilike", "immediate", "immutable",
"implementation", "implicit", "in", "including",
"increment", "index", "indicator", "infix",
"inherits", "initialize", "initially", "inner",
"inout", "input", "insensitive", "insert",
"instance", "instantiable", "instead", "int",
"integer", "intersect", "interval", "into",
"invoker", "is", "isnull", "isolation",
"iterate", "join", "k", "key",
"key_member", "key_type", "lancompiler", "language",
"large", "last", "lateral", "leading",
"left", "length", "less", "level",
"like", "limit", "listen", "load",
"local", "localtime", "localtimestamp", "location",
"locator", "lock", "lower", "m",
"map", "match", "max", "maxvalue",
"message_length", "message_octet_length", "message_text", "method",
"min", "minute", "minvalue", "mod",
"mode", "modifies", "modify", "module",
"month", "more", "move", "mumps",
"name", "names", "national", "natural",
"nchar", "nclob", "new", "next",
"no", "nocreatedb", "nocreateuser", "none",
"not", "nothing", "notify", "notnull",
"null", "nullable", "nullif", "number",
"numeric", "object", "octet_length", "of",
"off", "offset", "oids", "old",
"on", "only", "open", "operation",
"operator", "option", "options", "or",
"order", "ordinality", "out", "outer",
"output", "overlaps", "overlay", "overriding",
"owner", "pad", "parameter", "parameters",
"parameter_mode", "parameter_name", "parameter_ordinal_position", "parameter_specific_catalog",
"parameter_specific_name", "parameter_specific_schema", "partial", "pascal",
"password", "path", "pendant", "placing",
"pli", "position", "postfix", "precision",
"prefix", "preorder", "prepare", "preserve",
"primary", "prior", "privileges", "procedural",
"procedure", "public", "read", "reads",
"real", "recheck", "recursive", "ref",
"references", "referencing", "reindex", "relative",
"rename", "repeatable", "replace", "reset",
"restart", "restrict", "result", "return",
"returned_length", "returned_octet_length", "returned_sqlstate", "returns",
"revoke", "right", "role", "rollback",
"rollup", "routine", "routine_catalog", "routine_name",
"routine_schema", "row", "rows", "row_count",
"rule", "savepoint", "scale", "schema",
"schema_name", "scope", "scroll", "search",
"second", "section", "security", "select",
"self", "sensitive", "sequence", "serializable",
"server_name", "session", "session_user", "set",
"setof", "sets", "share", "show",
"similar", "simple", "size", "smallint",
"some", "source", "space", "specific",
"specifictype", "specific_name", "sql", "sqlcode",
"sqlerror", "sqlexception", "sqlstate", "sqlwarning",
"stable", "start", "state", "statement",
"static", "statistics", "stdin", "stdout",
"storage", "strict", "structure", "style",
"subclass_origin", "sublist", "substring", "sum",
"symmetric", "sysid", "system", "system_user",
"table", "table_name", "temp", "template",
"temporary", "terminate", "text", "than", "then",
"time", "timestamp", "timezone_hour", "timezone_minute",
"to", "toast", "trailing", "transaction",
"transactions_committed", "transactions_rolled_back", "transaction_active", "transform",
"transforms", "translate", "translation", "treat",
"trigger", "trigger_catalog", "trigger_name", "trigger_schema",
"trim", "true", "truncate", "trusted",
"type", "uncommitted", "under", "unencrypted",
"union", "unique", "unknown", "unlisten",
"unnamed", "unnest", "until", "update",
"upper", "usage", "user", "user_defined_type_catalog",
"user_defined_type_name", "user_defined_type_schema", "using", "vacuum",
"valid", "validator", "value", "values",
"varchar", "variable", "varying", "verbose",
"version", "view", "volatile", "when",
"whenever", "where", "with", "without",
"work", "write", "year", "zone")
This post was edited on 10-30-2009 at 10:10 PM by WDZ.
Spoiler: the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
|
|