Software for the Open Enterprise™

Wiki Toolbox

View of /dotNET Xcode Additions/Specifications/JSharp.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 = java.jsl;
        Name = "J#";
        BasedOn = "pbx_root_language";
        SupportsIndentation = YES;
        Indentation = {
        };
        SyntaxColoring = {
            CaseSensitive = YES;
            UnicodeSymbols = NO;
            IndexedSymbols = YES;
            CommentsCanBeNested = NO;
            MultiLineComment = (
                ( "/*", "*/" )
            );
            String = (
                ( "\"", "\"" )
            );
            EscapeCharacter = "\\";
            Character = (
                ( "'", "'" )
            );
            SingleLineComment = (  "//" );
            Keywords = (
				"abstract",
				"assert",
				"break",
				"case",
				"catch",
				"continue",
				"default",
				"do",
				"else",
				"enum",
				"extends",
				"false",
				"final",
				"finally",
				"for",
				"if",
				"implements",
				"import",
				"instanceof",
				"main",
				"native",
				"new",
				"package",
				"private",
				"protected",
				"public",
				"return",
				"static",
				"strictfp",
				"super",
				"switch",
				"synchronized",
				"this",
				"throw",
				"throws",
				"transient",
				"true",
				"try",
				"volatile",
				"while"
            );
            AltKeywords = (
				"boolean",
				"byte",
				"char",
				"class",
				"double",
				"float",
				"int",
				"interface",
				"long",
				"null",
				"short",
				"void"
            );
        };
    },

)


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

© 2006 Novell, Inc. All Rights Reserved.