📄 c#.xml
字号:
<?xml version="1.0" encoding="windows-1251"?>
<SynUniHighlighter Version="2.0">
<SyntaxColoring>
<Info>
<General Name="C#" Extensions="CS" Version="1" Revision="0" Sample="" History=""/>
<Author Name="Vitaly Nevzorov" Mail="nevzorov@yahoo.com" Web="www.delphist.com" Copyright="Copyright (c) Vitaly Nevzorov, 2002" Company="N/A" Remark="Created based on UltraEdit:csharp.txt"/>
</Info>
<Schemes/>
<Editor/>
<MainRules Name="Root" Style="Root">
<Attributes Foreground="clBlack" Background="clWhite"/>
<Delimiters Value="!"%&'()*+,-./:;<=>?@[\]^{|}~"/>
<SubRules>
<Range Name="Remarks //" Style="Remarks //">
<Attributes Foreground="clNavy" Background="clWhite"/>
<Delimiters Value="!"#$%&'()*+,-./:;<=>?@[\]^`{|}~"/>
<OpenToken StartLine=""/>
<CloseToken StartLine=""/>
<Properties CloseOnEol="True"/>
<MultiTokens>
<Tokens Open="//"/>
</MultiTokens>
<SubRules/>
</Range>
<Range Name="Remarks /*..*/" Style="Remarks /*..*/">
<Attributes Foreground="clNavy" Background="clWhite"/>
<Delimiters Value="!"#$%&'()*+,-./:;<=>?@[\]^`{|}~"/>
<OpenToken StartLine=""/>
<CloseToken StartLine=""/>
<Properties/>
<MultiTokens>
<Tokens Open="/*" Close="*/"/>
</MultiTokens>
<SubRules/>
</Range>
<Range Name="Strings &qt;..&qt;" Style="Strings &qt;..&qt;">
<Attributes Foreground="clRed" Background="clWhite"/>
<Delimiters Value="!"#$%&'()*+,-./:;<=>?@[\]^`{|}~"/>
<OpenToken StartLine=""/>
<CloseToken StartLine=""/>
<Properties/>
<MultiTokens>
<Tokens Open=""" Close="""/>
</MultiTokens>
<SubRules/>
</Range>
<Range Name="Strings '..'" Style="Strings '..'">
<Attributes Foreground="clRed" Background="clWhite"/>
<Delimiters Value="!"#$%&'()*+,-./:;<=>?@[\]^`{|}~"/>
<OpenToken StartLine=""/>
<CloseToken StartLine=""/>
<Properties/>
<MultiTokens>
<Tokens Open="'" Close="'"/>
</MultiTokens>
<SubRules/>
</Range>
<KeyList Name="Keywords" Enabled="True" Style="" Words="as
auto
base
break
case
catch
const
continue
default
do
else
event
explicit
extern
false
finally
fixed
for
foreach
goto
if
implicit
in
internal
lock
namespace
null
operator
out
override
params
private
protected
public
readonly
ref
return
sealed
stackalloc
static
switch
this
throw
true
try
unsafe
using
virtual
void
while
">
<Attributes Foreground="clGreen" Background="clWhite"/>
</KeyList>
<KeyList Name="C# Data Types" Enabled="True" Style="" Words="bool
byte
char
class
decimal
delegate
double
enum
float
int
interface
long
object
sbyte
short
string
struct
uint
ulong
ushort
">
<Attributes Foreground="clBlue" Background="clWhite"/>
</KeyList>
<KeyList Name="C# Preprocessor Directives" Enabled="True" Style="" Words="#elif
#endif
#endregion
#else
#error
#define
#if
#line
#region
#undef
#warning
">
<Attributes Foreground="$00FF0080" Background="clWhite"/>
</KeyList>
<KeyList Name="Operators" Enabled="True" Style="" Words="+
-
*
?
=
//
/
%
&
>
<
^
!
|
:
checked
is
new
sizeof
typeof
unchecked
">
<Attributes Foreground="$000080FF" Background="clWhite"/>
</KeyList>
</SubRules>
</MainRules>
</SyntaxColoring>
<CodeFolding/>
<CustomData/>
</SynUniHighlighter>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -