2021-09-03 01:15:33 +02:00
|
|
|
[settings]
|
|
|
|
tab=4
|
|
|
|
blink=70
|
2022-01-25 22:57:14 +01:00
|
|
|
line_numbers=1
|
|
|
|
auto_indents=1
|
|
|
|
auto_brackets=0
|
|
|
|
trim_space=1
|
|
|
|
font=1
|
|
|
|
theme=0
|
2021-07-06 11:22:02 +02:00
|
|
|
build=
|
|
|
|
run=
|
|
|
|
debug=
|
|
|
|
|
2021-05-23 11:43:28 +02:00
|
|
|
[color_Dark]
|
|
|
|
text=207,208,209
|
|
|
|
back=31,34,39
|
|
|
|
seltext=255,255,255
|
|
|
|
selback=64,67,71
|
|
|
|
modified=232,232,0
|
|
|
|
saved=0,208,0
|
|
|
|
curline=37,40,45
|
|
|
|
numtext=75,77,81
|
|
|
|
numback=230,230,230
|
|
|
|
|
|
|
|
comment=78,106,135
|
|
|
|
string=245,238,162
|
2022-01-07 11:59:52 +01:00
|
|
|
escape=188,112,253
|
2021-05-23 11:43:28 +02:00
|
|
|
num=237,110,85
|
|
|
|
delim=255,79,104
|
|
|
|
key1=255,79,104
|
|
|
|
key2=188,112,253
|
|
|
|
key3=188,112,253
|
|
|
|
|
|
|
|
[color_Light]
|
|
|
|
text=0,0,0
|
|
|
|
back=255,255,255
|
|
|
|
seltext=255,255,255
|
|
|
|
selback=0,0,255
|
|
|
|
modified=232,232,0
|
|
|
|
saved=0,208,0
|
|
|
|
curline=255,255,200
|
|
|
|
numtext=0,0,0
|
|
|
|
numback=230,230,230
|
|
|
|
|
|
|
|
comment=128,0,128
|
|
|
|
string=0,128,0
|
2021-12-11 19:27:02 +01:00
|
|
|
escape=0,128,0
|
2021-05-23 11:43:28 +02:00
|
|
|
num=128,0,0
|
|
|
|
delim=0,0,128
|
|
|
|
key1=0,0,128
|
|
|
|
key2=0,128,128
|
|
|
|
key3=0,128,128
|
|
|
|
|
2021-12-22 16:56:11 +01:00
|
|
|
[color_Tinypad]
|
|
|
|
text=0,0,0
|
|
|
|
back=255,255,255
|
|
|
|
seltext=255,255,255
|
|
|
|
selback=10,36,106
|
|
|
|
modified=255,238,98
|
|
|
|
saved=108,226,108
|
|
|
|
curline=255,255,255
|
|
|
|
numtext=0,0,0
|
|
|
|
numback=221,215,207
|
|
|
|
|
|
|
|
comment=128,128,128
|
|
|
|
string=176,0,0
|
|
|
|
escape=176,0,0
|
|
|
|
num=0,144,0
|
|
|
|
delim=48,48,240
|
|
|
|
key1=48,48,240
|
|
|
|
key2=0,128,128
|
|
|
|
key3=0,128,128
|
|
|
|
|
2021-05-23 11:43:28 +02:00
|
|
|
[lang_Oberon]
|
|
|
|
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
|
|
|
|
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
|
|
|
|
KW3 =
|
|
|
|
|
|
|
|
[lang_Pascal]
|
2023-02-22 16:56:05 +01:00
|
|
|
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
|
2021-05-23 11:43:28 +02:00
|
|
|
KW2 =
|
|
|
|
KW3 =
|
|
|
|
|
|
|
|
[lang_C]
|
2021-12-08 15:02:53 +01:00
|
|
|
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
|
2022-01-25 22:57:14 +01:00
|
|
|
KW2 = #define,#error,#include,#elif,#if,#line,#else,#ifdef,#pragma,#endif,#ifndef,#undef
|
2021-05-23 11:43:28 +02:00
|
|
|
KW3 =
|
|
|
|
|
|
|
|
[lang_Lua]
|
|
|
|
KW1 = and,break,do,else,elseif,end,false,goto,for,function,if,in,local,nil,not,or,repeat,return,then,true,until,while
|
|
|
|
KW2 =
|
|
|
|
KW3 =
|
|
|
|
|
|
|
|
[lang_Ini]
|
|
|
|
KW1 = auto,default,disabled,false,none,true
|
|
|
|
KW2 =
|
|
|
|
KW3 =
|
2021-09-15 23:40:33 +02:00
|
|
|
delim = =
|
2021-05-23 11:43:28 +02:00
|
|
|
|
|
|
|
[lang_Fasm]
|
|
|
|
KW1 =
|
|
|
|
KW2 =
|
|
|
|
KW3 =
|
2022-01-28 16:47:03 +01:00
|
|
|
delim = {}[]<>=:,()&*/|+-\#
|
2021-09-03 01:15:33 +02:00
|
|
|
|
|
|
|
[lang_JSON]
|
|
|
|
KW1 =
|
|
|
|
KW2 = true,false,null
|
|
|
|
KW3 =
|