Software for the Open Enterprise™

Wiki Toolbox

View of /dotNET Xcode Additions/Specifications/VisualBasic.pblangspec

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1.1.1 - (download) (annotate) (vendor branch)
Sat Jun 11 16:57:25 2005 UTC (4 years, 5 months ago) by shinryu
Branch: MAIN, shinryu
CVS Tags: dotnetxcadds, HEAD
Changes since 1.1: +0 -0 lines
Init msg
(
    {
        Identifier = vb;
        Name = "Microsoft VisualBasic";
        BasedOn = "pbx_root_language";
        SupportsIndentation = YES;
        Indentation = {
        };
        SyntaxColoring = {
            CaseSensitive = NO;
            UnicodeSymbols = YES;
            IndexedSymbols = YES;
            CommentsCanBeNested = NO;
            String = (
                ( "\"", "\"" )
            );
            EscapeCharacter = "_";
            SingleLineComment = (  "//", "'", "rem " );
            Keywords = (
				"as",
				"assembly",
				"auto",
				"break",
				"byref",
				"byval",
				"call",
				"case",
				"catch",
				"const",
				"declare",
				"default",
				"delegate",
				"dim",
				"directcast",
				"do",
				"each",
				"else",
				"elseif",
				"end",
				"erase",
				"error",
				"event",
				"exit",
				"explicit",
				"false",
				"finally",
				"for",
				"friend",
				"get",
				"gettype",
				"goto",
				"handles",
				"if",
				"implements",
				"imports",
				"in",
				"inherits",
				"is",
				"isnot",
				"let",
				"lib",
				"like",
				"loop",
				"me",
				"mod",
				"module",
				"mustinherit",
				"mustoverride",
				"mybase",
				"myclass",
				"namespace",
				"new",
				"next",
				"not",
				"nothing",
				"notinhertiable",
				"notoverridable",
				"of",
				"off",
				"on",
				"option",
				"optional",
				"or",
				"orelse",
				"overloads",
				"overridable",
				"overrides",
				"partial",
				"preserve",
				"private",
				"protected",
				"public",
				"raiseevent",
				"readonly",
				"redim",
				"removehandler",
				"resume",
				"return",
				"select",
				"set",
				"shadows",
				"shared",
				"static",
				"step",
				"stop",
				"strict",
				"synclock",
				"then",
				"throw",
				"to",
				"true",
				"try",
				"typeof",
				"unicode",
				"until",
				"when",
				"while",
				"with",
				"withevent",
				"writeonly",
				"xor"
            );
            AltKeywords = (
				"boolean",
				"byte",
				"cbool",
				"cbyte",
				"cchar",
				"cdate",
				"cdbl",
				"cdec",
				"char",
				"cint",
				"class",
				"clng",
				"cobj",
				"cshort",
				"csng",
				"cstr",
				"ctype",
				"date",
				"decimal",
				"double",
				"enum",
				"function",
				"integer",
				"interface",
				"long",
				"object",
				"property",
				"short",
				"single",
				"string",
				"structure",
				"sub",
				"uinteger",
				"ulong",
				"ushort",
				"variant"
            );
        };
    },

)


Corporate Governance | Legal | Privacy | Subscribe | Feedback | Glossary | RSS | Contact

© 2006 Novell, Inc. All Rights Reserved.