有关于语言关键字的设置是通过 "高级" -> "配置" -> "语法高亮" -> WORDLIST 文件来设置的. 你可以看一下这个文件的内容. 有关C#的设置一节如后, 你拷到那个文件的最后好了.
/L12"C# Files" case Line Comment = // Block Comment On = /* Block Comment Off = */ Escape Char = / String Chars = "' File Extensions = CS
/Delimiters = ~!@%^&*()-+=|//{}[]:;"'<> , .?
/Function String = "%[a-zA-Z_]* ^([a-zA-Z_]+^)(*)[~;]"
/Function String 1 = "%[a-zA-Z_]*::^([a-zA-Z_]+^)(*)[~;]"
/Indent Strings = "{" "("
/Unindent Strings = "}" ")"
/C1"Keywords"
#define #error #include #elif #if #line #else
#ifdef #pragma #endif #ifndef #undef #warning
break bool
case char const continue class catch
defaultdo
do
uble defined decimal
else
enum extern
float for false
goto get
if int include
long
register return
short signed sizeof static struct switch set
typedef this try template true throw
union unsigned using
void volatile virtual
while
new namespace null
operator override
private protected public
/C2"Data Types"
char
byte
string
int
decimal
float
double
/C4"Operators"
+
-
=
/
%
&
>
<
^
!
|
?
:
(
)
[
]
/C5"常用名称空间和类名"
ArrayList
Collections Configuration ConfigurationSettings
Data DateTime DBNull
Exception Encoding
IDbConnection IDataReader IDbCommand IDbTransaction IO
System StreamWriter StreamReader
Threading Text
Mutex Microsoft
Odbc OdbcConnection