Parent Directory
|
Revision Log
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"
);
};
},
)
© 2006 Novell, Inc. All Rights Reserved.