Parent Directory
|
Revision Log
Init msg
(
{
Identifier = nemerle;
Name = "Nemerle";
BasedOn = "pbx_root_language";
SupportsIndentation = YES;
Indentation = {
};
SyntaxColoring = {
CaseSensitive = YES;
UnicodeSymbols = NO;
IndexedSymbols = YES;
CommentsCanBeNested = NO;
IdentifierStartChars = "_";
IdentifierChars = "_";
MultiLineComment = (
( "/*", "*/" )
);
String = (
( "\"", "\"" )
);
EscapeCharacter = "\\";
SingleLineComment = ( "//", "# " );
Keywords = (
"array",
"as",
"base",
"catch",
"checked",
"default",
"do",
"else",
"false",
"for",
"foreach",
"fun",
"get",
"if",
"in",
"internal",
"is",
"lock",
"macro",
"match",
"module",
"mutable",
"namespace",
"new",
"null",
"out",
"override",
"params",
"private",
"protected",
"public",
"ref",
"sealed",
"static",
"struct",
"syntax",
"this",
"throw",
"true",
"try",
"type",
"typeof",
"unchecked",
"unless",
"using",
"virtual",
"when",
"where",
"while"
);
AltKeywords = (
"bool",
"byte",
"char",
"class",
"decimal",
"def",
"delegate",
"double",
"enum",
"event",
"float",
"int",
"interface",
"long",
"object",
"sbyte",
"short",
"string",
"struct",
"uint",
"ulong",
"ushort",
"variant",
"void"
);
PreprocessorKeywordStart = "#";
PreprocessorKeywords = (
"define",
"elif",
"else",
"endif",
"endregion",
"error",
"if",
"line",
"region",
"undef",
"warning"
);
};
},
)
© 2006 Novell, Inc. All Rights Reserved.