⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 csource.ini

📁 Templates for c51 from Cygnal
💻 INI
字号:
;Use this as a reference to create your own language file
;This file include all C extensions used by the Keil C51 compiler.

[Parser]
Operators = ~!%^&*()-=+[]{}|;:.,></?
Delimiters = ,./<>?;:'"[]{}\|`~!@#$%^&*()-=+
KWStartChars = #
KWMiddleChars =
KWEndChars =
NumTags = 4

[Tag1]
ColorGroup = Comment
BeginTag = /*
EndTag = */
MultiLine = 1

[Tag2]
ColorGroup = String
BeginTag = "
EndTag="
MultiLine=0
EscapeChar=\

[Tag3]
ColorGroup = String
BeginTag = '
EndTag = '
MultiLine=0
EscapeChar=\

[Tag4]
ColorGroup = Comment
BeginTag = //
EndTag = 
MultiLine=0

[Editor]
TabSize = 4
AutoIndent = 1
ShowWhitespace = 0
VirtualWhitespace = 0
ReplaceTabs = 0
MatchCase = 1

[Font]
FaceName = Courier
Size = 10
Italic = 0
Bold = 0

[ColorGroups]
NumGroups = 7
Group1 = Text
Group2 = Text Selection
Group3 = Number
Group4 = Operator
Group5 = Comment
Group6 = Keyword
Group7 = String

[Text]
Foreground = 0,0,0
Background = 255,255,255
DisplayName = Text
Configurable = 1
BackColorAutomatic = 1
ForeColorAutomatic = 1

[Text Selection]
Foreground = 255,255,255
Background = 0,0,0
BackColorAutomatic = 1
ForeColorAutomatic = 1
DisplayName=Text Selection
Configurable=1

[Number]
Foreground = 0,0,0
Background = 255,255,255
BackColorAutomatic = 1
ForeColorAutomatic = 1
DisplayName=Number
Configurable=1

[Operator]
Foreground = 0,0,0
Background = 255,255,255
BackColorAutomatic = 1
ForeColorAutomatic = 1
DisplayName=Operator
Configurable=1


[Keyword]
Foreground = 0,0,255
Background = 255,255,255
BackColorAutomatic = 1
ForeColorAutomatic=0
DisplayName=Keyword
Configurable=1

[Comment]
Foreground = 0,128,0
Background = 255,255,255
BackColorAutomatic = 1
ForeColorAutomatic=0
DisplayName=Comment
Configurable=1

[String]
Foreground = 0,0,0
Background = 255,255,255
BackColorAutomatic = 1
ForeColorAutomatic = 1
DisplayName=String
Configurable=1

[Keywords]
alien               = Keyword
asm                 = Keyword
_at_                = Keyword
auto                = Keyword
bad_cast            = Keyword
bad_typeid          = Keyword
bdata               = Keyword
bit                 = Keyword
bool                = Keyword
break               = Keyword
case                = Keyword
catch               = Keyword
char                = Keyword
class               = Keyword
code                = Keyword
compact             = Keyword
const               = Keyword
const_cast          = Keyword
continue            = Keyword
data                = Keyword
default             = Keyword
delete              = Keyword
do                  = Keyword
double              = Keyword
dynamic_cast        = Keyword
else                = Keyword
enum                = Keyword
except              = Keyword
explicit            = Keyword
extern              = Keyword
false               = Keyword
finally             = Keyword
float               = Keyword
for                 = Keyword
friend              = Keyword
goto                = Keyword
idata               = Keyword
if                  = Keyword
inline              = Keyword
int                 = Keyword
interrupt           = Keyword
large               = Keyword
long                = Keyword
mutable             = Keyword
namespace           = Keyword
new                 = Keyword
operator            = Keyword
pdata               = Keyword
_priority_          = Keyword
private             = Keyword
protected           = Keyword
public              = Keyword
reentrant           = Keyword
register            = Keyword
reinterpret_cast    = Keyword
return              = Keyword
sbit                = Keyword
sfr                 = Keyword
sfr16               = Keyword
small               = Keyword
short               = Keyword
signed              = Keyword
sizeof              = Keyword
static              = Keyword
static_cast         = Keyword
struct              = Keyword
switch              = Keyword
_task_              = Keyword
template            = Keyword
this                = Keyword
throw               = Keyword
true                = Keyword
try                 = Keyword
type_info           = Keyword
typedef             = Keyword
typeid              = Keyword
typename            = Keyword
union               = Keyword
unsigned            = Keyword
using               = Keyword
virtual             = Keyword
void                = Keyword
volatile            = Keyword
while               = Keyword
xdata               = Keyword
#define             = Keyword
#error              = Keyword
#import             = Keyword
#undef              = Keyword
#elif               = Keyword
#if                 = Keyword
#include            = Keyword
#else               = Keyword
#ifdef              = Keyword
#line               = Keyword
#endif              = Keyword
#ifndef             = Keyword
#pragma             = Keyword

⌨️ 快捷键说明

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