📄 syntax.txt
字号:
/GLOBAL Bookmark Foreground = WHITE Bookmark Background = DARKGREEN SelText Foreground = WHITE SelText Background = BLACK Text Foreground = SYSTEM Text Background = SYSTEM
/L1"C source file" Line Comment = // Block Comment On = /* Block Comment Off = */ Comment Foreground = DARKGREEN Comment Background = SYSTEM Bookmark Background = DARKGREEN Bookmark Foreground = WHITE SelText Foreground = WHITE SelText Background = BLACK Text Foreground = BLACK Text Background = SYSTEM File Extensions = C
/C1"PreProcessor" Foreground = BLUE Background = SYSTEM
#define #elif #else #endif #error #if #ifdef #ifndef #include #line #pragma #undef
/C2"Control" Foreground = RED Background = SYSTEM
break
case continue
default do
else
for
goto
if
return
switch
while
/C3"Declaration" Foreground = BLUE Background = SYSTEM
auto
char const
double
enum extern
float
int
long
register
short signed static struct
typedef
union unsigned
void volatile
/C4"Operator" Foreground = CYAN Background = SYSTEM
sizeof
/L2"C header file" Line Comment = // Block Comment On = /* Block Comment Off = */ Comment Foreground = DARKGREEN Comment Background = SYSTEM Bookmark Background = DARKGREEN Bookmark Foreground = WHITE SelText Foreground = WHITE SelText Background = BLACK Text Foreground = BLACK Text Background = SYSTEM File Extensions = H
/C1"PreProcessor" Foreground = BLUE Background = SYSTEM
#define #elif #else #endif #error #if #ifdef #ifndef #include #line #pragma #undef
/C2"Control" Foreground = RED Background = SYSTEM
break
case continue
default do
else
for
goto
if
return
switch
while
/C3"Declaration" Foreground = BLUE Background = SYSTEM
auto
char const
double
enum extern
float
int
long
register
short signed static struct
typedef
union unsigned
void volatile
/C4"Operator" Foreground = CYAN Background = SYSTEM
sizeof
/L3"C list file" Line Comment = // Block Comment On = /* Block Comment Off = */ Comment Foreground = DARKGREEN Comment Background = SYSTEM Bookmark Background = DARKGREEN Bookmark Foreground = WHITE SelText Foreground = WHITE SelText Background = BLACK Text Foreground = BLACK Text Background = SYSTEM File Extensions = LST
/C1"PreProcessor" Foreground = BLUE Background = SYSTEM
#define #elif #else #endif #error #if #ifdef #ifndef #include #line #pragma #undef
/C2"Control" Foreground = RED Background = SYSTEM
break
case continue
default do
else
for
goto
if
return
switch
while
/C3"Declaration" Foreground = BLUE Background = SYSTEM
auto
char const
double
enum extern
float
int
long
register
short signed static struct
typedef
union unsigned
void volatile
/C4"Operator" Foreground = CYAN Background = SYSTEM
sizeof
/L4"Preprocessed C source file" Line Comment = // Block Comment On = /* Block Comment Off = */ Comment Foreground = DARKGREEN Comment Background = SYSTEM Bookmark Background = DARKGREEN Bookmark Foreground = WHITE SelText Foreground = WHITE SelText Background = BLACK Text Foreground = BLACK Text Background = SYSTEM File Extensions = P
/C1"PreProcessor" Foreground = BLUE Background = SYSTEM
#define #elif #else #endif #error #if #ifdef #ifndef #include #line #pragma #undef
/C2"Control" Foreground = RED Background = SYSTEM
break
case continue
default do
else
for
goto
if
return
switch
while
/C3"Declaration" Foreground = BLUE Background = SYSTEM
auto
char const
double
enum extern
float
int
long
register
short signed static struct
typedef
union unsigned
void volatile
/C4"Operator" Foreground = CYAN Background = SYSTEM
sizeof
/L5"C++ source file" Line Comment = // Block Comment On = /* Block Comment Off = */ Comment Foreground = DARKGREEN Comment Background = SYSTEM Bookmark Background = DARKGREEN Bookmark Foreground = WHITE SelText Foreground = WHITE SelText Background = BLACK Text Foreground = BLACK Text Background = SYSTEM File Extensions = CPP
/C1"PreProcessor" Foreground = BLUE Background = SYSTEM
#define #elif #else #endif #error #if #ifdef #ifndef #include #line #pragma #undef
/C2"Control" Foreground = RED Background = SYSTEM
break
case catch continue
default do
else
for
goto
if
return
switch
throw try
while
/C3"Declaration" Foreground = BLUE Background = SYSTEM
asm auto
bool
char class const
double
enum explicit extern
float friend
inline int
long
mutable
namespace
private protected public
register
short signed static struct
template typedef typename
union unsigned using
virtual void volatile
wchar_t
/C4"Operator" Foreground = CYAN Background = SYSTEM
const_cast
delete dynamic_cast
new
operator
reinterpret_cast
sizeof static_cast
typeid
/C5"Value" Foreground = DARKYELLOW Background = SYSTEM
false
this true
/L6"C++ header file" Line Comment = // Block Comment On = /* Block Comment Off = */ Comment Foreground = DARKGREEN Comment Background = SYSTEM Bookmark Background = DARKGREEN Bookmark Foreground = WHITE SelText Foreground = WHITE SelText Background = BLACK Text Foreground = BLACK Text Background = SYSTEM File Extensions = HPP
/C1"PreProcessor" Foreground = BLUE Background = SYSTEM
#define #elif #else #endif #error #if #ifdef #ifndef #include #line #pragma #undef
/C2"Control" Foreground = RED Background = SYSTEM
break
case catch continue
default do
else
for
goto
if
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -