csharp.txt

来自「UltraEdit中几百种语法高亮度显示」· 文本 代码 · 共 71 行

TXT
71
字号
/L20C#" Line Comment = // Block Comment On = /* Block Comment Off = */ Escape Char = \ String Chars = "' File Extensions = CS
/Delimiters = ~!@%^&*()-+=|\/{}[]:;"'<> ,	.?
/Function String = "%[ ^t]++^(namespace[ ^t]+[a-z_.0-9 ^t]+^)*$"
/Function String 1 = "%[ ^t]++^([a-z_ ^t]++class[ ^t]+[a-z_.:,@0-9 ^t]+^)*$"
/Function String 2 = "%[ ^t]++^([a-z_.0-9]+[ ^t]+[a-z_.0-9]+[^t]++[a-z_.0-9 ^t]++^)[(]++[~=;]+$"
/Indent Strings = "{"
/Unindent Strings = "}"
/C1"Keywords"
as auto
base break
case catch const continue
default do
else event explicit extern
false finally fixed for foreach
goto
get
if implicit in internal
lock
namespace null
operator out override
params private protected public 
property
readonly ref return
sealed stackalloc static switch
set
this throw true try
unsafe using
virtual void
while
/C2"C# Data Types"
bool byte
char class
decimal delegate double
enum
float
int interface
long
object
sbyte short string struct
uint ulong ushort
/C3"C# Preprocessor Directives"
#elif #endif #endregion #else #error
#define
#if
#line
#region
#undef
#warning
/C4"Operators"
+
-
*
?
=
// /
%
&
>
<
^
!
|
:
checked 
is 
new
sizeof 
typeof
Unchecked

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?