Subversion Repositories Kolibri OS

Rev

Rev 9174 | Rev 9410 | 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
21
num=237,110,85
22
delim=255,79,104
23
key1=255,79,104
24
key2=188,112,253
25
key3=188,112,253
26
 
27
[color_Light]
28
text=0,0,0
29
back=255,255,255
30
seltext=255,255,255
31
selback=0,0,255
32
modified=232,232,0
33
saved=0,208,0
34
curline=255,255,200
35
numtext=0,0,0
36
numback=230,230,230
37
 
38
comment=128,0,128
39
string=0,128,0
40
num=128,0,0
41
delim=0,0,128
42
key1=0,0,128
43
key2=0,128,128
44
key3=0,128,128
45
 
46
[lang_Oberon]
47
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
48
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
49
KW3 =
50
 
51
[lang_Pascal]
52
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
53
KW2 =
54
KW3 =
55
 
56
[lang_C]
57
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
8762 leency 58
KW2 = define,error,include,elif,if,line,else,ifdef,pragma,endif,ifndef,undef
8728 leency 59
KW3 =
60
 
61
[lang_Lua]
62
KW1 = and,break,do,else,elseif,end,false,goto,for,function,if,in,local,nil,not,or,repeat,return,then,true,until,while
63
KW2 =
64
KW3 =
65
 
66
[lang_Ini]
67
KW1 = auto,default,disabled,false,none,true
68
KW2 =
69
KW3 =
9193 akron1 70
delim = =
8728 leency 71
 
72
[lang_Fasm]
73
KW1 =
74
KW2 =
75
KW3 =
9193 akron1 76
delim = {}[]<>:,()&*/|+-\#
9174 akron1 77
 
78
[lang_JSON]
79
KW1 =
80
KW2 = true,false,null
81
KW3 =