Subversion Repositories Kolibri OS

Rev

Rev 9413 | Rev 9586 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
9174 akron1 1
[settings]
2
tab=4
3
blink=70
9010 leency 4
build=
5
run=
6
debug=
7
 
8728 leency 8
[color_Dark]
9
text=207,208,209
10
back=31,34,39
11
seltext=255,255,255
12
selback=64,67,71
13
modified=232,232,0
14
saved=0,208,0
15
curline=37,40,45
16
numtext=75,77,81
17
numback=230,230,230
18
 
19
comment=78,106,135
20
string=245,238,162
9413 akron1 21
escape=245,238,162
8728 leency 22
num=237,110,85
23
delim=255,79,104
24
key1=255,79,104
25
key2=188,112,253
26
key3=188,112,253
27
 
28
[color_Light]
29
text=0,0,0
30
back=255,255,255
31
seltext=255,255,255
32
selback=0,0,255
33
modified=232,232,0
34
saved=0,208,0
35
curline=255,255,200
36
numtext=0,0,0
37
numback=230,230,230
38
 
39
comment=128,0,128
40
string=0,128,0
9413 akron1 41
escape=0,128,0
8728 leency 42
num=128,0,0
43
delim=0,0,128
44
key1=0,0,128
45
key2=0,128,128
46
key3=0,128,128
47
 
9457 akron1 48
[color_Tinypad]
49
text=0,0,0
50
back=255,255,255
51
seltext=255,255,255
52
selback=10,36,106
53
modified=255,238,98
54
saved=108,226,108
55
curline=255,255,255
56
numtext=0,0,0
57
numback=221,215,207
58
 
59
comment=128,128,128
60
string=176,0,0
61
escape=176,0,0
62
num=0,144,0
63
delim=48,48,240
64
key1=48,48,240
65
key2=0,128,128
66
key3=0,128,128
67
 
8728 leency 68
[lang_Oberon]
69
KW1 = ARRAY,BEGIN,BY,CASE,CONST,DIV,DO,ELSE,ELSIF,END,FALSE,FOR,IF,IMPORT,IN,IS,MOD,MODULE,NIL,OF,OR,POINTER,PROCEDURE,RECORD,REPEAT,RETURN,THEN,TO,TRUE,TYPE,UNTIL,VAR,WHILE
70
KW2 = ABS,ASR,ASSERT,BITS,BOOLEAN,BYTE,CHAR,CHR,COPY,DEC,DISPOSE,EXCL,FLOOR,FLT,INC,INCL,INTEGER,LEN,LENGTH,LSL,LSR,MAX,MIN,NEW,ODD,ORD,PACK,REAL,ROR,SET,UNPK,WCHAR,WCHR
71
KW3 =
72
 
73
[lang_Pascal]
74
KW1 = AND,ARRAY,BEGIN,CASE,CONST,DIV,DO,DOWNTO,ELSE,END,FILE,FOR,FUNCTION,GOTO,IF,IMPLEMENTATION,IN,INTERFACE,LABEL,MOD,NIL,NOT,OF,OR,PACKED,PROCEDURE,PROGRAM,RECORD,REPEAT,SET,SHL,SHR,STRING,THEN,TO,TYPE,UNIT,UNTIL,USES,VAR,WHILE,WITH,XOR
75
KW2 =
76
KW3 =
77
 
78
[lang_C]
9410 akron1 79
KW1 = auto,break,case,char,const,continue,default,do,double,else,enum,extern,float,for,goto,if,int,long,register,return,short,signed,sizeof,static,struct,switch,typedef,union,unsigned,void,volatile,while,dword,byte,bool,NULL
8762 leency 80
KW2 = define,error,include,elif,if,line,else,ifdef,pragma,endif,ifndef,undef
8728 leency 81
KW3 =
82
 
83
[lang_Lua]
84
KW1 = and,break,do,else,elseif,end,false,goto,for,function,if,in,local,nil,not,or,repeat,return,then,true,until,while
85
KW2 =
86
KW3 =
87
 
88
[lang_Ini]
89
KW1 = auto,default,disabled,false,none,true
90
KW2 =
91
KW3 =
9193 akron1 92
delim = =
8728 leency 93
 
94
[lang_Fasm]
95
KW1 =
96
KW2 =
97
KW3 =
9193 akron1 98
delim = {}[]<>:,()&*/|+-\#
9174 akron1 99
 
100
[lang_JSON]
101
KW1 =
102
KW2 = true,false,null
103
KW3 =