Parent Directory
|
Revision Log
Init msg
(
{
Identifier = c.cw;
Name = "Cw";
BasedOn = "pbx_root_language";
SupportsIndentation = YES;
Indentation = {
};
SyntaxColoring = {
CaseSensitive = YES;
UnicodeSymbols = NO;
IndexedSymbols = YES;
CommentsCanBeNested = NO;
IdentifierStartChars = "_";
IdentifierChars = "_";
MultiLineComment = (
( "/*", "*/" )
);
String = (
( "\"", "\"" )
);
EscapeCharacter = "\\";
Character = (
( "'", "'" )
);
SingleLineComment = ( "//" );
DocComment = "///";
DocCommentKeywords = (
"param",
"returns",
"summary"
);
Keywords = (
"for",
"foreach",
"in",
"private",
"protected",
"public",
"return",
"yield"
);
AltKeywords = (
"async",
"string"
);
PreprocessorKeywordStart = "#";
PreprocessorKeywords = (
"define",
"else",
"endif",
"endregion",
"ifdef",
"ifndef",
"region",
"undef"
);
};
},
)
© 2006 Novell, Inc. All Rights Reserved.